| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], | 147 'es6/generators-debug-scopes': [PASS, NO_VARIANTS], |
| 148 | 148 |
| 149 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 149 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
| 150 'result-table-min': [PASS, NO_VARIANTS], | 150 'result-table-min': [PASS, NO_VARIANTS], |
| 151 'result-table-max': [PASS, NO_VARIANTS], | 151 'result-table-max': [PASS, NO_VARIANTS], |
| 152 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 152 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
| 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 'harmony/reflect': [PASS, NO_VARIANTS], | 156 'harmony/reflect': [PASS, NO_VARIANTS], |
| 157 'tools/profile': [PASS, NO_VARIANTS], | |
| 158 | 157 |
| 159 # Assumptions about optimization need investigation in TurboFan. | 158 # Assumptions about optimization need investigation in TurboFan. |
| 160 'compiler/inlined-call': [PASS, NO_VARIANTS], | 159 'compiler/inlined-call': [PASS, NO_VARIANTS], |
| 161 'deopt-with-fp-regs': [PASS, NO_VARIANTS], | 160 'deopt-with-fp-regs': [PASS, NO_VARIANTS], |
| 162 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 161 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
| 163 | 162 |
| 164 # TODO(bmeurer/jarin): Crash in code generator? | 163 # TODO(bmeurer/jarin): Crash in code generator? |
| 165 'constant-folding-2': [PASS, NO_VARIANTS], | 164 'constant-folding-2': [PASS, NO_VARIANTS], |
| 166 | 165 |
| 167 # issue 4078: | 166 # issue 4078: |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 'd8-worker-sharedarraybuffer': [SKIP], | 725 'd8-worker-sharedarraybuffer': [SKIP], |
| 727 }], # 'predictable == True' | 726 }], # 'predictable == True' |
| 728 | 727 |
| 729 ############################################################################## | 728 ############################################################################## |
| 730 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 729 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 731 | 730 |
| 732 # take too long with the simulator. | 731 # take too long with the simulator. |
| 733 'regress/regress-1132': [SKIP], | 732 'regress/regress-1132': [SKIP], |
| 734 }], # 'arch == ppc and simulator_run == True' | 733 }], # 'arch == ppc and simulator_run == True' |
| 735 ] | 734 ] |
| OLD | NEW |