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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. | 111 'debug-step-3': [PASS, NO_VARIANTS], # flaky in no-snap mode. |
112 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. | 112 'debug-stepframe-clearing': [PASS, NO_VARIANTS], # only in no-snap debug. |
113 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. | 113 'debug-stepin-call-function-stub': [PASS, NO_VARIANTS], # only in no-snap deb
ug. |
114 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining. | 114 'debug-stepin-positions': [PASS, NO_VARIANTS], # only due to inlining. |
115 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. | 115 'regress/regress-3717': [PASS, NO_VARIANTS], # only in no-snap mode. |
116 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. | 116 'regress/regress-2451': [PASS, NO_VARIANTS], # with custom snapshot and gc-st
ress. |
117 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. | 117 'debug-multiple-breakpoints': [PASS, NO_VARIANTS], # with custom snapshot and
gc-stress. |
118 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan | 118 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan |
119 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. | 119 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with t
urbofan. |
120 | 120 |
| 121 # TODO(rossberg) |
| 122 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbo
fan. |
| 123 |
121 # Issue 4035: unexpected frame->context() in debugger | 124 # Issue 4035: unexpected frame->context() in debugger |
122 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], | 125 'regress/regress-crbug-107996': [PASS, NO_VARIANTS], |
123 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], | 126 'regress/regress-crbug-171715': [PASS, NO_VARIANTS], |
124 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], | 127 'regress/regress-crbug-222893': [PASS, NO_VARIANTS], |
125 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], | 128 'regress/regress-crbug-323936': [PASS, NO_VARIANTS], |
126 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], | 129 'regress/regress-crbug-491943': [PASS, NO_VARIANTS], |
127 'regress/regress-325676': [PASS, NO_VARIANTS], | 130 'regress/regress-325676': [PASS, NO_VARIANTS], |
128 'debug-evaluate-closure': [PASS, NO_VARIANTS], | 131 'debug-evaluate-closure': [PASS, NO_VARIANTS], |
129 'debug-evaluate-with': [PASS, NO_VARIANTS], | 132 'debug-evaluate-with': [PASS, NO_VARIANTS], |
130 | 133 |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], | 166 'compiler/escape-analysis-7': [PASS, NO_VARIANTS], |
164 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], | 167 'compiler/escape-analysis-9': [PASS, NO_VARIANTS], |
165 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], | 168 'compiler/escape-analysis-10': [PASS, NO_VARIANTS], |
166 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). | 169 # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
ct). |
167 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 170 'compiler/escape-analysis-8': [PASS, NO_VARIANTS], |
168 | 171 |
169 # Assumptions about optimization need investigation in TurboFan. | 172 # Assumptions about optimization need investigation in TurboFan. |
170 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 173 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
171 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], | 174 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
172 | 175 |
173 # TODO(jarin): compiler.cc seems to ignore DisableOptimization for | |
174 # TurboFan in various cases. | |
175 'regress/regress-417709a': [SKIP], | |
176 | |
177 # issue 4078: | 176 # issue 4078: |
178 'allocation-site-info': [PASS, NO_VARIANTS], | 177 'allocation-site-info': [PASS, NO_VARIANTS], |
179 | 178 |
180 # Native WASM is not yet enabled by default. | 179 # Native WASM is not yet enabled by default. |
181 'wasm/*': [SKIP], | 180 'wasm/*': [SKIP], |
182 | 181 |
183 ############################################################################## | 182 ############################################################################## |
184 # Too slow in debug mode with --stress-opt mode. | 183 # Too slow in debug mode with --stress-opt mode. |
185 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 184 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
186 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 185 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1105 | 1104 |
1106 ############################################################################## | 1105 ############################################################################## |
1107 ['gcov_coverage', { | 1106 ['gcov_coverage', { |
1108 # Tests taking too long. | 1107 # Tests taking too long. |
1109 'array-functions-prototype-misc': [SKIP], | 1108 'array-functions-prototype-misc': [SKIP], |
1110 'strong/implicit-conversions': [SKIP], | 1109 'strong/implicit-conversions': [SKIP], |
1111 'strong/load-element-mutate-backing-store': [SKIP], | 1110 'strong/load-element-mutate-backing-store': [SKIP], |
1112 }], # 'gcov_coverage' | 1111 }], # 'gcov_coverage' |
1113 | 1112 |
1114 ] | 1113 ] |
OLD | NEW |