| 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 ############################################################################## | 531 ############################################################################## |
| 532 ['system == windows', { | 532 ['system == windows', { |
| 533 # TODO(mstarzinger): Too slow with turbo fan. | 533 # TODO(mstarzinger): Too slow with turbo fan. |
| 534 'big-object-literal': [SKIP], | 534 'big-object-literal': [SKIP], |
| 535 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], | 535 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], |
| 536 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], | 536 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], |
| 537 'unicodelctest': [PASS, ['mode == debug', SKIP]], | 537 'unicodelctest': [PASS, ['mode == debug', SKIP]], |
| 538 | 538 |
| 539 # BUG(v8:4495). | 539 # BUG(v8:4495). |
| 540 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], | 540 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], |
| 541 | |
| 542 # Setting the timezone and locale with environment variables unavailable | |
| 543 'icu-date-to-string': [SKIP], | |
| 544 'icu-date-lord-howe': [SKIP], | |
| 545 }], # 'system == windows' | 541 }], # 'system == windows' |
| 546 | 542 |
| 547 ############################################################################## | 543 ############################################################################## |
| 548 ['system == macos', { | 544 ['system == macos', { |
| 549 # BUG(v8:5333) | 545 # BUG(v8:5333) |
| 550 'big-object-literal': [SKIP], | 546 'big-object-literal': [SKIP], |
| 551 }], # 'system == macos' | 547 }], # 'system == macos' |
| 552 | 548 |
| 553 ############################################################################## | 549 ############################################################################## |
| 554 ['deopt_fuzzer == True', { | 550 ['deopt_fuzzer == True', { |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 'lithium/*': [SKIP], | 673 'lithium/*': [SKIP], |
| 678 'third_party/*': [SKIP], | 674 'third_party/*': [SKIP], |
| 679 'tools/*': [SKIP], | 675 'tools/*': [SKIP], |
| 680 'apply': [SKIP], | 676 'apply': [SKIP], |
| 681 'math-*': [SKIP], | 677 'math-*': [SKIP], |
| 682 'unicode-test': [SKIP], | 678 'unicode-test': [SKIP], |
| 683 'whitespaces': [SKIP], | 679 'whitespaces': [SKIP], |
| 684 }], # variant == wasm_traps | 680 }], # variant == wasm_traps |
| 685 | 681 |
| 686 ] | 682 ] |
| OLD | NEW |