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

Unified Diff: test/cctest/cctest.status

Issue 1700993002: Remove strong mode support from property loads. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix comment. 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
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | test/cctest/interpreter/test-bytecode-generator.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 a98b0ddd93b90e373d97c29b0f0273f252a2b7e4..fe2eed2a25e1ece2e984a6761aff15e727d7e3e7 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -89,6 +89,10 @@
'test-func-name-inference/UpperCaseClass': [FAIL],
'test-func-name-inference/LowerCaseClass': [FAIL],
+ # BUG(3956). Strong mode is being deprecated. Decide about these tests.
+ 'test-api/StrongModeAccessCheckAllowed': [FAIL],
+ 'test-api/StrongModeAccessCheckBlocked': [FAIL],
+
##############################################################################
# TurboFan compiler failures.
@@ -514,13 +518,8 @@
'test-api/IsGeneratorFunctionOrObject': [FAIL],
# TODO(rmcilroy,4680): Strong mode failures.
- 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL],
- 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL],
- 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL],
- 'test-api/StrongModeAccessCheckBlocked': [FAIL],
'test-api/AccessorShouldThrowOnError': [FAIL],
'test-api/InterceptorShouldThrowOnError': [FAIL],
- 'test-api/StrongModeAccessCheckAllowed': [FAIL],
# TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry
'test-api/SetFunctionEntryHook': [FAIL],
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | test/cctest/interpreter/test-bytecode-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698