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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'regress/regress-2790': [PASS, SLOW], | 302 'regress/regress-2790': [PASS, SLOW], |
303 'regress/regress-331444': [PASS, SLOW], | 303 'regress/regress-331444': [PASS, SLOW], |
304 'regress/regress-490': [PASS, SLOW], | 304 'regress/regress-490': [PASS, SLOW], |
305 'regress/regress-crbug-217858': [PASS, SLOW], | 305 'regress/regress-crbug-217858': [PASS, SLOW], |
306 'regress/regress-create-exception': [PASS, SLOW], | 306 'regress/regress-create-exception': [PASS, SLOW], |
307 'regress/regress-json-stringify-gc': [PASS, SLOW], | 307 'regress/regress-json-stringify-gc': [PASS, SLOW], |
308 'string-indexof-2': [PASS, SLOW], | 308 'string-indexof-2': [PASS, SLOW], |
309 'unicodelctest-no-optimization': [PASS, SLOW], | 309 'unicodelctest-no-optimization': [PASS, SLOW], |
310 'unicodelctest': [PASS, SLOW], | 310 'unicodelctest': [PASS, SLOW], |
311 'unicode-test': [PASS, SLOW], | 311 'unicode-test': [PASS, SLOW], |
| 312 |
| 313 # TODO(bmeurer, Rodolph.Perfetta@arm.com): Fails with turbo fan. |
| 314 'numops-fuzz-part1': [PASS, NO_VARIANTS], |
| 315 'numops-fuzz-part2': [PASS, NO_VARIANTS], |
312 }], # 'arch == arm64' | 316 }], # 'arch == arm64' |
313 | 317 |
314 ['arch == arm64 and mode == debug and simulator_run == True', { | 318 ['arch == arm64 and mode == debug and simulator_run == True', { |
315 | 319 |
316 # Pass but take too long with the simulator in debug mode. | 320 # Pass but take too long with the simulator in debug mode. |
317 'array-iterate-backwards': [PASS, TIMEOUT], | 321 'array-iterate-backwards': [PASS, TIMEOUT], |
318 'array-sort': [PASS, TIMEOUT], | 322 'array-sort': [PASS, TIMEOUT], |
319 'packed-elements': [SKIP], | 323 'packed-elements': [SKIP], |
320 'regexp-global': [SKIP], | 324 'regexp-global': [SKIP], |
321 'compiler/alloc-numbers': [SKIP], | 325 'compiler/alloc-numbers': [SKIP], |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 'never-optimize': [SKIP], | 554 'never-optimize': [SKIP], |
551 'regress/regress-2185-2': [SKIP], | 555 'regress/regress-2185-2': [SKIP], |
552 'harmony/object-observe': [SKIP], | 556 'harmony/object-observe': [SKIP], |
553 'readonly': [SKIP], | 557 'readonly': [SKIP], |
554 'array-feedback': [SKIP], | 558 'array-feedback': [SKIP], |
555 | 559 |
556 # Deopt every n garbage collections collides with deopt every n times. | 560 # Deopt every n garbage collections collides with deopt every n times. |
557 'regress/regress-2653': [SKIP], | 561 'regress/regress-2653': [SKIP], |
558 }], # 'deopt_fuzzer == True' | 562 }], # 'deopt_fuzzer == True' |
559 ] | 563 ] |
OLD | NEW |