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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 'array-functions-prototype-misc': [SKIP], | 655 'array-functions-prototype-misc': [SKIP], |
656 | 656 |
657 # Stack overflow. | 657 # Stack overflow. |
658 'big-array-literal': [SKIP], | 658 'big-array-literal': [SKIP], |
659 }], # 'gcov_coverage' | 659 }], # 'gcov_coverage' |
660 | 660 |
661 ############################################################################## | 661 ############################################################################## |
662 ['variant == asm_wasm', { | 662 ['variant == asm_wasm', { |
663 # Issue 6127: We won't fix these in the "old" validator. But we definitely | 663 # Issue 6127: We won't fix these in the "old" validator. But we definitely |
664 # need to re-enable these for the "new" validator. | 664 # need to re-enable these for the "new" validator. |
665 'code-coverage-precise': [SKIP], | |
666 'object-freeze': [SKIP], | |
667 'asm/asm-validation': [SKIP], | |
668 'asm/infinite-loops': [SKIP], | |
669 'es6/completion': [SKIP], | |
670 'es6/function-length-configurable': [SKIP], | |
671 'es6/object-assign': [SKIP], | |
672 'es6/proxies-cross-realm-exception': [SKIP], | |
673 'harmony/function-tostring': [SKIP], | |
674 'compiler/regress-445859': [SKIP], | 665 'compiler/regress-445859': [SKIP], |
675 'compiler/regress-452427': [SKIP], | 666 'compiler/regress-452427': [SKIP], |
676 'regress/regress-353058': [SKIP], | |
677 'regress/regress-458987': [SKIP], | 667 'regress/regress-458987': [SKIP], |
678 'regress/regress-599068-func-bindings': [SKIP], | |
679 'regress/regress-599719': [SKIP], | 668 'regress/regress-599719': [SKIP], |
680 'regress/regress-618608': [SKIP], | 669 'regress/regress-618608': [SKIP], |
681 'regress/regress-619382': [SKIP], | |
682 'regress/regress-632289': [SKIP], | |
683 'regress/regress-670808': [SKIP], | 670 'regress/regress-670808': [SKIP], |
684 'regress/regress-crbug-530598': [SKIP], | |
685 'wasm/asm-wasm': [SKIP], | |
686 'wasm/asm-wasm-exception-in-tonumber': [SKIP], | 671 'wasm/asm-wasm-exception-in-tonumber': [SKIP], |
687 'wasm/asm-wasm-stack': [SKIP], | 672 'wasm/asm-wasm-stack': [SKIP], |
688 'wasm/errors': [SKIP], | |
689 | 673 |
690 # Issue 6127: Tiggers ASAN reports with "new" validator. | 674 # Issue 6127: Tiggers ASAN reports with "new" validator. |
691 'asm/b5528-comma': [SKIP], | 675 'asm/b5528-comma': [SKIP], |
692 'asm/if-folding': [SKIP], | 676 'asm/if-folding': [SKIP], |
693 'asm/if-reduction': [SKIP], | 677 'asm/if-reduction': [SKIP], |
694 'wasm/embenchen/box2d': [SKIP], | |
695 'wasm/embenchen/copy': [SKIP], | |
696 'wasm/embenchen/corrections': [SKIP], | |
697 'wasm/embenchen/fannkuch': [SKIP], | |
698 'wasm/embenchen/fasta': [SKIP], | |
699 'wasm/embenchen/lua_binarytrees': [SKIP], | |
700 'wasm/embenchen/memops': [SKIP], | |
701 'wasm/embenchen/primes': [SKIP], | |
702 'wasm/embenchen/zlib': [SKIP], | |
703 | 678 |
704 # Issue 6127: Breaks on no-snap bots. | 679 # Issue 6127: Breaks on no-snap bots. |
705 'es8/regress/regress-624300': [SKIP], | 680 'es8/regress/regress-624300': [SKIP], |
706 'regress/regress-148378': [SKIP], | 681 'regress/regress-148378': [SKIP], |
707 'regress/regress-446389': [SKIP], | 682 'regress/regress-446389': [SKIP], |
708 }], # variant == asm_wasm | 683 }], # variant == asm_wasm |
709 | 684 |
710 ['variant == wasm_traps', { | 685 ['variant == wasm_traps', { |
711 # Skip stuff uninteresting for wasm traps | 686 # Skip stuff uninteresting for wasm traps |
712 'bugs/*': [SKIP], | 687 'bugs/*': [SKIP], |
(...skipping 10 matching lines...) Expand all Loading... |
723 'math-*': [SKIP], | 698 'math-*': [SKIP], |
724 'unicode-test': [SKIP], | 699 'unicode-test': [SKIP], |
725 'whitespaces': [SKIP], | 700 'whitespaces': [SKIP], |
726 | 701 |
727 # BUG(v8:6132). | 702 # BUG(v8:6132). |
728 'wasm/grow-memory': [PASS, ['gc_stress', SKIP]], | 703 'wasm/grow-memory': [PASS, ['gc_stress', SKIP]], |
729 'wasm/import-memory': [PASS, ['gc_stress', SKIP]], | 704 'wasm/import-memory': [PASS, ['gc_stress', SKIP]], |
730 }], # variant == wasm_traps | 705 }], # variant == wasm_traps |
731 | 706 |
732 ] | 707 ] |
OLD | NEW |