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

Unified Diff: test/cctest/cctest.status

Issue 1634153002: [Interpreter] Adds support for const/let variables to interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed rebase errors. Created 4 years, 10 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index bc4e866c3635fec743c053bcbd286fa45f8dacad..f220b7bb087681eadb8b169c21f5c078db163347 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -577,14 +577,6 @@
'test-api/InterceptorShouldThrowOnError': [FAIL],
'test-api/StrongModeAccessCheckAllowed': [FAIL],
- # TODO(rmcilroy,4680): FunctionTester SameValue check fails.
- 'test-run-variables/StackInitializeVariables': [FAIL],
- 'test-run-variables/ContextInitializeVariables': [FAIL],
- 'test-run-variables/ContextStoreVariables': [FAIL],
- 'test-run-variables/StackStoreVariables': [FAIL],
- 'test-run-variables/ContextLoadVariables': [FAIL],
- 'test-run-variables/StackLoadVariables': [FAIL],
-
# TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry
'test-api/SetFunctionEntryHook': [FAIL],
@@ -650,7 +642,6 @@
'test-heap/CompilationCacheCachingBehavior': [FAIL],
'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
'test-run-inlining/InlineTwice': [FAIL],
- 'test-decls/Regress425510': [FAIL],
# TODO(rmcilroy,4680): Fail on some bot configurations.
'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],

Powered by Google App Engine
This is Rietveld 408576698