Title: [237809] trunk/JSTests
Revision
237809
Author
[email protected]
Date
2018-11-05 09:43:40 -0800 (Mon, 05 Nov 2018)

Log Message

Unreviewed build fix for linux.

* stress/regexp-compile-oom.js: Disabled for non-darwin OSes.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (237808 => 237809)


--- trunk/JSTests/ChangeLog	2018-11-05 17:34:48 UTC (rev 237808)
+++ trunk/JSTests/ChangeLog	2018-11-05 17:43:40 UTC (rev 237809)
@@ -1,3 +1,9 @@
+2018-11-05  Michael Saboff  <[email protected]>
+
+        Unreviewed build fix for linux.
+
+        * stress/regexp-compile-oom.js: Disabled for non-darwin OSes.
+
 2018-11-02  Michael Saboff  <[email protected]>
 
         Rolling in r237753 with unreviewed build fix.

Modified: trunk/JSTests/stress/regexp-compile-oom.js (237808 => 237809)


--- trunk/JSTests/stress/regexp-compile-oom.js	2018-11-05 17:34:48 UTC (rev 237808)
+++ trunk/JSTests/stress/regexp-compile-oom.js	2018-11-05 17:43:40 UTC (rev 237809)
@@ -1,3 +1,4 @@
+//@ skip if $hostOS != "darwin"
 // Test that throw an OOM exception when compiling a pathological, but valid nested RegExp.
 
 function recurseAndTest(depth, f, expectedException)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to