Index: test/webkit/webkit.status |
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status |
index 971cf4691f97a5ab70b93a866ed6106f922f7219..aae94c071deb56af22815a5d23c66e54fa3f8712 100644 |
--- a/test/webkit/webkit.status |
+++ b/test/webkit/webkit.status |
@@ -38,6 +38,8 @@ |
# This test leads to a SyntaxError from conflicting let declarations |
# in ES2015 |
'function-declarations-in-switch-statement': [FAIL], |
+ # Irregexp interpreter overflows stack. We should just not crash. |
+ 'fast/js/regexp-stack-overflow': [PASS, FAIL], |
}], # ALWAYS |
['mode == debug', { |
# Too slow in debug mode. |