Title: [228499] trunk/JSTests
- Revision
- 228499
- Author
- [email protected]
- Date
- 2018-02-14 17:58:44 -0800 (Wed, 14 Feb 2018)
Log Message
Skip stress/new-largeish-contiguous-array-with-size.js on arm.
Unreviewed test gardening.
* stress/new-largeish-contiguous-array-with-size.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (228498 => 228499)
--- trunk/JSTests/ChangeLog 2018-02-15 01:40:33 UTC (rev 228498)
+++ trunk/JSTests/ChangeLog 2018-02-15 01:58:44 UTC (rev 228499)
@@ -1,3 +1,11 @@
+2018-02-14 Ryan Haddad <[email protected]>
+
+ Skip stress/new-largeish-contiguous-array-with-size.js on arm.
+
+ Unreviewed test gardening.
+
+ * stress/new-largeish-contiguous-array-with-size.js:
+
2018-02-14 Saam Barati <[email protected]>
Setting a VMTrap shouldn't look at topCallFrame since that may imply we're in C code and holding the malloc lock
Modified: trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js (228498 => 228499)
--- trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js 2018-02-15 01:40:33 UTC (rev 228498)
+++ trunk/JSTests/stress/new-largeish-contiguous-array-with-size.js 2018-02-15 01:58:44 UTC (rev 228499)
@@ -1,8 +1,7 @@
// 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/
+//@ if $architecture =~ /arm/ then skip else runWithRAMSize(10000000) end
//@ slow!
-//@ runWithRAMSize(10000000)
function foo(x) {
return new Array(x);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes