Title: [238310] trunk/JSTests
Revision
238310
Author
[email protected]
Date
2018-11-16 15:17:10 -0800 (Fri, 16 Nov 2018)

Log Message

Unreviewed, make some tests not crash my computer by only running on instance of it. These tests do not need to run for each JSC
config since they're regression tests for runtime bugs.

* stress/large-unshift-splice.js:
* stress/regress-185888.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (238309 => 238310)


--- trunk/JSTests/ChangeLog	2018-11-16 23:10:12 UTC (rev 238309)
+++ trunk/JSTests/ChangeLog	2018-11-16 23:17:10 UTC (rev 238310)
@@ -1,3 +1,11 @@
+2018-11-16  Filip Pizlo  <[email protected]>
+
+        Unreviewed, make some tests not crash my computer by only running on instance of it. These tests do not need to run for each JSC
+        config since they're regression tests for runtime bugs.
+
+        * stress/large-unshift-splice.js:
+        * stress/regress-185888.js:
+
 2018-11-16  Saam Barati  <[email protected]>
 
         KnownCellUse should also have SpecCellCheck as its type filter

Modified: trunk/JSTests/stress/large-unshift-splice.js (238309 => 238310)


--- trunk/JSTests/stress/large-unshift-splice.js	2018-11-16 23:10:12 UTC (rev 238309)
+++ trunk/JSTests/stress/large-unshift-splice.js	2018-11-16 23:17:10 UTC (rev 238310)
@@ -1,4 +1,4 @@
-//@ skip if $memoryLimited
+//@ if $memoryLimited then skip else runDefault end
 
 function make_contig_arr(sz)
 {

Modified: trunk/JSTests/stress/regress-185888.js (238309 => 238310)


--- trunk/JSTests/stress/regress-185888.js	2018-11-16 23:10:12 UTC (rev 238309)
+++ trunk/JSTests/stress/regress-185888.js	2018-11-16 23:17:10 UTC (rev 238310)
@@ -1,4 +1,5 @@
-//@skip if $memoryLimited
+//@ if $memoryLimited then skip else runDefault end
+
 var exception;
 try {
     const str = "a".padStart(0x80000000 - 1);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to