| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'd8-performance-now': [SKIP], | 130 'd8-performance-now': [SKIP], |
| 131 'elements-kind': [SKIP], | 131 'elements-kind': [SKIP], |
| 132 'fast-prototype': [SKIP], | 132 'fast-prototype': [SKIP], |
| 133 'opt-elements-kind': [SKIP], | 133 'opt-elements-kind': [SKIP], |
| 134 'osr-elements-kind': [SKIP], | 134 'osr-elements-kind': [SKIP], |
| 135 'regress/regress-165637': [SKIP], | 135 'regress/regress-165637': [SKIP], |
| 136 'regress/regress-2249': [SKIP], | 136 'regress/regress-2249': [SKIP], |
| 137 }], # 'gc_stress == True' | 137 }], # 'gc_stress == True' |
| 138 | 138 |
| 139 ############################################################################## | 139 ############################################################################## |
| 140 ['arch == a64', { | |
| 141 | |
| 142 # Requires bigger stack size in the Genesis and if stack size is increased, | |
| 143 # the test requires too much time to run. However, the problem test covers | |
| 144 # should be platform-independent. | |
| 145 'regress/regress-1132': [SKIP], | |
| 146 | |
| 147 # Pass but take too long to run. Skip. | |
| 148 # Some similar tests (with fewer iterations) may be included in a64-js tests. | |
| 149 'compiler/regress-arguments': [SKIP], | |
| 150 'compiler/regress-gvn': [SKIP], | |
| 151 'compiler/regress-max-locals-for-osr': [SKIP], | |
| 152 'compiler/regress-4': [SKIP], | |
| 153 'compiler/regress-or': [SKIP], | |
| 154 'compiler/regress-rep-change': [SKIP], | |
| 155 'regress/regress-1117': [SKIP], | |
| 156 'regress/regress-1145': [SKIP], | |
| 157 'regress/regress-1849': [SKIP], | |
| 158 'regress/regress-3247124': [SKIP], | |
| 159 'regress/regress-634': [SKIP], | |
| 160 'regress/regress-91008': [SKIP], | |
| 161 'regress/regress-91010': [SKIP], | |
| 162 'regress/regress-91013': [SKIP], | |
| 163 'regress/regress-99167': [SKIP], | |
| 164 | |
| 165 # Long running tests. | |
| 166 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | |
| 167 'regress/regress-2185-2': [PASS, TIMEOUT], | |
| 168 'whitespaces': [PASS, TIMEOUT], | |
| 169 | |
| 170 # Stack manipulations in LiveEdit is not implemented for this arch. | |
| 171 'debug-liveedit-check-stack': [SKIP], | |
| 172 'debug-liveedit-stack-padding': [SKIP], | |
| 173 'debug-liveedit-restart-frame': [SKIP], | |
| 174 'debug-liveedit-double-call': [SKIP], | |
| 175 | |
| 176 # BUG(v8:3147). It works on other architectures by accident. | |
| 177 'regress/regress-conditional-position': [FAIL], | |
| 178 | |
| 179 # BUG(v8:3156): Fails on gc stress bots. | |
| 180 'compiler/concurrent-invalidate-transition-map': [PASS, ['gc_stress == True',
FAIL]], | |
| 181 }], # 'arch == a64' | |
| 182 | |
| 183 ['arch == a64 and mode == debug and simulator_run == True', { | |
| 184 | |
| 185 # Pass but take too long with the simulator in debug mode. | |
| 186 'array-sort': [PASS, TIMEOUT], | |
| 187 'packed-elements': [SKIP], | |
| 188 'regexp-global': [SKIP], | |
| 189 'compiler/alloc-numbers': [SKIP], | |
| 190 'harmony/symbols': [SKIP], | |
| 191 }], # 'arch == a64 and mode == debug and simulator_run == True' | |
| 192 | |
| 193 ############################################################################## | |
| 194 ['asan == True', { | 140 ['asan == True', { |
| 195 # Skip tests not suitable for ASAN. | 141 # Skip tests not suitable for ASAN. |
| 196 'big-array-literal': [SKIP], | 142 'big-array-literal': [SKIP], |
| 197 'big-object-literal': [SKIP], | 143 'big-object-literal': [SKIP], |
| 198 'regress/regress-crbug-178790': [SKIP], | 144 'regress/regress-crbug-178790': [SKIP], |
| 199 }], # 'asan == True' | 145 }], # 'asan == True' |
| 200 | 146 |
| 201 ############################################################################## | 147 ############################################################################## |
| 202 ['arch == arm or arch == android_arm', { | 148 ['arch == arm or arch == android_arm', { |
| 203 | 149 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 'never-optimize': [SKIP], | 286 'never-optimize': [SKIP], |
| 341 'regress/regress-2185-2': [SKIP], | 287 'regress/regress-2185-2': [SKIP], |
| 342 'harmony/object-observe': [SKIP], | 288 'harmony/object-observe': [SKIP], |
| 343 'readonly': [SKIP], | 289 'readonly': [SKIP], |
| 344 'array-feedback': [SKIP], | 290 'array-feedback': [SKIP], |
| 345 | 291 |
| 346 # Deopt every n garbage collections collides with deopt every n times. | 292 # Deopt every n garbage collections collides with deopt every n times. |
| 347 'regress/regress-2653': [SKIP], | 293 'regress/regress-2653': [SKIP], |
| 348 }], # 'deopt_fuzzer == True' | 294 }], # 'deopt_fuzzer == True' |
| 349 ] | 295 ] |
| OLD | NEW |