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

Unified Diff: test/cctest/cctest.status

Issue 1631593003: [interpreter] Deprecate --ignition-fallback-on-catch flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more timeout. Created 4 years, 11 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 | « src/flag-definitions.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.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 401c797b4b902d9990a7f0cd9fe008e07534f2a9..1062a20c001022b7ff1a5ea9df31637dc2bf6a9f 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -510,6 +510,18 @@
'test-inobject-slack-tracking/*' : [SKIP],
'test-serialize/*' : [SKIP],
+ # TODO(mstarzinger,4674): Message object is not properly cleared.
+ 'test-heap/MessageObjectLeak': [FAIL],
+
+ # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
+ 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL],
+ 'test-run-jsexceptions/Catch': [FAIL],
+ 'test-run-jsexceptions/CatchBreak': [FAIL],
+ 'test-run-jsexceptions/CatchCall': [FAIL],
+ 'test-run-jsexceptions/CatchNested': [FAIL],
+ 'test-run-jsexceptions/DeoptCatch': [FAIL],
+ 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL],
+
'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
@@ -577,8 +589,11 @@
'test-run-variables/StackLoadVariables': [SKIP],
'test-run-variables/StackStoreVariables': [SKIP],
'test-sampler-api/StackFramesConsistent': [SKIP],
+ 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP],
+ 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
+ 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
'test-thread-termination/TerminationInInnerTryCall': [SKIP],
'test-unscopables-hidden-prototype/Unscopables': [SKIP],
« no previous file with comments | « src/flag-definitions.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698