| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], | 161 'compiler/escape-analysis-5': [PASS, NO_VARIANTS], |
| 162 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], | 162 'compiler/escape-analysis-6': [PASS, NO_VARIANTS], |
| 163 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], | 163 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], |
| 164 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], | 164 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], |
| 165 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], | 165 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], |
| 166 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | 166 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). |
| 167 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 167 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], |
| 168 | 168 |
| 169 # Assumptions about optimization need investigation in TurboFan. | 169 # Assumptions about optimization need investigation in TurboFan. |
| 170 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 170 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
| 171 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
| 171 | 172 |
| 172 # issue 4078: | 173 # issue 4078: |
| 173 'allocation-site-info': [PASS, NO_VARIANTS], | 174 'allocation-site-info': [PASS, NO_VARIANTS], |
| 174 | 175 |
| 175 # Native WASM is not yet enabled by default. | 176 # Native WASM is not yet enabled by default. |
| 176 'wasm/*': [SKIP], | 177 'wasm/*': [SKIP], |
| 177 | 178 |
| 178 ############################################################################## | 179 ############################################################################## |
| 179 # Too slow in debug mode with --stress-opt mode. | 180 # Too slow in debug mode with --stress-opt mode. |
| 180 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 181 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| (...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1100 | 1101 |
| 1101 ############################################################################## | 1102 ############################################################################## |
| 1102 ['gcov_coverage', { | 1103 ['gcov_coverage', { |
| 1103 # Tests taking too long. | 1104 # Tests taking too long. |
| 1104 'array-functions-prototype-misc': [SKIP], | 1105 'array-functions-prototype-misc': [SKIP], |
| 1105 'strong/implicit-conversions': [SKIP], | 1106 'strong/implicit-conversions': [SKIP], |
| 1106 'strong/load-element-mutate-backing-store': [SKIP], | 1107 'strong/load-element-mutate-backing-store': [SKIP], |
| 1107 }], # 'gcov_coverage' | 1108 }], # 'gcov_coverage' |
| 1108 | 1109 |
| 1109 ] | 1110 ] |
| OLD | NEW |