| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 164 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 165 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 165 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
| 166 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 166 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
| 167 'es7/regexp-ui-word': [PASS, ['no_i18n == True', FAIL]], | 167 'es7/regexp-ui-word': [PASS, ['no_i18n == True', FAIL]], |
| 168 # desugaring regexp property class relies on ICU. | 168 # desugaring regexp property class relies on ICU. |
| 169 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 169 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 170 | 170 |
| 171 # noi18n build cannot parse characters in supplementary plane. | 171 # noi18n build cannot parse characters in supplementary plane. |
| 172 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]], | 172 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]], |
| 173 | 173 |
| 174 # noi18n cannot turn on ICU backend for Date |
| 175 'icu-date-to-string': [PASS, ['no_i18n == True', SKIP]], |
| 176 'icu-date-lord-howe': [PASS, ['no_i18n == True', SKIP]], |
| 177 |
| 174 # Allocates a large array buffer, which TSAN sometimes cannot handle. | 178 # Allocates a large array buffer, which TSAN sometimes cannot handle. |
| 175 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 179 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 176 | 180 |
| 177 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 181 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
| 178 'unicodelctest': [PASS, NO_VARIANTS], | 182 'unicodelctest': [PASS, NO_VARIANTS], |
| 179 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 183 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 180 | 184 |
| 181 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, | 185 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, |
| 182 # which makes the test useless. | 186 # which makes the test useless. |
| 183 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 187 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 ############################################################################## | 540 ############################################################################## |
| 537 ['system == windows', { | 541 ['system == windows', { |
| 538 # TODO(mstarzinger): Too slow with turbo fan. | 542 # TODO(mstarzinger): Too slow with turbo fan. |
| 539 'big-object-literal': [SKIP], | 543 'big-object-literal': [SKIP], |
| 540 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], | 544 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], |
| 541 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], | 545 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], |
| 542 'unicodelctest': [PASS, ['mode == debug', SKIP]], | 546 'unicodelctest': [PASS, ['mode == debug', SKIP]], |
| 543 | 547 |
| 544 # BUG(v8:4495). | 548 # BUG(v8:4495). |
| 545 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], | 549 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], |
| 550 |
| 551 # Setting the timezone and locale with environment variables unavailable |
| 552 'icu-date-to-string': [SKIP], |
| 553 'icu-date-lord-howe': [SKIP], |
| 546 }], # 'system == windows' | 554 }], # 'system == windows' |
| 547 | 555 |
| 548 ############################################################################## | 556 ############################################################################## |
| 549 ['system == macos', { | 557 ['system == macos', { |
| 550 # BUG(v8:5333) | 558 # BUG(v8:5333) |
| 551 'big-object-literal': [SKIP], | 559 'big-object-literal': [SKIP], |
| 552 }], # 'system == macos' | 560 }], # 'system == macos' |
| 553 | 561 |
| 554 ############################################################################## | 562 ############################################################################## |
| 555 ['deopt_fuzzer == True', { | 563 ['deopt_fuzzer == True', { |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'lithium/*': [SKIP], | 686 'lithium/*': [SKIP], |
| 679 'third_party/*': [SKIP], | 687 'third_party/*': [SKIP], |
| 680 'tools/*': [SKIP], | 688 'tools/*': [SKIP], |
| 681 'apply': [SKIP], | 689 'apply': [SKIP], |
| 682 'math-*': [SKIP], | 690 'math-*': [SKIP], |
| 683 'unicode-test': [SKIP], | 691 'unicode-test': [SKIP], |
| 684 'whitespaces': [SKIP], | 692 'whitespaces': [SKIP], |
| 685 }], # variant == wasm_traps | 693 }], # variant == wasm_traps |
| 686 | 694 |
| 687 ] | 695 ] |
| OLD | NEW |