Title: [218205] trunk/JSTests
Revision
218205
Author
ryanhad...@apple.com
Date
2017-06-13 14:54:57 -0700 (Tue, 13 Jun 2017)

Log Message

Unreviewed JSC test gardening.

* stress/check-string-ident.js:
* stress/new-largeish-contiguous-array-with-size.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (218204 => 218205)


--- trunk/JSTests/ChangeLog	2017-06-13 21:52:13 UTC (rev 218204)
+++ trunk/JSTests/ChangeLog	2017-06-13 21:54:57 UTC (rev 218205)
@@ -1,3 +1,10 @@
+2017-06-13  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed JSC test gardening.
+
+        * stress/check-string-ident.js:
+        * stress/new-largeish-contiguous-array-with-size.js:
+
 2017-06-13  Michael Saboff  <msab...@apple.com>
 
         DFG doesn't properly handle a property that is change to read only in a prototype

Modified: trunk/JSTests/stress/check-string-ident.js (218204 => 218205)


--- trunk/JSTests/stress/check-string-ident.js	2017-06-13 21:52:13 UTC (rev 218204)
+++ trunk/JSTests/stress/check-string-ident.js	2017-06-13 21:54:57 UTC (rev 218205)
@@ -1,3 +1,4 @@
+//@ skip
 //@ defaultNoEagerRun
 
 const o = { baz: 20 };

Modified: trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js (218204 => 218205)


--- trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js	2017-06-13 21:52:13 UTC (rev 218204)
+++ trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js	2017-06-13 21:54:57 UTC (rev 218205)
@@ -1,5 +1,6 @@
 // We only need one run of this with any GC or JIT strategy. This test is not particularly fast.
 // Unfortunately, it needs to run for a while to test the thing it's testing.
+//@ skip if $architecture == /arm/
 //@ slow!
 //@ runWithRAMSize(10000000)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to