Reviewers: mvstanton,
Description:
Disable RegExpInterruption test for interpreted irregexp.
Interrupts are not currently supported by interpreted irregexp.
[email protected]
BUG=
Please review this at https://codereview.chromium.org/27312002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+4, -0 lines):
M test/cctest/test-api.cc
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index
ae6dbfad33706eae42819747e6270ea222bc9db4..c70f9885ffcfa9b8d709908a2af80c5dc3f3543b
100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -14612,6 +14612,8 @@ TEST(CompileExternalTwoByteSource) {
}
+#ifndef V8_INTERPRETED_REGEXP
+
struct RegExpInterruptionData {
int loop_count;
UC16VectorResource* string_resource;
@@ -14681,6 +14683,8 @@ TEST(RegExpInterruption) {
regexp_interruption_data.string.Dispose();
}
+#endif // V8_INTERPRETED_REGEXP
+
// Test that we cannot set a property on the global object if there
// is a read-only property in the prototype chain.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.