Title: [239360] trunk/JSTests
Revision
239360
Author
[email protected]
Date
2018-12-18 16:02:45 -0800 (Tue, 18 Dec 2018)

Log Message

Gardening: test options fix.
https://bugs.webkit.org/show_bug.cgi?id=192822

Unreviewed.

* stress/json-stringify-string-builder-overflow.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239359 => 239360)


--- trunk/JSTests/ChangeLog	2018-12-18 23:59:34 UTC (rev 239359)
+++ trunk/JSTests/ChangeLog	2018-12-19 00:02:45 UTC (rev 239360)
@@ -1,5 +1,14 @@
 2018-12-18  Mark Lam  <[email protected]>
 
+        Gardening: test options fix.
+        https://bugs.webkit.org/show_bug.cgi?id=192822
+
+        Unreviewed.
+
+        * stress/json-stringify-string-builder-overflow.js:
+
+2018-12-18  Mark Lam  <[email protected]>
+
         JSON.stringify() should throw OOM on StringBuilder overflows.
         https://bugs.webkit.org/show_bug.cgi?id=192822
         <rdar://problem/46670577>

Modified: trunk/JSTests/stress/json-stringify-string-builder-overflow.js (239359 => 239360)


--- trunk/JSTests/stress/json-stringify-string-builder-overflow.js	2018-12-18 23:59:34 UTC (rev 239359)
+++ trunk/JSTests/stress/json-stringify-string-builder-overflow.js	2018-12-19 00:02:45 UTC (rev 239360)
@@ -1,4 +1,4 @@
-//@ slow
+//@ slow!
 //@ skip if $architecture != "arm64" and $architecture != "x86-64"
 
 var exception;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to