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

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

Issue 1819313002: [regexp, intl] Intl should not cause side effects to the RegExp object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix 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 unified diff | Download patch
« src/js/regexp.js ('K') | « test/intl/testcfg.py ('k') | no next file » | 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], 118 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP],
119 119
120 # https://code.google.com/p/v8/issues/detail?id=4345 120 # https://code.google.com/p/v8/issues/detail?id=4345
121 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], 121 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP],
122 122
123 # https://code.google.com/p/v8/issues/detail?id=4360 123 # https://code.google.com/p/v8/issues/detail?id=4360
124 'intl402/Collator/10.1.1_1': [FAIL], 124 'intl402/Collator/10.1.1_1': [FAIL],
125 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 125 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
126 'intl402/NumberFormat/11.1.1_1': [FAIL], 126 'intl402/NumberFormat/11.1.1_1': [FAIL],
127 127
128 # https://code.google.com/p/v8/issues/detail?id=4361
129 'intl402/Collator/10.1.1_a': [FAIL],
130
131 # https://code.google.com/p/v8/issues/detail?id=4476 128 # https://code.google.com/p/v8/issues/detail?id=4476
132 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 129 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
133 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 130 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
134 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 131 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
135 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 132 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
136 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], 133 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
137 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 134 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
138 135
139 # https://code.google.com/p/v8/issues/detail?id=4477 136 # https://code.google.com/p/v8/issues/detail?id=4477
140 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 137 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 # incompatibilities if the test cases turn out to be broken or ambiguous. 228 # incompatibilities if the test cases turn out to be broken or ambiguous.
232 # Some of these are related to v8:4361 in being visible side effects from Intl . 229 # Some of these are related to v8:4361 in being visible side effects from Intl .
233 'intl402/6.2.3': [FAIL], 230 'intl402/6.2.3': [FAIL],
234 'intl402/9.2.1_2': [FAIL], 231 'intl402/9.2.1_2': [FAIL],
235 'intl402/9.2.6_2': [FAIL], 232 'intl402/9.2.6_2': [FAIL],
236 'intl402/Collator/10.1.2.1_4': [FAIL], 233 'intl402/Collator/10.1.2.1_4': [FAIL],
237 'intl402/Collator/10.1.2_a': [PASS, FAIL], 234 'intl402/Collator/10.1.2_a': [PASS, FAIL],
238 'intl402/Collator/10.2.3_b': [PASS, FAIL], 235 'intl402/Collator/10.2.3_b': [PASS, FAIL],
239 'intl402/Collator/prototype/10.3_a': [FAIL], 236 'intl402/Collator/prototype/10.3_a': [FAIL],
240 'intl402/DateTimeFormat/12.1.1': [FAIL], 237 'intl402/DateTimeFormat/12.1.1': [FAIL],
241 'intl402/DateTimeFormat/12.1.1_a': [FAIL],
242 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 238 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL],
243 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], 239 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL],
244 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 240 'intl402/DateTimeFormat/12.2.3_b': [FAIL],
245 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], 241 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
246 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], 242 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL],
247 'intl402/NumberFormat/11.1.1_20_c': [FAIL], 243 'intl402/NumberFormat/11.1.1_20_c': [FAIL],
248 'intl402/NumberFormat/11.1.1_a': [FAIL],
249 'intl402/NumberFormat/11.1.2': [PASS, FAIL], 244 'intl402/NumberFormat/11.1.2': [PASS, FAIL],
250 'intl402/NumberFormat/11.1.2.1_4': [FAIL], 245 'intl402/NumberFormat/11.1.2.1_4': [FAIL],
251 'intl402/NumberFormat/11.2.3_b': [FAIL], 246 'intl402/NumberFormat/11.2.3_b': [FAIL],
252 'intl402/NumberFormat/prototype/11.3_a': [FAIL], 247 'intl402/NumberFormat/prototype/11.3_a': [FAIL],
253 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], 248 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL],
254 249
255 ##################### DELIBERATE INCOMPATIBILITIES ##################### 250 ##################### DELIBERATE INCOMPATIBILITIES #####################
256 251
257 # https://code.google.com/p/v8/issues/detail?id=4693 252 # https://code.google.com/p/v8/issues/detail?id=4693
258 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], 253 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 360 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
366 }], # asan == True 361 }], # asan == True
367 362
368 ['asan == True or msan == True or tsan == True', { 363 ['asan == True or msan == True or tsan == True', {
369 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 364 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
370 # The failed allocation causes an asan/msan/tsan error 365 # The failed allocation causes an asan/msan/tsan error
371 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 366 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
372 }], # asan == True or msan == True or tsan == True 367 }], # asan == True or msan == True or tsan == True
373 368
374 ] 369 ]
OLDNEW
« src/js/regexp.js ('K') | « test/intl/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698