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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], | 159 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], |
160 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | 160 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). |
161 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 161 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], |
162 | 162 |
163 # Assumptions about optimization need investigation in TurboFan. | 163 # Assumptions about optimization need investigation in TurboFan. |
164 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 164 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
165 | 165 |
166 # issue 4078: | 166 # issue 4078: |
167 'allocation-site-info': [PASS, NO_VARIANTS], | 167 'allocation-site-info': [PASS, NO_VARIANTS], |
168 | 168 |
| 169 # Native WASM is not yet enabled by default. |
| 170 'wasm/*': [SKIP], |
| 171 |
169 ############################################################################## | 172 ############################################################################## |
170 # Too slow in debug mode with --stress-opt mode. | 173 # Too slow in debug mode with --stress-opt mode. |
171 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 174 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
172 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 175 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
173 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 176 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
174 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 177 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
175 | 178 |
176 ############################################################################## | 179 ############################################################################## |
177 # Too slow in debug mode for validation of elements. | 180 # Too slow in debug mode for validation of elements. |
178 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 181 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 'd8-worker-sharedarraybuffer': [SKIP], | 732 'd8-worker-sharedarraybuffer': [SKIP], |
730 }], # 'predictable == True' | 733 }], # 'predictable == True' |
731 | 734 |
732 ############################################################################## | 735 ############################################################################## |
733 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 736 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
734 | 737 |
735 # take too long with the simulator. | 738 # take too long with the simulator. |
736 'regress/regress-1132': [SKIP], | 739 'regress/regress-1132': [SKIP], |
737 }], # 'arch == ppc and simulator_run == True' | 740 }], # 'arch == ppc and simulator_run == True' |
738 | 741 |
739 | |
740 # TODO(bradnelson): Figure out why this fails for arm. | |
741 ['arch == arm', { | |
742 'wasm/asm-wasm': [SKIP], | |
743 }], | |
744 | |
745 # TODO(bradnelson): Figure out why this crashes under asan. | |
746 ['asan == True', { | |
747 'wasm/asm-wasm': [SKIP], | |
748 }], | |
749 | |
750 # TODO(titzer): Figure out why parameter passing on 32-bit is broken. | |
751 ['arch != x64', { | |
752 'wasm/params': [SKIP], | |
753 }], | |
754 | |
755 # TODO(titzer): Figure out why arm64 is broken for wasm. | |
756 ['arch == arm64', { | |
757 'wasm/*': [SKIP], | |
758 }], | |
759 | |
760 | |
761 ['ignition == True', { | 742 ['ignition == True', { |
762 'asm/*': [SKIP], | 743 'asm/*': [SKIP], |
763 'compiler/*': [SKIP], | 744 'compiler/*': [SKIP], |
764 'const*': [SKIP], | 745 'const*': [SKIP], |
765 'debug-*': [SKIP], | 746 'debug-*': [SKIP], |
766 'es6/*': [SKIP], | 747 'es6/*': [SKIP], |
767 'es7/*': [SKIP], | 748 'es7/*': [SKIP], |
768 'strong/*': [SKIP], | 749 'strong/*': [SKIP], |
769 'harmony/*': [SKIP], | 750 'harmony/*': [SKIP], |
770 'regress/debug*': [SKIP], | 751 'regress/debug*': [SKIP], |
771 'regress/regress-debug*': [SKIP], | 752 'regress/regress-debug*': [SKIP], |
772 'wasm/*': [SKIP], | |
773 | 753 |
774 'allocation-folding': [SKIP], | 754 'allocation-folding': [SKIP], |
775 'api-call-after-bypassed-exception': [SKIP], | 755 'api-call-after-bypassed-exception': [SKIP], |
776 'apply-arguments-gc-safepoint': [SKIP], | 756 'apply-arguments-gc-safepoint': [SKIP], |
777 'arguments-load-across-eval': [SKIP], | 757 'arguments-load-across-eval': [SKIP], |
778 'arguments-read-and-assignment': [SKIP], | 758 'arguments-read-and-assignment': [SKIP], |
779 'array-bounds-check-removal': [SKIP], | 759 'array-bounds-check-removal': [SKIP], |
780 'array-constructor': [SKIP], | 760 'array-constructor': [SKIP], |
781 'array-elements-from-array-prototype-chain': [SKIP], | 761 'array-elements-from-array-prototype-chain': [SKIP], |
782 'array-functions-prototype-misc': [SKIP], | 762 'array-functions-prototype-misc': [SKIP], |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1119 | 1099 |
1120 ############################################################################## | 1100 ############################################################################## |
1121 ['gcov_coverage', { | 1101 ['gcov_coverage', { |
1122 # Tests taking too long. | 1102 # Tests taking too long. |
1123 'array-functions-prototype-misc': [SKIP], | 1103 'array-functions-prototype-misc': [SKIP], |
1124 'strong/implicit-conversions': [SKIP], | 1104 'strong/implicit-conversions': [SKIP], |
1125 'strong/load-element-mutate-backing-store': [SKIP], | 1105 'strong/load-element-mutate-backing-store': [SKIP], |
1126 }], # 'gcov_coverage' | 1106 }], # 'gcov_coverage' |
1127 | 1107 |
1128 ] | 1108 ] |
OLD | NEW |