Title: [218823] trunk/JSTests
Revision
218823
Author
[email protected]
Date
2017-06-26 16:39:49 -0700 (Mon, 26 Jun 2017)

Log Message

Skip a test on 32-bit platforms since we run out of address space.

Rubber stamped by Mark Lam.

* stress/dont-reserve-huge-capacity-lexer.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (218822 => 218823)


--- trunk/JSTests/ChangeLog	2017-06-26 22:36:45 UTC (rev 218822)
+++ trunk/JSTests/ChangeLog	2017-06-26 23:39:49 UTC (rev 218823)
@@ -1,5 +1,13 @@
 2017-06-26  Saam Barati  <[email protected]>
 
+        Skip a test on 32-bit platforms since we run out of address space.
+
+        Rubber stamped by Mark Lam.
+
+        * stress/dont-reserve-huge-capacity-lexer.js:
+
+2017-06-26  Saam Barati  <[email protected]>
+
         Crash in JSC::Lexer<unsigned char>::setCode
         https://bugs.webkit.org/show_bug.cgi?id=172754
 

Modified: trunk/JSTests/stress/dont-reserve-huge-capacity-lexer.js (218822 => 218823)


--- trunk/JSTests/stress/dont-reserve-huge-capacity-lexer.js	2017-06-26 22:36:45 UTC (rev 218822)
+++ trunk/JSTests/stress/dont-reserve-huge-capacity-lexer.js	2017-06-26 23:39:49 UTC (rev 218823)
@@ -1,3 +1,5 @@
+//@ skip if ($architecture != "arm64" and $architecture != "x86-64")
+
 var fe="f";                                                                         
 try
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to