Title: [238508] trunk/JSTests
- Revision
- 238508
- Author
- [email protected]
- Date
- 2018-11-26 11:59:41 -0800 (Mon, 26 Nov 2018)
Log Message
32-bit JSC test failure: stress/regexp-compile-oom.js
https://bugs.webkit.org/show_bug.cgi?id=191375
Reviewed by Mark Lam.
Disabled the test for 32 bit platforms.
* stress/regexp-compile-oom.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (238507 => 238508)
--- trunk/JSTests/ChangeLog 2018-11-26 19:55:30 UTC (rev 238507)
+++ trunk/JSTests/ChangeLog 2018-11-26 19:59:41 UTC (rev 238508)
@@ -1,3 +1,14 @@
+2018-11-26 Michael Saboff <[email protected]>
+
+ 32-bit JSC test failure: stress/regexp-compile-oom.js
+ https://bugs.webkit.org/show_bug.cgi?id=191375
+
+ Reviewed by Mark Lam.
+
+ Disabled the test for 32 bit platforms.
+
+ * stress/regexp-compile-oom.js:
+
2018-11-26 Tadeu Zagallo <[email protected]>
ASSERTION FAILED: m_outOfLineJumpTargets.contains(bytecodeOffset)
Modified: trunk/JSTests/stress/regexp-compile-oom.js (238507 => 238508)
--- trunk/JSTests/stress/regexp-compile-oom.js 2018-11-26 19:55:30 UTC (rev 238507)
+++ trunk/JSTests/stress/regexp-compile-oom.js 2018-11-26 19:59:41 UTC (rev 238508)
@@ -1,4 +1,4 @@
-//@ skip if $hostOS != "darwin"
+//@ skip if $hostOS != "darwin" or $architecture == "arm" or $architecture == "x86"
// Test that throw an OOM exception when compiling a pathological, but valid nested RegExp.
var failures = [];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes