Index: LayoutTests/fast/js/regexp-match-exception-no-crash-expected.txt |
diff --git a/LayoutTests/fast/js/regexp-match-exception-no-crash-expected.txt b/LayoutTests/fast/js/regexp-match-exception-no-crash-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b893eff7af468185a8a077f8dc1634c3004b958b |
--- /dev/null |
+++ b/LayoutTests/fast/js/regexp-match-exception-no-crash-expected.txt |
@@ -0,0 +1,10 @@ |
+This tests that ScriptRegexp matching fails when running into an exceptional condition (stack overflow) without crashing. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS runTest() threw exception RangeError: Maximum call stack size exceeded. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |