| 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],
|
|
|