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

Unified Diff: test/cctest/cctest.status

Issue 1656863002: [Interpreter] Adds support for with statement to interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed cctest.status. 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/interpreter/bytecode-generator.cc ('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 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],
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('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