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

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: use FlatContent for uppercase; add 3 templatized helpers 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
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 # happens to be thrown for some other reason. 135 # happens to be thrown for some other reason.
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
146 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
147 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
148 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
149 '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],
152
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 145 # https://bugs.chromium.org/p/v8/issues/detail?id=4628
162 'language/eval-code/non-definable-function-with-variable': [FAIL], 146 'language/eval-code/non-definable-function-with-variable': [FAIL],
163 'language/eval-code/non-definable-function-with-function': [FAIL], 147 'language/eval-code/non-definable-function-with-function': [FAIL],
164 148
165 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 149 # https://bugs.chromium.org/p/v8/issues/detail?id=4592
166 'built-ins/ArrayBuffer/length-is-absent': [FAIL], 150 'built-ins/ArrayBuffer/length-is-absent': [FAIL],
167 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 151 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
168 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 152 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
169 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL], 153 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
170 154
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 # Unicode canonicalization is not available with i18n turned off. 300 # Unicode canonicalization is not available with i18n turned off.
317 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], 301 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP],
318 302
319 # Unicode regexp case mapping is not available with i18n turned off. 303 # Unicode regexp case mapping is not available with i18n turned off.
320 'language/literals/regexp/u-case-mapping': [SKIP], 304 'language/literals/regexp/u-case-mapping': [SKIP],
321 305
322 # BUG(v8:4437). 306 # BUG(v8:4437).
323 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], 307 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP],
324 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP], 308 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo rm': [SKIP],
325 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP], 309 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p arameter': [SKIP],
310
311 # Case-conversion is not fully compliant to the Unicode spec with i18n off.
312 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA IL],
313 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL],
314 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL],
315 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL],
316 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL],
317 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL],
318
319 # Locale-sensitive case-conversion is not available with i18n off.
320 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL],
321 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL] ,
322 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL],
323 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL],
324 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL] ,
325 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL],
326 }], # no_i18n == True 326 }], # no_i18n == True
327 327
328 328
329 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', { 329 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips 64 or arch == mips64el', {
330 330
331 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 331 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
332 # compilation of parenthesized function literals. Needs investigation. 332 # compilation of parenthesized function literals. Needs investigation.
333 'language/statements/function/S13.2.1_A1_T1': [SKIP], 333 'language/statements/function/S13.2.1_A1_T1': [SKIP],
334 334
335 # BUG(3251225): Tests that timeout with --nocrankshaft. 335 # BUG(3251225): Tests that timeout with --nocrankshaft.
(...skipping 11 matching lines...) Expand all
347 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 347 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
348 }], # asan == True 348 }], # asan == True
349 349
350 ['asan == True or msan == True or tsan == True', { 350 ['asan == True or msan == True or tsan == True', {
351 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 351 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
352 # The failed allocation causes an asan/msan/tsan error 352 # The failed allocation causes an asan/msan/tsan error
353 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 353 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
354 }], # asan == True or msan == True or tsan == True 354 }], # asan == True or msan == True or tsan == True
355 355
356 ] 356 ]
OLDNEW
« src/runtime/runtime-i18n.cc ('K') | « test/intl/testcfg.py ('k') | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698