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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 'regress/regress-1122': [PASS, NO_VARIANTS], | 153 'regress/regress-1122': [PASS, NO_VARIANTS], |
154 | 154 |
155 # Issue 4493: Bugs due to --turbo-inlining. | 155 # Issue 4493: Bugs due to --turbo-inlining. |
156 'sparse-array-reverse': [PASS, NO_VARIANTS], | 156 'sparse-array-reverse': [PASS, NO_VARIANTS], |
157 | 157 |
158 # Assumptions about optimization need investigation in TurboFan. | 158 # Assumptions about optimization need investigation in TurboFan. |
159 'compiler/inlined-call': [PASS, NO_VARIANTS], | 159 'compiler/inlined-call': [PASS, NO_VARIANTS], |
160 'deopt-with-fp-regs': [PASS, NO_VARIANTS], | 160 'deopt-with-fp-regs': [PASS, NO_VARIANTS], |
161 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 161 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
162 | 162 |
163 # TODO(bmeurer/jarin): Crash in code generator? | |
164 'constant-folding-2': [PASS, NO_VARIANTS], | |
165 | |
166 # issue 4078: | 163 # issue 4078: |
167 'allocation-site-info': [PASS, NO_VARIANTS], | 164 'allocation-site-info': [PASS, NO_VARIANTS], |
168 | 165 |
169 ############################################################################## | 166 ############################################################################## |
170 # Too slow in debug mode with --stress-opt mode. | 167 # Too slow in debug mode with --stress-opt mode. |
171 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 168 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
172 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 169 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
173 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 170 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
174 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 171 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
175 | 172 |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
729 'd8-worker-sharedarraybuffer': [SKIP], | 726 'd8-worker-sharedarraybuffer': [SKIP], |
730 }], # 'predictable == True' | 727 }], # 'predictable == True' |
731 | 728 |
732 ############################################################################## | 729 ############################################################################## |
733 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 730 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
734 | 731 |
735 # take too long with the simulator. | 732 # take too long with the simulator. |
736 'regress/regress-1132': [SKIP], | 733 'regress/regress-1132': [SKIP], |
737 }], # 'arch == ppc and simulator_run == True' | 734 }], # 'arch == ppc and simulator_run == True' |
738 ] | 735 ] |
OLD | NEW |