Chromium Code Reviews

Unified Diff: test/cctest/cctest.status

Issue 1773653002: [strong] Remove all remainders of strong mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 7a07088262be396340baeea9b46a619e602d1a71..1a39f743ee674b41690819cde355c6c002dbfd53 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -89,10 +89,6 @@
'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.

Powered by Google App Engine