OLD | NEW |
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 Loading... |
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 # Unicode canonicalization is not available with i18n turned off. | 280 # Unicode canonicalization is not available with i18n turned off. |
297 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], | 281 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], |
298 | 282 |
299 # Unicode regexp case mapping is not available with i18n turned off. | 283 # Unicode regexp case mapping is not available with i18n turned off. |
300 'language/literals/regexp/u-case-mapping': [SKIP], | 284 'language/literals/regexp/u-case-mapping': [SKIP], |
301 | 285 |
302 # BUG(v8:4437). | 286 # BUG(v8:4437). |
303 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], | 287 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], |
304 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo
rm': [SKIP], | 288 '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], | 289 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p
arameter': [SKIP], |
| 290 |
| 291 # Case-conversion is not fully compliant to the Unicode spec with i18n off. |
| 292 'built-ins/String/prototype/toLocaleLowerCase/special_casing_conditional': [FA
IL], |
| 293 'built-ins/String/prototype/toLocaleLowerCase/supplementary_plane': [FAIL], |
| 294 'built-ins/String/prototype/toLowerCase/special_casing_conditional': [FAIL], |
| 295 'built-ins/String/prototype/toLowerCase/supplementary_plane': [FAIL], |
| 296 'built-ins/String/prototype/toLocaleUpperCase/supplementary_plane': [FAIL], |
| 297 'built-ins/String/prototype/toUpperCase/supplementary_plane': [FAIL], |
| 298 |
| 299 # Locale-sensitive case-conversion is not available with i18n off. |
| 300 'intl402/String/prototype/toLocaleLowerCase/special_casing_Azeri': [FAIL], |
| 301 'intl402/String/prototype/toLocaleLowerCase/special_casing_Lithuanian': [FAIL]
, |
| 302 'intl402/String/prototype/toLocaleLowerCase/special_casing_Turkish': [FAIL], |
| 303 'intl402/String/prototype/toLocaleUpperCase/special_casing_Azeri': [FAIL], |
| 304 'intl402/String/prototype/toLocaleUpperCase/special_casing_Lithuanian': [FAIL]
, |
| 305 'intl402/String/prototype/toLocaleUpperCase/special_casing_Turkish': [FAIL], |
306 }], # no_i18n == True | 306 }], # no_i18n == True |
307 | 307 |
308 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64 or arch == mips64el', { | 308 ['arch == arm or arch == mipsel or arch == mips or arch == arm64 or arch == mips
64 or arch == mips64el', { |
309 | 309 |
310 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 310 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
311 # compilation of parenthesized function literals. Needs investigation. | 311 # compilation of parenthesized function literals. Needs investigation. |
312 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 312 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
313 | 313 |
314 # BUG(3251225): Tests that timeout with --nocrankshaft. | 314 # BUG(3251225): Tests that timeout with --nocrankshaft. |
315 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 315 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
(...skipping 10 matching lines...) Expand all Loading... |
326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
327 }], # asan == True | 327 }], # asan == True |
328 | 328 |
329 ['asan == True or msan == True or tsan == True', { | 329 ['asan == True or msan == True or tsan == True', { |
330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
331 # The failed allocation causes an asan/msan/tsan error | 331 # The failed allocation causes an asan/msan/tsan error |
332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
333 }], # asan == True or msan == True or tsan == True | 333 }], # asan == True or msan == True or tsan == True |
334 | 334 |
335 ] | 335 ] |
OLD | NEW |