adoptium / STF

The System Test Framework for executing https://github.com/adoptium/aqa-systemtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw an exception upon mauve test failure

Mesbah-Alam opened this issue · comments

Throwing an exception during a mauve test failure means we can add an -Xdump option (while running on OpenJ9 or IBM SDK) hooked with that exception. This helps debug Mauve test failures better.

Related : eclipse-openj9/openj9#8204 (comment)