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

Unified Diff: test/cctest/cctest.status

Issue 2505933008: [compiler] Ensure code unsupported by Crankshaft goes to Ignition. (Closed)
Patch Set: Disable two failing tests Created 4 years, 1 month 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 07760bf2e70560176629d7964e2d6ff8423d7d15..ae8f9e721ef97f10be28b9c38dda4d4f7c6db687 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -330,22 +330,6 @@
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- # TODO(mstarzinger): Triggers Ignition+TurboFan on everything now and makes
- # the stack traces within the profilers look different. Needs investigation.
- 'test-api/SetFunctionEntryHook': [SKIP],
- 'test-cpu-profiler/BoundFunctionCall': [FAIL],
- 'test-cpu-profiler/CollectSampleAPI': [FAIL],
- 'test-cpu-profiler/FunctionApplySample': [FAIL],
- 'test-cpu-profiler/FunctionCallSample': [FAIL],
- 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
- 'test-cpu-profiler/JsNativeJsSample': [FAIL],
- 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
- 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
- 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
- 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
- 'test-profile-generator/LineNumber': [FAIL],
- 'test-sampler-api/StackFramesConsistent': [FAIL],
-
# BUG(v8:5457)
'test-api/SetJitCodeEventHandler': [PASS, ['no_snap', SKIP]],
}], # variant == turbofan_opt
@@ -362,8 +346,6 @@
##############################################################################
['variant == ignition_staging', {
- 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
- 'test-cpu-profiler/TickLinesOptimized': [SKIP],
'test-heap/CompilationCacheCachingBehavior': [FAIL],
# BUG(5193): Flaky.
@@ -376,9 +358,8 @@
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- # BUG(4680): Missing type feedback makes optimistic optimizations fail.
- 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
- 'test-cpu-profiler/DeoptUntrackedFunction': [SKIP],
+ # BUG(4751). Deopts with kNotASmi instead of expected deopt reason.
+ 'test-cpu-profiler/CollectDeoptEvents': [SKIP],
# BUG(4751). Flaky with Ignition.
'test-cpu-profiler/JsNativeJsSample': [SKIP],

Powered by Google App Engine
This is Rietveld 408576698