| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], | 285 'built-ins/RegExp/S15.10.2.12_A3_T1': [SKIP], |
| 286 'intl402/9.2.6_4_b': [SKIP], | 286 'intl402/9.2.6_4_b': [SKIP], |
| 287 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], | 287 'language/literals/regexp/S7.8.5_A1.1_T2': [SKIP], |
| 288 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], | 288 'language/literals/regexp/S7.8.5_A1.4_T2': [SKIP], |
| 289 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], | 289 'language/literals/regexp/S7.8.5_A2.1_T2': [SKIP], |
| 290 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], | 290 'language/literals/regexp/S7.8.5_A2.4_T2': [SKIP], |
| 291 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], | 291 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T1': [SKIP], |
| 292 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], | 292 'built-ins/Array/prototype/slice/S15.4.4.10_A3_T2': [SKIP], |
| 293 }], # ALWAYS | 293 }], # ALWAYS |
| 294 | 294 |
| 295 ['system == linux', { | |
| 296 # BUG(v8:4437). | |
| 297 'intl402/Collator/10.1.1_19_c': [PASS, FAIL], | |
| 298 'intl402/Collator/9.2.5_11_g_ii_2': [PASS, FAIL], | |
| 299 'intl402/NumberFormat/11.1.1_17': [PASS, FAIL], | |
| 300 'intl402/NumberFormat/11.1.1_19': [PASS, FAIL], | |
| 301 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [PASS, FAIL], | |
| 302 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [PASS, FAIL], | |
| 303 }], # system == linux | |
| 304 | |
| 305 ['system == macos', { | |
| 306 # BUG(v8:4437). | |
| 307 'intl402/Collator/10.1.1_19_c': [SKIP], | |
| 308 'intl402/Collator/9.2.5_11_g_ii_2': [SKIP], | |
| 309 'intl402/NumberFormat/11.1.1_17': [SKIP], | |
| 310 'intl402/NumberFormat/11.1.1_19': [SKIP], | |
| 311 'intl402/NumberFormat/prototype/format/11.3.2_TRF': [SKIP], | |
| 312 'intl402/NumberFormat/prototype/format/11.3.2_TRP': [SKIP], | |
| 313 }], # system == macos | |
| 314 | |
| 315 ['no_i18n == True', { | 295 ['no_i18n == True', { |
| 316 # Unicode canonicalization is not available with i18n turned off. | 296 # Unicode canonicalization is not available with i18n turned off. |
| 317 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], | 297 'built-ins/String/prototype/localeCompare/15.5.4.9_CE': [SKIP], |
| 318 | 298 |
| 319 # Unicode regexp case mapping is not available with i18n turned off. | 299 # Unicode regexp case mapping is not available with i18n turned off. |
| 320 'language/literals/regexp/u-case-mapping': [SKIP], | 300 'language/literals/regexp/u-case-mapping': [SKIP], |
| 321 | 301 |
| 322 # BUG(v8:4437). | 302 # BUG(v8:4437). |
| 323 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], | 303 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], |
| 324 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-fo
rm': [SKIP], | 304 '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], | 305 'built-ins/String/prototype/normalize/return-normalized-string-using-default-p
arameter': [SKIP], |
| 326 }], # no_i18n == True | 306 }], # no_i18n == True |
| 327 | 307 |
| 328 | |
| 329 ['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', { |
| 330 | 309 |
| 331 # TODO(mstarzinger): Causes stack overflow on simulators due to eager | 310 # TODO(mstarzinger): Causes stack overflow on simulators due to eager |
| 332 # compilation of parenthesized function literals. Needs investigation. | 311 # compilation of parenthesized function literals. Needs investigation. |
| 333 'language/statements/function/S13.2.1_A1_T1': [SKIP], | 312 'language/statements/function/S13.2.1_A1_T1': [SKIP], |
| 334 | 313 |
| 335 # BUG(3251225): Tests that timeout with --nocrankshaft. | 314 # BUG(3251225): Tests that timeout with --nocrankshaft. |
| 336 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 315 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
| 337 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 316 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
| 338 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 317 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
| 339 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 318 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
| 340 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 319 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
| 341 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 320 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
| 342 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 321 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
| 343 | 322 |
| 344 ['asan == True', { | 323 ['asan == True', { |
| 345 # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with | 324 # BUG(v8:4653): Test262 tests which rely on quit() are not compatible with |
| 346 # asan's --omit-quit flag. | 325 # asan's --omit-quit flag. |
| 347 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 348 }], # asan == True | 327 }], # asan == True |
| 349 | 328 |
| 350 ['asan == True or msan == True or tsan == True', { | 329 ['asan == True or msan == True or tsan == True', { |
| 351 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 352 # The failed allocation causes an asan/msan/tsan error | 331 # The failed allocation causes an asan/msan/tsan error |
| 353 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 354 }], # asan == True or msan == True or tsan == True | 333 }], # asan == True or msan == True or tsan == True |
| 355 | 334 |
| 356 ] | 335 ] |
| OLD | NEW |