Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: test/cctest/test-api.cc

Issue 27312002: Disable RegExpInterruption test for interpreted irregexp. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698