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

Unified Diff: test/test262/test262.status

Issue 1776883005: Put RegExp js code in strict mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Better testing Created 4 years, 9 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/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index a2ec884fedb8844ec2c7c0320f2a3eae3188f3c9..ee1f53e19272d2268e5c0860a395a292bd2ed4ff 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -133,10 +133,6 @@
'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL],
'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL],
- # https://code.google.com/p/v8/issues/detail?id=4504
- 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
- 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
-
# https://code.google.com/p/v8/issues/detail?id=4305
# SKIP rather than FAIL some tests, as they may check for an exception which
# happens to be thrown for some other reason (e.g,

Powered by Google App Engine
This is Rietveld 408576698