Title: [236872] trunk/JSTests
Revision
236872
Author
[email protected]
Date
2018-10-05 06:05:15 -0700 (Fri, 05 Oct 2018)

Log Message

Skip test on systems with limited memory
https://bugs.webkit.org/show_bug.cgi?id=190310

Invoking runDefault adds test to runlist, skipping the test in the next
line does not prevent the test from executing. Change order of lines such
that runDefault is only executed if test is not executed.

Patch by Dominik Infuehr <[email protected]> on 2018-10-05
Reviewed by Mark Lam.

* stress/regress-190187.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (236871 => 236872)


--- trunk/JSTests/ChangeLog	2018-10-05 10:57:43 UTC (rev 236871)
+++ trunk/JSTests/ChangeLog	2018-10-05 13:05:15 UTC (rev 236872)
@@ -1,3 +1,16 @@
+2018-10-05  Dominik Infuehr  <[email protected]>
+
+        Skip test on systems with limited memory
+        https://bugs.webkit.org/show_bug.cgi?id=190310
+
+        Invoking runDefault adds test to runlist, skipping the test in the next
+        line does not prevent the test from executing. Change order of lines such
+        that runDefault is only executed if test is not executed.
+
+        Reviewed by Mark Lam.
+
+        * stress/regress-190187.js:
+
 2018-10-03  Saam barati  <[email protected]>
 
         lowXYZ in FTLLower should always filter the type of the incoming edge

Modified: trunk/JSTests/stress/regress-190187.js (236871 => 236872)


--- trunk/JSTests/stress/regress-190187.js	2018-10-05 10:57:43 UTC (rev 236871)
+++ trunk/JSTests/stress/regress-190187.js	2018-10-05 13:05:15 UTC (rev 236872)
@@ -1,5 +1,5 @@
+//@ skip if $memoryLimited or $buildType == "debug"
 //@ runDefault
-//@ skip if $memoryLimited or $buildType == "debug"
 //@ slow!
 
 try {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to