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

Side by Side Diff: test/test262/test262.status

Issue 2344773002: Reland of Put RegExp js code in strict mode (patchset #2 id:20001 of https://codereview.chromium.or… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Simplify test262 expectations Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « test/mjsunit/regexp-lastIndex.js ('k') | test/webkit/fast/regex/lastIndex-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 # https://code.google.com/p/v8/issues/detail?id=4253 100 # https://code.google.com/p/v8/issues/detail?id=4253
101 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 101 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
102 102
103 ###### BEGIN REGEXP SUBCLASSING SECTION ###### 103 ###### BEGIN REGEXP SUBCLASSING SECTION ######
104 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 104 # https://bugs.chromium.org/p/v8/issues/detail?id=5361
105 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 105 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
106 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 106 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
107 107
108 # https://bugs.chromium.org/p/v8/issues/detail?id=5360 108 # https://bugs.chromium.org/p/v8/issues/detail?id=5360
109 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [ PASS, FAIL], 109 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [ FAIL],
110 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-y-set-lastindex-err': [PASS, FAIL], 110 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [FAIL],
111 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err': [SKIP],
112 'built-ins/RegExp/prototype/Symbol.match/builtin-success-y-set-lastindex-err': [PASS, FAIL],
113 'built-ins/RegExp/prototype/Symbol.match/g-init-lastindex-err': [PASS, FAIL],
114 'built-ins/RegExp/prototype/Symbol.match/g-match-empty-set-lastindex-err': [PA SS, FAIL],
115 'built-ins/RegExp/prototype/Symbol.match/y-fail-lastindex-no-write': [PASS, FA IL],
116 'built-ins/RegExp/prototype/Symbol.replace/g-init-lastindex-err': [PASS, FAIL] ,
117 'built-ins/RegExp/prototype/Symbol.replace/y-fail-lastindex-no-write': [PASS, FAIL],
118 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-init-err': [PASS, FAIL ],
119 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, F AIL],
120 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
121 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
122 111
123 # https://bugs.chromium.org/p/v8/issues/detail?id=5123 112 # https://bugs.chromium.org/p/v8/issues/detail?id=5123
124 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 113 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
125 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 114 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
126 115
127 ###### END REGEXP SUBCLASSING SECTION ###### 116 ###### END REGEXP SUBCLASSING SECTION ######
128 117
129 # https://bugs.chromium.org/p/v8/issues/detail?id=5360 118 # https://bugs.chromium.org/p/v8/issues/detail?id=5360
130 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL] , 119 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL] ,
131 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL ], 120 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL ],
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 }], # 'variant != ignition' 630 }], # 'variant != ignition'
642 ['variant == ignition', { 631 ['variant == ignition', {
643 'language/module-code/comment-*': [SKIP], 632 'language/module-code/comment-*': [SKIP],
644 'language/module-code/eval-*': [SKIP], 633 'language/module-code/eval-*': [SKIP],
645 'language/module-code/instn-*': [SKIP], 634 'language/module-code/instn-*': [SKIP],
646 'language/module-code/namespace/*': [SKIP], 635 'language/module-code/namespace/*': [SKIP],
647 'language/module-code/parse-err-*': [SKIP], 636 'language/module-code/parse-err-*': [SKIP],
648 }], # 'variant == ignition' 637 }], # 'variant == ignition'
649 638
650 ] 639 ]
OLDNEW
« no previous file with comments | « test/mjsunit/regexp-lastIndex.js ('k') | test/webkit/fast/regex/lastIndex-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698