Title: [196762] trunk/LayoutTests
Revision
196762
Author
[email protected]
Date
2016-02-18 09:53:33 -0800 (Thu, 18 Feb 2016)

Log Message

JSC ARM Linux test gardening after r196625
https://bugs.webkit.org/show_bug.cgi?id=154392

Reviewed by Mark Lam.

* js/script-tests/dfg-float32array.js:
* js/script-tests/dfg-float64array.js:
* js/script-tests/dfg-int16array.js:
* js/script-tests/dfg-int32array-overflow-values.js:
* js/script-tests/dfg-int32array.js:
* js/script-tests/dfg-int8array.js:
* js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js:
* js/script-tests/dfg-uint16array.js:
* js/script-tests/dfg-uint32array-overflow-values.js:
* js/script-tests/dfg-uint32array.js:
* js/script-tests/dfg-uint8array.js:
* js/script-tests/dfg-uint8clampedarray.js:
* js/script-tests/regress-141098.js:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (196761 => 196762)


--- trunk/LayoutTests/ChangeLog	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/ChangeLog	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,3 +1,24 @@
+2016-02-18  Csaba Osztrogonác  <[email protected]>
+
+        JSC ARM Linux test gardening after r196625
+        https://bugs.webkit.org/show_bug.cgi?id=154392
+
+        Reviewed by Mark Lam.
+
+        * js/script-tests/dfg-float32array.js:
+        * js/script-tests/dfg-float64array.js:
+        * js/script-tests/dfg-int16array.js:
+        * js/script-tests/dfg-int32array-overflow-values.js:
+        * js/script-tests/dfg-int32array.js:
+        * js/script-tests/dfg-int8array.js:
+        * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js:
+        * js/script-tests/dfg-uint16array.js:
+        * js/script-tests/dfg-uint32array-overflow-values.js:
+        * js/script-tests/dfg-uint32array.js:
+        * js/script-tests/dfg-uint8array.js:
+        * js/script-tests/dfg-uint8clampedarray.js:
+        * js/script-tests/regress-141098.js:
+
 2016-02-17  Myles C. Maxfield  <[email protected]>
 
         [Font Loading] Implement FontFaceSet

Modified: trunk/LayoutTests/js/script-tests/dfg-float32array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-float32array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-float32array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that float32 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-float64array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-float64array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-float64array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that float64 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-int16array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-int16array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-int16array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that int16 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-int32array-overflow-values.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-int32array-overflow-values.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-int32array-overflow-values.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that int32 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-int32array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-int32array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-int32array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that int32 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-int8array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-int8array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-int8array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that int8 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "Tests that performing an OSR entry into a loop with a hoisted structure check, where the loop may clobber the world, works."

Modified: trunk/LayoutTests/js/script-tests/dfg-uint16array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-uint16array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-uint16array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that uint16 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-uint32array-overflow-values.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that int32 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-uint32array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-uint32array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-uint32array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that uint32 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-uint8array.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-uint8array.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-uint8array.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that uint8 arrays work in the DFG."

Modified: trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js (196761 => 196762)


--- trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/dfg-uint8clampedarray.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 description(
 "This tests that Uint8ClampedArrays work in the DFG."

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


--- trunk/LayoutTests/js/script-tests/regress-141098.js	2016-02-18 17:25:42 UTC (rev 196761)
+++ trunk/LayoutTests/js/script-tests/regress-141098.js	2016-02-18 17:53:33 UTC (rev 196762)
@@ -1,4 +1,4 @@
-//@ noNoLLIntRunLayoutTest if $architecture == "arm"
+//@ noNoLLIntRunLayoutTest if $architecture == "arm" and $hostOS == "darwin"
 
 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.");
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to