| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 | 46 |
| 47 # This test non-deterministically runs out of memory on Windows ia32. | 47 # This test non-deterministically runs out of memory on Windows ia32. |
| 48 'regress/regress-crbug-160010': [SKIP], | 48 'regress/regress-crbug-160010': [SKIP], |
| 49 | 49 |
| 50 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 50 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
| 51 'regress/regress-2653': [SKIP], | 51 'regress/regress-2653': [SKIP], |
| 52 | 52 |
| 53 # Issue 3784: setters-on-elements is flaky | 53 # Issue 3784: setters-on-elements is flaky |
| 54 'setters-on-elements': [PASS, FAIL], | 54 'setters-on-elements': [PASS, FAIL], |
| 55 | 55 |
| 56 # Issue 3641: The new 'then' semantics suppress some exceptions. | |
| 57 # These tests may be changed or removed when 'chain' is deprecated. | |
| 58 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], | |
| 59 'es6/debug-promises/reject-with-undefined-reject': [FAIL], | |
| 60 'es6/debug-promises/reject-with-invalid-reject': [FAIL], | |
| 61 | |
| 62 # Issue 5587: The eval'ed code is piped through Ignition and fails when being | |
| 63 # live edited. This needs investigation. | |
| 64 'debug-liveedit-double-call': [SKIP], | |
| 65 | |
| 66 ############################################################################## | 56 ############################################################################## |
| 67 # Too slow in debug mode with --stress-opt mode. | 57 # Too slow in debug mode with --stress-opt mode. |
| 68 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 58 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 69 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 59 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 70 | 60 |
| 71 ############################################################################## | 61 ############################################################################## |
| 72 # Too slow in debug mode for validation of elements. | 62 # Too slow in debug mode for validation of elements. |
| 73 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 63 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 74 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 64 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 75 | 65 |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 }], # 'arch == mips64el or arch == mips64' | 496 }], # 'arch == mips64el or arch == mips64' |
| 507 | 497 |
| 508 ############################################################################## | 498 ############################################################################## |
| 509 ['system == windows', { | 499 ['system == windows', { |
| 510 # TODO(mstarzinger): Too slow with turbo fan. | 500 # TODO(mstarzinger): Too slow with turbo fan. |
| 511 'big-object-literal': [SKIP], | 501 'big-object-literal': [SKIP], |
| 512 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], | 502 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], |
| 513 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], | 503 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], |
| 514 'unicodelctest': [PASS, ['mode == debug', SKIP]], | 504 'unicodelctest': [PASS, ['mode == debug', SKIP]], |
| 515 | 505 |
| 516 # BUG(v8:3435) | |
| 517 'debug-script-breakpoints': [PASS, FAIL], | |
| 518 | |
| 519 # BUG(v8:4495). | 506 # BUG(v8:4495). |
| 520 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], | 507 'es6/collections': [PASS, ['arch == ia32', FAST_VARIANTS]], |
| 521 }], # 'system == windows' | 508 }], # 'system == windows' |
| 522 | 509 |
| 523 ############################################################################## | 510 ############################################################################## |
| 524 ['system == macos', { | 511 ['system == macos', { |
| 525 # BUG(v8:5333) | 512 # BUG(v8:5333) |
| 526 'big-object-literal': [SKIP], | 513 'big-object-literal': [SKIP], |
| 527 }], # 'system == macos' | 514 }], # 'system == macos' |
| 528 | 515 |
| 529 ############################################################################## | 516 ############################################################################## |
| 530 ['arch == s390 or arch == s390x', { | |
| 531 | |
| 532 # Stack manipulations in LiveEdit is not implemented for this arch. | |
| 533 'debug-liveedit-double-call': [SKIP], | |
| 534 }], # 'arch == s390 or arch == s390x' | |
| 535 | |
| 536 ############################################################################## | |
| 537 ['deopt_fuzzer == True', { | 517 ['deopt_fuzzer == True', { |
| 538 | 518 |
| 539 # Skip tests that are not suitable for deoptimization fuzzing. | 519 # Skip tests that are not suitable for deoptimization fuzzing. |
| 540 'assert-opt-and-deopt': [SKIP], | 520 'assert-opt-and-deopt': [SKIP], |
| 541 'never-optimize': [SKIP], | 521 'never-optimize': [SKIP], |
| 542 'regress/regress-2185-2': [SKIP], | 522 'regress/regress-2185-2': [SKIP], |
| 543 'readonly': [SKIP], | 523 'readonly': [SKIP], |
| 544 'array-feedback': [SKIP], | 524 'array-feedback': [SKIP], |
| 545 | 525 |
| 546 # Bounds check triggers forced deopt for array constructors. | 526 # Bounds check triggers forced deopt for array constructors. |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 | 586 |
| 607 'ignition/regress-599001-verifyheap': [SKIP], | 587 'ignition/regress-599001-verifyheap': [SKIP], |
| 608 'unicode-test': [SKIP], | 588 'unicode-test': [SKIP], |
| 609 }], # variant == stress | 589 }], # variant == stress |
| 610 | 590 |
| 611 ############################################################################## | 591 ############################################################################## |
| 612 ['variant == turbofan_opt', { | 592 ['variant == turbofan_opt', { |
| 613 'es6/array-iterator-turbo': [SKIP], | 593 'es6/array-iterator-turbo': [SKIP], |
| 614 | 594 |
| 615 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. | 595 # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan. |
| 616 'debug-evaluate-locals': [FAIL], | |
| 617 'debug-set-variable-value': [FAIL], | 596 'debug-set-variable-value': [FAIL], |
| 618 'debug-liveedit-double-call': [FAIL], | |
| 619 | 597 |
| 620 # TODO(jgruber): Fails in --turbo --always-opt mode. | 598 # TODO(jgruber): Fails in --turbo --always-opt mode. |
| 621 'regress/regress-105': [FAIL], | 599 'regress/regress-105': [FAIL], |
| 622 | 600 |
| 623 # Too slow. | 601 # Too slow. |
| 624 'big-object-literal': [SKIP], | 602 'big-object-literal': [SKIP], |
| 625 'ignition/regress-599001-verifyheap': [SKIP], | 603 'ignition/regress-599001-verifyheap': [SKIP], |
| 626 'unicode-test': [SKIP], | 604 'unicode-test': [SKIP], |
| 627 | 605 |
| 628 }], # variant == turbofan_opt | 606 }], # variant == turbofan_opt |
| 629 | 607 |
| 630 ############################################################################## | 608 ############################################################################## |
| 631 ['variant == ignition or variant == ignition_staging', { | |
| 632 # TODO(5587): fails to liveedit evaled code. | |
| 633 'debug-liveedit-double-call': [FAIL], | |
| 634 }], # variant == ignition | |
| 635 | |
| 636 ############################################################################## | |
| 637 ['variant == ignition_turbofan', { | 609 ['variant == ignition_turbofan', { |
| 638 # TODO(5587): fails to liveedit evaled code. | |
| 639 'debug-liveedit-double-call': [FAIL], | |
| 640 | |
| 641 # TODO(rmcilroy,titzer): Times out after | 610 # TODO(rmcilroy,titzer): Times out after |
| 642 # https://codereview.chromium.org/1951013002 . | 611 # https://codereview.chromium.org/1951013002 . |
| 643 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 612 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 644 | 613 |
| 645 # TODO(jarin): No truncations on CheckFloat64Hole. | 614 # TODO(jarin): No truncations on CheckFloat64Hole. |
| 646 'getters-on-elements': [SKIP], | 615 'getters-on-elements': [SKIP], |
| 647 | 616 |
| 648 # TODO(rmcilroy): Flaky OOM. | 617 # TODO(rmcilroy): Flaky OOM. |
| 649 'unicodelctest-no-optimization': [SKIP], | 618 'unicodelctest-no-optimization': [SKIP], |
| 650 }], # variant == ignition_turbofan | 619 }], # variant == ignition_turbofan |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'lithium/*': [SKIP], | 671 'lithium/*': [SKIP], |
| 703 'third_party/*': [SKIP], | 672 'third_party/*': [SKIP], |
| 704 'tools/*': [SKIP], | 673 'tools/*': [SKIP], |
| 705 'apply': [SKIP], | 674 'apply': [SKIP], |
| 706 'math-*': [SKIP], | 675 'math-*': [SKIP], |
| 707 'unicode-test': [SKIP], | 676 'unicode-test': [SKIP], |
| 708 'whitespaces': [SKIP], | 677 'whitespaces': [SKIP], |
| 709 }], # variant == wasm_traps | 678 }], # variant == wasm_traps |
| 710 | 679 |
| 711 ] | 680 ] |
| OLD | NEW |