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

Unified Diff: test/test262/test262.status

Issue 1423993006: RegExp.prototype is an ordinary object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 2 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 | « test/mjsunit/regress/regress-3229.js ('k') | test/webkit/fast/js/kde/RegExp-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 5b962440b3e826bd41b663ce6821fcac16d8fcfa..200c40905cdce2e033f2add4b537d060fa0261b8 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -155,8 +155,6 @@
'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL],
'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL],
- 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL],
- 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL],
'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL],
'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL],
@@ -183,8 +181,15 @@
'built-ins/RegExp/from-regexp-like-get-ctor-err': [FAIL],
'built-ins/RegExp/call_with_regexp_not_same_constructor': [FAIL],
- # https://code.google.com/p/v8/issues/detail?id=4003
- 'built-ins/RegExp/prototype/15.10.6': [FAIL],
+ # https://code.google.com/p/v8/issues/detail?id=4528
+ 'built-ins/RegExp/prototype/source/S15.10.7.1_A8': [FAIL],
+ 'built-ins/RegExp/prototype/source/S15.10.7.1_A10': [FAIL],
+ 'built-ins/RegExp/prototype/global/S15.10.7.2_A8': [FAIL],
+ 'built-ins/RegExp/prototype/global/S15.10.7.2_A10': [FAIL],
+ 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A8': [FAIL],
+ 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A10': [FAIL],
+ 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A8': [FAIL],
+ 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A10': [FAIL],
# https://code.google.com/p/v8/issues/detail?id=4006
'built-ins/String/prototype/S15.5.4_A1': [FAIL],
« no previous file with comments | « test/mjsunit/regress/regress-3229.js ('k') | test/webkit/fast/js/kde/RegExp-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698