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

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: move toLocale{U,L}Case behind --icu-case-mapping, too; adjust test status accordingly. roll back st… 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/js/icu-case-mapping.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 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 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], 150 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
151 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] , 151 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
152 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], 152 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
153 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], 153 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
154 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] , 154 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
155 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], 155 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
156 156
157 # https://bugs.chromium.org/p/v8/issues/detail?id=4628 157 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
158 'language/eval-code/non-definable-function-with-variable': [FAIL], 158 'language/eval-code/non-definable-function-with-variable': [FAIL],
159 'language/eval-code/non-definable-function-with-function': [FAIL], 159 '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. 416 # Unicode canonicalization is not available with i18n turned off.
417 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], 417 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP],
418 418
419 # Unicode regexp case mapping is not available with i18n turned off. 419 # Unicode regexp case mapping is not available with i18n turned off.
420 'language/literals/regexp/u-case-mapping': [SKIP], 420 'language/literals/regexp/u-case-mapping': [SKIP],
421 421
422 # BUG(v8:4437). 422 # BUG(v8:4437).
423 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], 423 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP],
424 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP], 424 '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], 425 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP],
426
427 # Case-conversion is not fully compliant to the Unicode spec with i18n off.
428 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
429 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
430 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
431 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
432 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
433 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
434
435 # Locale-sensitive case-conversion is not available with i18n off.
436 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
437 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
438 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
439 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
440 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
441 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
426 }], # no_i18n == True 442 }], # no_i18n == True
427 443
428 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { 444 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', {
429 445
430 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 446 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
431 # compilation of parenthesized function literals. Needs investigation. 447 # compilation of parenthesized function literals. Needs investigation.
432 'language/statements/function/S13.2.1_A1_T1': [SKIP], 448 'language/statements/function/S13.2.1_A1_T1': [SKIP],
433 449
434 # BUG(3251225): Tests that timeout with --nocrankshaft. 450 # BUG(3251225): Tests that timeout with --nocrankshaft.
435 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], 451 '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], 462 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
447 }], # asan == True 463 }], # asan == True
448 464
449 ['asan == True or msan == True or tsan == True', { 465 ['asan == True or msan == True or tsan == True', {
450 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 466 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
451 # The failed allocation causes an asan/msan/tsan error 467 # The failed allocation causes an asan/msan/tsan error
452 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 468 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
453 }], # asan == True or msan == True or tsan == True 469 }], # asan == True or msan == True or tsan == True
454 470
455 ] 471 ]
OLDNEW
« src/js/icu-case-mapping.js ('K') | « test/intl/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698