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

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

Issue 2106803004: Revert of Put RegExp js code in strict mode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], 126 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL],
127 127
128 # https://code.google.com/p/v8/issues/detail?id=4253 128 # https://code.google.com/p/v8/issues/detail?id=4253
129 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], 129 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
130 130
131 # https://code.google.com/p/v8/issues/detail?id=4602 131 # https://code.google.com/p/v8/issues/detail?id=4602
132 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], 132 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
133 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], 133 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL],
134 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], 134 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL],
135 135
136 # https://code.google.com/p/v8/issues/detail?id=4504
137 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL],
138 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL],
139
136 # https://code.google.com/p/v8/issues/detail?id=4305 140 # https://code.google.com/p/v8/issues/detail?id=4305
137 # SKIP rather than FAIL some tests, as they may check for an exception which 141 # SKIP rather than FAIL some tests, as they may check for an exception which
138 # happens to be thrown for some other reason (e.g, 142 # happens to be thrown for some other reason (e.g,
139 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) 143 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err)
140 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], 144 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP],
141 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], 145 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL],
142 146
143 # https://code.google.com/p/v8/issues/detail?id=4343 147 # https://code.google.com/p/v8/issues/detail?id=4343
144 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], 148 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP],
145 149
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'language/statements/generators/yield-as-statement': [FAIL], 623 'language/statements/generators/yield-as-statement': [FAIL],
620 'language/statements/generators/yield-as-yield-operand': [FAIL], 624 'language/statements/generators/yield-as-yield-operand': [FAIL],
621 'language/statements/generators/yield-newline': [FAIL], 625 'language/statements/generators/yield-newline': [FAIL],
622 'language/statements/generators/yield-star-before-newline': [FAIL], 626 'language/statements/generators/yield-star-before-newline': [FAIL],
623 627
624 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all 628 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
625 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], 629 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL],
626 }], # ignition == True 630 }], # ignition == True
627 631
628 ] 632 ]
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