Title: [199135] trunk
Revision
199135
Author
sbar...@apple.com
Date
2016-04-06 18:50:09 -0700 (Wed, 06 Apr 2016)

Log Message

jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989
https://bugs.webkit.org/show_bug.cgi?id=156187

Reviewed by Keith Miller.

Tools:

* Scripts/run-jsc-stress-tests:

LayoutTests:

* js/script-tests/regress-141098.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199134 => 199135)


--- trunk/LayoutTests/ChangeLog	2016-04-07 01:47:53 UTC (rev 199134)
+++ trunk/LayoutTests/ChangeLog	2016-04-07 01:50:09 UTC (rev 199135)
@@ -1,3 +1,12 @@
+2016-04-06  Saam barati  <sbar...@apple.com>
+
+        jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989
+        https://bugs.webkit.org/show_bug.cgi?id=156187
+
+        Reviewed by Keith Miller.
+
+        * js/script-tests/regress-141098.js:
+
 2016-04-06  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [GTK] Belatedly rebaseline several test expectations after r196244

Modified: trunk/LayoutTests/js/script-tests/regress-141098.js (199134 => 199135)


--- trunk/LayoutTests/js/script-tests/regress-141098.js	2016-04-07 01:47:53 UTC (rev 199134)
+++ trunk/LayoutTests/js/script-tests/regress-141098.js	2016-04-07 01:50:09 UTC (rev 199135)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
+//@ noEagerNoNoLLIntTestsRunLayoutTest
 
 description("Regression test for https://webkit.org/b/141098. Make sure eval() properly handles running out of stack space. This test should run without crashing.");
 

Modified: trunk/Tools/ChangeLog (199134 => 199135)


--- trunk/Tools/ChangeLog	2016-04-07 01:47:53 UTC (rev 199134)
+++ trunk/Tools/ChangeLog	2016-04-07 01:50:09 UTC (rev 199135)
@@ -1,3 +1,12 @@
+2016-04-06  Saam barati  <sbar...@apple.com>
+
+        jsc-layout-tests.yaml/js/script-tests/regress-141098.js failing on Yosemite Debug after r198989
+        https://bugs.webkit.org/show_bug.cgi?id=156187
+
+        Reviewed by Keith Miller.
+
+        * Scripts/run-jsc-stress-tests:
+
 2016-04-06  Alex Christensen  <achristen...@webkit.org>
 
         Compile WebKitTestRunner with CMake on Mac

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (199134 => 199135)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2016-04-07 01:47:53 UTC (rev 199134)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2016-04-07 01:50:09 UTC (rev 199135)
@@ -1125,6 +1125,15 @@
     end
 end
 
+def noEagerNoNoLLIntTestsRunLayoutTest
+    runLayoutTestDefault
+    if $jitTests
+        runLayoutTestNoCJIT
+        runLayoutTestDefaultFTL
+        runLayoutTestFTLNoCJIT
+    end
+end
+
 def noNoLLIntRunLayoutTest
     runLayoutTestDefault
     if $jitTests
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to