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

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: addressed comment Created 4 years, 8 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/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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], 117 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP],
118 118
119 # https://code.google.com/p/v8/issues/detail?id=4345 119 # https://code.google.com/p/v8/issues/detail?id=4345
120 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], 120 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP],
121 121
122 # https://code.google.com/p/v8/issues/detail?id=4360 122 # https://code.google.com/p/v8/issues/detail?id=4360
123 'intl402/Collator/10.1.1_1': [FAIL], 123 'intl402/Collator/10.1.1_1': [FAIL],
124 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 124 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
125 'intl402/NumberFormat/11.1.1_1': [FAIL], 125 'intl402/NumberFormat/11.1.1_1': [FAIL],
126 126
127 # https://code.google.com/p/v8/issues/detail?id=4361
128 'intl402/Collator/10.1.1_a': [FAIL],
129
130 # https://code.google.com/p/v8/issues/detail?id=4476 127 # https://code.google.com/p/v8/issues/detail?id=4476
131 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 128 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
132 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], 129 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
133 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 130 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
134 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 131 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
135 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], 132 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
136 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 133 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
137 134
138 # https://code.google.com/p/v8/issues/detail?id=4477 135 # https://code.google.com/p/v8/issues/detail?id=4477
139 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 136 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # incompatibilities if the test cases turn out to be broken or ambiguous. 196 # incompatibilities if the test cases turn out to be broken or ambiguous.
200 # Some of these are related to v8:4361 in being visible side effects from Intl . 197 # Some of these are related to v8:4361 in being visible side effects from Intl .
201 'intl402/6.2.3': [FAIL], 198 'intl402/6.2.3': [FAIL],
202 'intl402/9.2.1_2': [FAIL], 199 'intl402/9.2.1_2': [FAIL],
203 'intl402/9.2.6_2': [FAIL], 200 'intl402/9.2.6_2': [FAIL],
204 'intl402/Collator/10.1.2.1_4': [FAIL], 201 'intl402/Collator/10.1.2.1_4': [FAIL],
205 'intl402/Collator/10.1.2_a': [PASS, FAIL], 202 'intl402/Collator/10.1.2_a': [PASS, FAIL],
206 'intl402/Collator/10.2.3_b': [PASS, FAIL], 203 'intl402/Collator/10.2.3_b': [PASS, FAIL],
207 'intl402/Collator/prototype/10.3_a': [FAIL], 204 'intl402/Collator/prototype/10.3_a': [FAIL],
208 'intl402/DateTimeFormat/12.1.1': [FAIL], 205 'intl402/DateTimeFormat/12.1.1': [FAIL],
209 'intl402/DateTimeFormat/12.1.1_a': [FAIL],
210 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL], 206 'intl402/DateTimeFormat/12.1.2': [PASS, FAIL],
211 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL], 207 'intl402/DateTimeFormat/12.1.2.1_4': [FAIL],
212 'intl402/DateTimeFormat/12.2.3_b': [FAIL], 208 'intl402/DateTimeFormat/12.2.3_b': [FAIL],
213 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL], 209 'intl402/DateTimeFormat/prototype/12.3_a': [FAIL],
214 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL], 210 'intl402/Number/prototype/toLocaleString/13.2.1_5': [PASS, FAIL],
215 'intl402/NumberFormat/11.1.1_20_c': [FAIL], 211 'intl402/NumberFormat/11.1.1_20_c': [FAIL],
216 'intl402/NumberFormat/11.1.1_a': [FAIL],
217 'intl402/NumberFormat/11.1.2': [PASS, FAIL], 212 'intl402/NumberFormat/11.1.2': [PASS, FAIL],
218 'intl402/NumberFormat/11.1.2.1_4': [FAIL], 213 'intl402/NumberFormat/11.1.2.1_4': [FAIL],
219 'intl402/NumberFormat/11.2.3_b': [FAIL], 214 'intl402/NumberFormat/11.2.3_b': [FAIL],
220 'intl402/NumberFormat/prototype/11.3_a': [FAIL], 215 'intl402/NumberFormat/prototype/11.3_a': [FAIL],
221 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], 216 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL],
222 217
223 ##################### DELIBERATE INCOMPATIBILITIES ##################### 218 ##################### DELIBERATE INCOMPATIBILITIES #####################
224 219
225 # https://code.google.com/p/v8/issues/detail?id=4693 220 # https://code.google.com/p/v8/issues/detail?id=4693
226 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], 221 '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
333 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 328 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
334 }], # asan == True 329 }], # asan == True
335 330
336 ['asan == True or msan == True or tsan == True', { 331 ['asan == True or msan == True or tsan == True', {
337 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 332 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
338 # The failed allocation causes an asan/msan/tsan error 333 # The failed allocation causes an asan/msan/tsan error
339 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 334 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
340 }], # asan == True or msan == True or tsan == True 335 }], # asan == True or msan == True or tsan == True
341 336
342 ] 337 ]
OLDNEW
« no previous file with comments | « test/intl/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698