Skip to content

Commit

Permalink
Change ensure-crash.js to only be run with the default test configura…
Browse files Browse the repository at this point in the history
…tion.

https://bugs.webkit.org/show_bug.cgi?id=271830
rdar://125557693

Reviewed by Justin Michaud.

There is no value in running this test repeatedly for different configurations.  It's a test of
the test harness.  Hence, it either works, or it doesn't.

* JSTests/stress/ensure-crash.js:

Canonical link: https://commits.webkit.org/276796@main
  • Loading branch information
Mark Lam committed Mar 28, 2024
1 parent c891276 commit 76a8f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JSTests/stress/ensure-crash.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//@ crashOK!
//@ skip if $hostOS == "windows"
//@ runDefault

$vm.crash();

Expand Down

0 comments on commit 76a8f09

Please sign in to comment.