Skip to content

Commit

Permalink
Skip some tests on memoryLimited instead of on non-watch arm
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=269298

Unreviewed gardening.

Use semantically correct skip condition.

* JSTests/microbenchmarks/array-from-derived-object-func.js:
* JSTests/slowMicrobenchmarks/map-constant-key.js:
* LayoutTests/js/script-tests/regress-139548.js:

Canonical link: https://commits.webkit.org/274725@main
  • Loading branch information
aoikonomopoulos committed Feb 15, 2024
1 parent 2c0707c commit 5d14ae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JSTests/microbenchmarks/array-from-derived-object-func.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ $skipModes << :lockdown if ($buildType == "debug")
//@ skip if $architecture == "arm" and !$cloop
//@ skip if $memoryLimited

function shouldBe(actual, expected) {
if (actual !== expected)
Expand Down
2 changes: 1 addition & 1 deletion JSTests/slowMicrobenchmarks/map-constant-key.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@ skip if $architecture == "arm" and !$cloop
//@ skip if $memoryLimited

function assert(b) {
if (!b)
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/js/script-tests/regress-139548.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ skip if not $jitTests
//@ skip if $architecture == "arm"
//@ skip if $memoryLimited
//@ slow!
//@ noEagerNoNoLLIntTestsRunLayoutTest

Expand Down

0 comments on commit 5d14ae6

Please sign in to comment.