| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], | 176 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], |
| 177 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | 177 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). |
| 178 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 178 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], |
| 179 | 179 |
| 180 # Assumptions about optimization need investigation in TurboFan. | 180 # Assumptions about optimization need investigation in TurboFan. |
| 181 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 181 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
| 182 | 182 |
| 183 # issue 4078: | 183 # issue 4078: |
| 184 'allocation-site-info': [PASS, NO_VARIANTS], | 184 'allocation-site-info': [PASS, NO_VARIANTS], |
| 185 | 185 |
| 186 # Native WASM is not yet enabled by default. |
| 187 'wasm/*': [SKIP], |
| 188 |
| 186 ############################################################################## | 189 ############################################################################## |
| 187 # Too slow in debug mode with --stress-opt mode. | 190 # Too slow in debug mode with --stress-opt mode. |
| 188 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 191 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 189 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 192 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 190 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 193 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 191 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 194 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 192 | 195 |
| 193 ############################################################################## | 196 ############################################################################## |
| 194 # Too slow in debug mode for validation of elements. | 197 # Too slow in debug mode for validation of elements. |
| 195 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 198 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| (...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 'regress/regress-crbug-347903': [SKIP], | 1072 'regress/regress-crbug-347903': [SKIP], |
| 1070 'regress/regress-crbug-505007-1': [SKIP], | 1073 'regress/regress-crbug-505007-1': [SKIP], |
| 1071 'regress/regress-crbug-505007-2': [SKIP], | 1074 'regress/regress-crbug-505007-2': [SKIP], |
| 1072 'regress/short-circuit': [SKIP], | 1075 'regress/short-circuit': [SKIP], |
| 1073 'stack-traces-overflow': [SKIP], | 1076 'stack-traces-overflow': [SKIP], |
| 1074 'unicodelctest': [SKIP], | 1077 'unicodelctest': [SKIP], |
| 1075 'unicodelctest-no-optimization': [SKIP], | 1078 'unicodelctest-no-optimization': [SKIP], |
| 1076 }], # ignition == True and (arch == arm or arch == arm64) | 1079 }], # ignition == True and (arch == arm or arch == arm64) |
| 1077 | 1080 |
| 1078 ] | 1081 ] |
| OLD | NEW |