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

Unified Diff: test/cctest/cctest.status

Issue 133443009: A64: Synchronize with r17441. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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 | « test/cctest/cctest.gyp ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 65e1642193ab58179ddc70027589e0a107c33e14..c32fdc2610eba0cb7f6fa18b761a4a9ce7aa4336 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -57,8 +57,10 @@
# Boot up memory use is bloated in debug mode.
'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
- # Some CPU profiler tests are flaky.
- 'test-cpu-profiler/*': [PASS, FLAKY],
+ # This tests only that the preparser and parser agree, so there is no point in
+ # running several variants. Note that this still takes ages, because there
+ # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
+ 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
}], # ALWAYS
##############################################################################
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698