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

Unified Diff: test/cctest/cctest.status

Issue 1922623003: [Interpreter] Prepare switching to new ignition testing variant. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 | test/mjsunit/mjsunit.status » ('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 c1b28d35f1dbb619a3c44db0458a4fd26f3ed5b0..c604c39949fe52aa4e256c62f7a54f44ff43da42 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -492,7 +492,7 @@
}], # 'arch == ppc64 and simulator_run == True'
##############################################################################
-['ignition == True', {
+['ignition or ignition_turbofan', {
# TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || function->IsOptimized().
'test-heap/TestCodeFlushingPreAged': [FAIL],
'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
@@ -561,6 +561,6 @@
# BUG(4751). Flaky with ignition and tsan.
'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
-}], # ignition == True
+}], # ignition or ignition_turbofan
]
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698