RFR: crashonly extension for jtharness - for fastdebug testing
andrlos
duke at openjdk.org
Thu Aug 10 21:01:58 UTC 2023
fastdebug jvm build testing is about finding out whether the jvm crashes or not... This means we are only interested in crashes and not regular failures when testing fastdebug jvms. This results in this PR that adds "crashonly" atribute for this exact case to jtharness default test runner.
The intention is to get this addition to work with jtreg without breaking any other jtharness functionality.
-------------
Commit messages:
- crashonly extension for jtharness - for fastdebug testing
Changes: https://git.openjdk.org/jtharness/pull/49/files
Webrev: https://webrevs.openjdk.org/?repo=jtharness&pr=49&range=00
Stats: 65 lines in 5 files changed: 64 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jtharness/pull/49.diff
Fetch: git fetch https://git.openjdk.org/jtharness.git pull/49/head:pull/49
PR: https://git.openjdk.org/jtharness/pull/49
More information about the jtharness-dev
mailing list