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

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

Issue 1812673005: Use ICU case conversion/transliterator for case conversion behind a flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: a bit more tweak with buffer extraction Created 4 years, 7 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
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], 136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
137 137
138 ###### END REGEXP SUBCLASSING SECTION ###### 138 ###### END REGEXP SUBCLASSING SECTION ######
139 139
140 # https://code.google.com/p/v8/issues/detail?id=4360 140 # https://code.google.com/p/v8/issues/detail?id=4360
141 'intl402/Collator/10.1.1_1': [FAIL], 141 'intl402/Collator/10.1.1_1': [FAIL],
142 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 142 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
143 'intl402/NumberFormat/11.1.1_1': [FAIL], 143 'intl402/NumberFormat/11.1.1_1': [FAIL],
144 144
145 # https://code.google.com/p/v8/issues/detail?id=4476 145 # https://code.google.com/p/v8/issues/detail?id=4476
146 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 146 # The bug is fixed but behind a flag, --icu_case_mapping.
147 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
148 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 147 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
149 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 148 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
150 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
151 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 149 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
152 150
153 # https://code.google.com/p/v8/issues/detail?id=4477
154 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
155 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
156 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
157 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
158 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
159 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
160
161 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 151 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
162 'language/eval-code/non-definable-function-with-variable': [FAIL], 152 'language/eval-code/non-definable-function-with-variable': [FAIL],
163 'language/eval-code/non-definable-function-with-function': [FAIL], 153 'language/eval-code/non-definable-function-with-function': [FAIL],
164 154
165 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 155 # https://bugs.chromium.org/p/v8/issues/detail?id=4592
166 'built-ins/ArrayBuffer/length-is-absent': [FAIL], 156 'built-ins/ArrayBuffer/length-is-absent': [FAIL],
167 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 157 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
168 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 158 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
169 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL], 159 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
170 160
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 # Unicode canonicalization is not available with i18n turned off. 286 # Unicode canonicalization is not available with i18n turned off.
297 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], 287 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP],
298 288
299 # Unicode regexp case mapping is not available with i18n turned off. 289 # Unicode regexp case mapping is not available with i18n turned off.
300 'language/literals/regexp/u-case-mapping': [SKIP], 290 'language/literals/regexp/u-case-mapping': [SKIP],
301 291
302 # BUG(v8:4437). 292 # BUG(v8:4437).
303 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], 293 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP],
304 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP], 294 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP],
305 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP], 295 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP],
296
297 # Case-conversion is not fully compliant to the Unicode spec with i18n off.
298 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
299 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
300 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
301 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
302 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
303 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
304
305 # Locale-sensitive case-conversion is not available with i18n off.
306 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
307 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
308 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
309 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
310 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
311 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
306 }], # no_i18n == True 312 }], # no_i18n == True
307 313
308 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { 314 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', {
309 315
310 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 316 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
311 # compilation of parenthesized function literals. Needs investigation. 317 # compilation of parenthesized function literals. Needs investigation.
312 'language/statements/function/S13.2.1_A1_T1': [SKIP], 318 'language/statements/function/S13.2.1_A1_T1': [SKIP],
313 319
314 # BUG(3251225): Tests that timeout with --nocrankshaft. 320 # BUG(3251225): Tests that timeout with --nocrankshaft.
315 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 321 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
(...skipping 10 matching lines...) Expand all
326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 332 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
327 }], # asan == True 333 }], # asan == True
328 334
329 ['asan == True or msan == True or tsan == True', { 335 ['asan == True or msan == True or tsan == True', {
330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 336 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
331 # The failed allocation causes an asan/msan/tsan error 337 # The failed allocation causes an asan/msan/tsan error
332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 338 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
333 }], # asan == True or msan == True or tsan == True 339 }], # asan == True or msan == True or tsan == True
334 340
335 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698