Title: [201172] trunk/Source/_javascript_Core
Revision
201172
Author
[email protected]
Date
2016-05-19 11:39:04 -0700 (Thu, 19 May 2016)

Log Message

Unreviewed build fix.

Skipping this new test as it times out on the bots.

Issue tracked in https://bugs.webkit.org/show_bug.cgi?id=157903

* tests/stress/regress-157595.js:
(MyRegExp):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (201171 => 201172)


--- trunk/Source/_javascript_Core/ChangeLog	2016-05-19 17:58:16 UTC (rev 201171)
+++ trunk/Source/_javascript_Core/ChangeLog	2016-05-19 18:39:04 UTC (rev 201172)
@@ -1,3 +1,14 @@
+2016-05-19  Michael Saboff  <[email protected]>
+
+        Unreviewed build fix.
+
+        Skipping this new test as it times out on the bots.
+
+        Issue tracked in https://bugs.webkit.org/show_bug.cgi?id=157903
+
+        * tests/stress/regress-157595.js:
+        (MyRegExp):
+
 2016-05-19  Guillaume Emont  <[email protected]>
 
         JSC: DFG::SpeculativeJIT::compile special case for MIPS for PutByValWithThis

Modified: trunk/Source/_javascript_Core/tests/stress/regress-157595.js (201171 => 201172)


--- trunk/Source/_javascript_Core/tests/stress/regress-157595.js	2016-05-19 17:58:16 UTC (rev 201171)
+++ trunk/Source/_javascript_Core/tests/stress/regress-157595.js	2016-05-19 18:39:04 UTC (rev 201172)
@@ -1,6 +1,7 @@
 // Test that an overridden global on a RegExp object doesn't cause an infinite loop
 // in String.match(). Instead it should eventually throw an Out of Memory exception.
-//@ runOneLargeHeap
+// Skipping until the test doesn't timeout on the bots - <https://bugs.webkit.org/show_bug.cgi?id=157903>
+//@ skip
 
 class MyRegExp extends RegExp {
     constructor(pattern) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to