Chromium Code Reviews

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

Issue 762743002: Disable ParserSync test for now, it takes waaaaay too long. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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-parsing.cc
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
index 99965d2aebd5ddcaca3e2be1fdcc6f6b4f97702a..80d34066013d43f0c952d9a4353d406f3f797e47 100644
--- a/test/cctest/test-parsing.cc
+++ b/test/cctest/test-parsing.cc
@@ -1509,7 +1509,9 @@ void TestParserSync(const char* source,
}
-TEST(ParserSync) {
+// TODO(marja) This needs to be turned into a fuzzing test, trying all those
+// combinations below takes at least 2 orders of magnitude too long.
+DISABLED_TEST(ParserSync) {
const char* context_data[][2] = {
{ "", "" },
{ "{", "}" },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine