Skip to content

Commit

Permalink
Unreviewed Win JSC stress test gardening
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255274

Unreviewed, skip two tests on Windows.

* JSTests/stress/ensure-crash.js: Depends on Unix signal handlers.
* JSTests/stress/regexp-testinline-stacklimits.js: The RangeError that occurs on Win is OOM, not stack overflow.

Canonical link: https://commits.webkit.org/262816@main
  • Loading branch information
rkirsling committed Apr 11, 2023
1 parent d919543 commit 8967198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions JSTests/stress/ensure-crash.js
@@ -1,4 +1,5 @@
//@ crashOK!
//@ skip if $hostOS == "windows"

$vm.crash();

Expand Down
1 change: 1 addition & 0 deletions JSTests/stress/regexp-testinline-stacklimits.js
@@ -1,4 +1,5 @@
//@ skip if $buildType == "debug"
//@ skip if $hostOS == "windows"

const startNumberOfParentheses = 1500;
const endNumberOfParentheses = 2000;
Expand Down

0 comments on commit 8967198

Please sign in to comment.