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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
172 | 172 |
| 173 # TODO(jarin): compiler.cc seems to ignore DisableOptimization for |
| 174 # TurboFan in various cases. |
| 175 'regress/regress-417709a': [SKIP], |
| 176 |
173 # issue 4078: | 177 # issue 4078: |
174 'allocation-site-info': [PASS, NO_VARIANTS], | 178 'allocation-site-info': [PASS, NO_VARIANTS], |
175 | 179 |
176 # Native WASM is not yet enabled by default. | 180 # Native WASM is not yet enabled by default. |
177 'wasm/*': [SKIP], | 181 'wasm/*': [SKIP], |
178 | 182 |
179 ############################################################################## | 183 ############################################################################## |
180 # Too slow in debug mode with --stress-opt mode. | 184 # Too slow in debug mode with --stress-opt mode. |
181 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 185 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
182 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 186 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1101 | 1105 |
1102 ############################################################################## | 1106 ############################################################################## |
1103 ['gcov_coverage', { | 1107 ['gcov_coverage', { |
1104 # Tests taking too long. | 1108 # Tests taking too long. |
1105 'array-functions-prototype-misc': [SKIP], | 1109 'array-functions-prototype-misc': [SKIP], |
1106 'strong/implicit-conversions': [SKIP], | 1110 'strong/implicit-conversions': [SKIP], |
1107 'strong/load-element-mutate-backing-store': [SKIP], | 1111 'strong/load-element-mutate-backing-store': [SKIP], |
1108 }], # 'gcov_coverage' | 1112 }], # 'gcov_coverage' |
1109 | 1113 |
1110 ] | 1114 ] |
OLD | NEW |