| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 3adbc64832d6c9497c8832df3eb1fb33f67e0d28..52b3a081675d4453ec1ed2c1c7ff6cd3e46dc278 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -566,22 +566,6 @@
|
| 'test-api/ClassPrototypeCreationContext': [FAIL],
|
| 'test-run-jsops/ClassLiteral': [FAIL],
|
|
|
| - # TODO(rmcilroy,4684): Requires support for with statements.
|
| - 'test-unscopables-hidden-prototype/Unscopables': [FAIL],
|
| - 'test-decls/CrossScriptDynamicLookup': [FAIL],
|
| - 'test-api/EvalAliasedDynamic': [FAIL],
|
| - 'test-api/CrossEval': [FAIL],
|
| - 'test-api/ReadOnlyPropertyInGlobalProto': [FAIL],
|
| - 'test-api/StreamingWithDebuggingEnabledLate': [FAIL],
|
| - 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
|
| - 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL],
|
| - 'test-api/CatchExceptionFromWith': [FAIL],
|
| - 'test-api/CallbackExceptionRegression': [FAIL],
|
| - 'test-api/UseWithFromExtension': [FAIL],
|
| - 'test-run-jscalls/LookupCall': [FAIL],
|
| - 'test-run-jsops/LookupLoad': [FAIL],
|
| - 'test-run-jsops/LookupStore': [FAIL],
|
| -
|
| # TODO(rmcilroy,4681): Requires support for generators.
|
| 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
|
| 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
|
| @@ -667,6 +651,7 @@
|
| 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
|
| 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
|
| 'test-heap/CompilationCacheCachingBehavior': [FAIL],
|
| + 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
|
| 'test-run-inlining/InlineTwice': [FAIL],
|
| 'test-run-jsobjects/ArgumentsRest': [FAIL],
|
| 'test-decls/Regress425510': [FAIL],
|
| @@ -753,7 +738,7 @@
|
|
|
| ['ignition == True and arch == arm64', {
|
| # TODO(rmcilroy,4680): Arm64 specific test failures.
|
| - 'test-js-arm64-variables/lookup_slots': [FAIL],
|
| + 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL],
|
|
|
| # TODO(rmcilroy,4680): Arm64 flakes.
|
| 'test-serialize/SerializeInternalReference': [PASS, FAIL],
|
|
|