RFR: 7903519 : jtreg/jtharness is missing features for basic crash testing [v4]

andrlos duke at openjdk.org
Wed Dec 13 21:17:10 UTC 2023


> this does not exactly add a crash testing option, however it allows users to define their own resultModifiers that they can force jtharness to use via advertising their resultModifier service in META-INF. I tested it with basic crashOnlyModificator and it works as intended - allows me to correctly skip and pass all the regular failures and only leaves me with crash tests as failures. Perfect for corner cases like JVM testing and such.
> Also checked correct behavior in the logs, where the regular failure is still being reported and only the justification of the result modification is added at the bottom.

andrlos has updated the pull request incrementally with one additional commit since the last revision:

  improvement to the naming scheme 2

-------------

Changes:
  - all: https://git.openjdk.org/jtharness/pull/57/files
  - new: https://git.openjdk.org/jtharness/pull/57/files/871da60d..6e1a8ea6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jtharness&pr=57&range=03
 - incr: https://webrevs.openjdk.org/?repo=jtharness&pr=57&range=02-03

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jtharness/pull/57.diff
  Fetch: git fetch https://git.openjdk.org/jtharness.git pull/57/head:pull/57

PR: https://git.openjdk.org/jtharness/pull/57


More information about the jtharness-dev mailing list