Commit cf2aea3e authored by yangguo@chromium.org's avatar yangguo@chromium.org

Disable RegExpInterruption test for interpreted irregexp.

Interrupts are not currently supported by interpreted irregexp.

R=mvstanton@chromium.org
BUG=

Review URL: https://codereview.chromium.org/27312002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17209 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b01a6a4e
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment