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

Unified Diff: test/cctest/cctest.status

Issue 1627943003: [Interpreter] Remove skips which have been fixed with Exceptions and For...Of. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add back skips 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 | « 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 bf9197e3888d1702dca9c4da18c30805381592d2..401c797b4b902d9990a7f0cd9fe008e07534f2a9 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -508,7 +508,6 @@
'test-debug/*' : [SKIP],
'test-func-name-inference/*' : [SKIP],
'test-inobject-slack-tracking/*' : [SKIP],
- 'test-run-jsexceptions/*' : [SKIP],
'test-serialize/*' : [SKIP],
'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
@@ -522,7 +521,6 @@
'test-compiler/OptimizedCodeSharing2': [SKIP],
'test-compiler/OptimizedCodeSharing3': [SKIP],
'test-compiler/Print': [SKIP],
- 'test-compiler/UncaughtThrow': [SKIP],
'test-decls/CrossScriptDynamicLookup': [SKIP],
'test-decls/Regress425510': [SKIP],
'test-feedback-vector/VectorCallICStates': [SKIP],
@@ -536,13 +534,10 @@
'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
- 'test-heap-profiler/HeapSnapshotCollection': [SKIP],
'test-heap-profiler/HeapSnapshotSimd': [SKIP],
- 'test-heap-profiler/HeapSnapshotWeakCollection': [SKIP],
'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
'test-heap/PromotionQueue': [SKIP],
'test-heap/Regress169209': [SKIP],
- 'test-heap/Regress1878': [SKIP],
'test-heap/Regress357137': [SKIP],
'test-heap/Regress3631': [SKIP],
'test-heap/Regress388880': [SKIP],
@@ -567,8 +562,10 @@
'test-profile-generator/ProfileNodeScriptId': [SKIP],
'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
'test-run-inlining/InlineTwice': [SKIP],
- 'test-run-jsbranches/ForOfContinueStatement': [SKIP],
'test-run-jscalls/LookupCall': [SKIP],
+ 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP],
+ 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
+ 'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
'test-run-jsobjects/ArgumentsRest': [SKIP],
'test-run-jsops/ClassLiteral': [SKIP],
'test-run-jsops/LookupLoad': [SKIP],
« 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