Title: [262328] trunk
Revision
262328
Author
[email protected]
Date
2020-05-29 16:57:19 -0700 (Fri, 29 May 2020)

Log Message

Skip a few more JSC tests when $memoryLimited
https://bugs.webkit.org/show_bug.cgi?id=212552

Reviewed by Mark Lam.

JSTests:

* stress/call-varargs-inlining-should-not-clobber-previous-to-free-register.js:
* stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js:

LayoutTests:

* js/script-tests/stack-overflow-regexp.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (262327 => 262328)


--- trunk/JSTests/ChangeLog	2020-05-29 23:56:33 UTC (rev 262327)
+++ trunk/JSTests/ChangeLog	2020-05-29 23:57:19 UTC (rev 262328)
@@ -1,3 +1,13 @@
+2020-05-29  Saam Barati  <[email protected]>
+
+        Skip a few more JSC tests when $memoryLimited
+        https://bugs.webkit.org/show_bug.cgi?id=212552
+
+        Reviewed by Mark Lam.
+
+        * stress/call-varargs-inlining-should-not-clobber-previous-to-free-register.js:
+        * stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js:
+
 2020-05-27  Keith Miller  <[email protected]>
 
         for-of should check the iterable is a JSArray for FastArray in DFG iterator_open

Modified: trunk/JSTests/stress/call-varargs-inlining-should-not-clobber-previous-to-free-register.js (262327 => 262328)


--- trunk/JSTests/stress/call-varargs-inlining-should-not-clobber-previous-to-free-register.js	2020-05-29 23:56:33 UTC (rev 262327)
+++ trunk/JSTests/stress/call-varargs-inlining-should-not-clobber-previous-to-free-register.js	2020-05-29 23:57:19 UTC (rev 262328)
@@ -1,3 +1,4 @@
+//@ skip if $memoryLimited
 //@ runDefault("--useConcurrentJIT=0", "--watchdog=4000", "--watchdog-exception-ok")
 (function __v0() {
     try {

Modified: trunk/JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js (262327 => 262328)


--- trunk/JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js	2020-05-29 23:56:33 UTC (rev 262327)
+++ trunk/JSTests/stress/incremental-marking-should-not-dead-lock-in-new-property-transition.js	2020-05-29 23:57:19 UTC (rev 262328)
@@ -1,4 +1,4 @@
-//@ skip if $hostOS == "playstation"
+//@ skip if $hostOS == "playstation" || $memoryLimited
 //@ runDefault("--gcIncrementScale=100", "--gcIncrementBytes=10", "--numberOfGCMarkers=1")
 
 let a = [];

Modified: trunk/LayoutTests/ChangeLog (262327 => 262328)


--- trunk/LayoutTests/ChangeLog	2020-05-29 23:56:33 UTC (rev 262327)
+++ trunk/LayoutTests/ChangeLog	2020-05-29 23:57:19 UTC (rev 262328)
@@ -1,3 +1,12 @@
+2020-05-29  Saam Barati  <[email protected]>
+
+        Skip a few more JSC tests when $memoryLimited
+        https://bugs.webkit.org/show_bug.cgi?id=212552
+
+        Reviewed by Mark Lam.
+
+        * js/script-tests/stack-overflow-regexp.js:
+
 2020-05-29  Jer Noble  <[email protected]>
 
         [EME] navigator.requestMediaKeySystemAccess() should reject PUR sessionTypes in private browsing mode.

Modified: trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js (262327 => 262328)


--- trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js	2020-05-29 23:56:33 UTC (rev 262327)
+++ trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js	2020-05-29 23:57:19 UTC (rev 262328)
@@ -1,5 +1,5 @@
 // https://bugs.webkit.org/show_bug.cgi?id=190755
-//@ skip if $architecture == "arm" and $hostOS == "linux"
+//@ skip if ($architecture == "arm" and $hostOS == "linux") || $memoryLimited
 //  &&&&
 description('Test that we do not overflow the stack while handling regular expressions');
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to