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

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: Yang's comment addressed - return right away for no-change 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
« src/runtime/runtime-i18n.cc ('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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], 132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
133 133
134 ###### END REGEXP SUBCLASSING SECTION ###### 134 ###### END REGEXP SUBCLASSING SECTION ######
135 135
136 # https://code.google.com/p/v8/issues/detail?id=4360 136 # https://code.google.com/p/v8/issues/detail?id=4360
137 'intl402/Collator/10.1.1_1': [FAIL], 137 'intl402/Collator/10.1.1_1': [FAIL],
138 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 138 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
139 'intl402/NumberFormat/11.1.1_1': [FAIL], 139 'intl402/NumberFormat/11.1.1_1': [FAIL],
140 140
141 # https://code.google.com/p/v8/issues/detail?id=4476 141 # https://code.google.com/p/v8/issues/detail?id=4476
142 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL], 142 # The bug is fixed but behind a flag, --icu_case_mapping.
143 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
144 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], 143 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
145 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], 144 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
146 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
147 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], 145 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
148 146
149 # https://code.google.com/p/v8/issues/detail?id=4477 147 # https://code.google.com/p/v8/issues/detail?id=4477
148 # The bug is fixed but behind a flag, --icu_case_mapping.
149 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
150 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
151 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
150 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 152 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
151 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , 153 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
152 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], 154 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
153 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], 155 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
154 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] , 156 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
155 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], 157 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
156 158
157 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 159 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
158 'language/eval-code/non-definable-function-with-variable': [FAIL], 160 'language/eval-code/non-definable-function-with-variable': [FAIL],
159 'language/eval-code/non-definable-function-with-function': [FAIL], 161 'language/eval-code/non-definable-function-with-function': [FAIL],
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 # Unicode canonicalization is not available with i18n turned off. 418 # Unicode canonicalization is not available with i18n turned off.
417 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], 419 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP],
418 420
419 # Unicode regexp case mapping is not available with i18n turned off. 421 # Unicode regexp case mapping is not available with i18n turned off.
420 'language/literals/regexp/u-case-mapping': [SKIP], 422 'language/literals/regexp/u-case-mapping': [SKIP],
421 423
422 # BUG(v8:4437). 424 # BUG(v8:4437).
423 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], 425 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP],
424 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP], 426 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP],
425 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP], 427 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP],
428
429 # Case-conversion is not fully compliant to the Unicode spec with i18n off.
430 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
431 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
432 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
433 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
434 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
435 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
436
437 # Locale-sensitive case-conversion is not available with i18n off.
438 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
439 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
440 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
441 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
442 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
443 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
426 }], # no_i18n == True 444 }], # no_i18n == True
427 445
428 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { 446 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', {
429 447
430 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 448 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
431 # compilation of parenthesized function literals. Needs investigation. 449 # compilation of parenthesized function literals. Needs investigation.
432 'language/statements/function/S13.2.1_A1_T1': [SKIP], 450 'language/statements/function/S13.2.1_A1_T1': [SKIP],
433 451
434 # BUG(3251225): Tests that timeout with --nocrankshaft. 452 # BUG(3251225): Tests that timeout with --nocrankshaft.
435 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 453 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP],
(...skipping 10 matching lines...) Expand all
446 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 464 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
447 }], # asan == True 465 }], # asan == True
448 466
449 ['asan == True or msan == True or tsan == True', { 467 ['asan == True or msan == True or tsan == True', {
450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 468 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
451 # The failed allocation causes an asan/msan/tsan error 469 # The failed allocation causes an asan/msan/tsan error
452 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 470 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
453 }], # asan == True or msan == True or tsan == True 471 }], # asan == True or msan == True or tsan == True
454 472
455 ] 473 ]
OLDNEW
« src/runtime/runtime-i18n.cc ('K') | « test/intl/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698