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 284 matching lines...) Loading... |
295 }], # novfp3 == True | 295 }], # novfp3 == True |
296 | 296 |
297 ############################################################################## | 297 ############################################################################## |
298 ['gc_stress == True', { | 298 ['gc_stress == True', { |
299 # Skip tests not suitable for GC stress. | 299 # Skip tests not suitable for GC stress. |
300 'allocation-site-info': [SKIP], | 300 'allocation-site-info': [SKIP], |
301 'array-constructor-feedback': [SKIP], | 301 'array-constructor-feedback': [SKIP], |
302 'array-feedback': [SKIP], | 302 'array-feedback': [SKIP], |
303 'array-literal-feedback': [SKIP], | 303 'array-literal-feedback': [SKIP], |
304 'd8-performance-now': [SKIP], | 304 'd8-performance-now': [SKIP], |
305 'debug-stepout-scope-part8': [PASS, ['arch == arm ', FAIL]], | |
306 'elements-kind': [SKIP], | 305 'elements-kind': [SKIP], |
307 'elements-transition-hoisting': [SKIP], | 306 'elements-transition-hoisting': [SKIP], |
308 'fast-prototype': [SKIP], | 307 'fast-prototype': [SKIP], |
309 'field-type-tracking': [SKIP], | 308 'field-type-tracking': [SKIP], |
310 'getters-on-elements': [SKIP], | 309 'getters-on-elements': [SKIP], |
311 'es6/block-let-crankshaft': [SKIP], | 310 'es6/block-let-crankshaft': [SKIP], |
312 'opt-elements-kind': [SKIP], | 311 'opt-elements-kind': [SKIP], |
313 'osr-elements-kind': [SKIP], | 312 'osr-elements-kind': [SKIP], |
314 'regress/regress-crbug-137689': [SKIP], | 313 'regress/regress-crbug-137689': [SKIP], |
315 'regress/regress-165637': [SKIP], | 314 'regress/regress-165637': [SKIP], |
(...skipping 88 matching lines...) Loading... |
404 'regress/regress-1117': [SKIP], | 403 'regress/regress-1117': [SKIP], |
405 'regress/regress-1145': [SKIP], | 404 'regress/regress-1145': [SKIP], |
406 'regress/regress-1849': [SKIP], | 405 'regress/regress-1849': [SKIP], |
407 'regress/regress-3247124': [SKIP], | 406 'regress/regress-3247124': [SKIP], |
408 'regress/regress-634': [SKIP], | 407 'regress/regress-634': [SKIP], |
409 'regress/regress-91008': [SKIP], | 408 'regress/regress-91008': [SKIP], |
410 'regress/regress-91010': [SKIP], | 409 'regress/regress-91010': [SKIP], |
411 'regress/regress-91013': [SKIP], | 410 'regress/regress-91013': [SKIP], |
412 'regress/regress-99167': [SKIP], | 411 'regress/regress-99167': [SKIP], |
413 | 412 |
414 # Long running tests. | |
415 'regress/regress-2185': [PASS, ['mode == debug', PASS, TIMEOUT]], | |
416 'regress/regress-2185-2': [PASS, TIMEOUT], | |
417 'whitespaces': [PASS, TIMEOUT, SLOW], | |
418 | |
419 # BUG(v8:3457). | 413 # BUG(v8:3457). |
420 'deserialize-reference': [PASS, FAIL], | 414 'deserialize-reference': [PASS, FAIL], |
421 | 415 |
422 # BUG(v8:4016) | 416 # BUG(v8:4016) |
423 'regress/regress-crbug-467047': [SKIP], | 417 'regress/regress-crbug-467047': [SKIP], |
424 | 418 |
425 # Slow tests. | 419 # Slow tests. |
426 'array-concat': [PASS, SLOW], | 420 'array-concat': [PASS, SLOW], |
427 'array-constructor': [PASS, SLOW], | 421 'array-constructor': [PASS, SLOW], |
428 'array-indexing': [PASS, SLOW], | 422 'array-indexing': [PASS, SLOW], |
(...skipping 17 matching lines...) Loading... |
446 'regress/regress-2790': [PASS, SLOW], | 440 'regress/regress-2790': [PASS, SLOW], |
447 'regress/regress-331444': [PASS, SLOW], | 441 'regress/regress-331444': [PASS, SLOW], |
448 'regress/regress-490': [PASS, SLOW], | 442 'regress/regress-490': [PASS, SLOW], |
449 'regress/regress-crbug-217858': [PASS, SLOW], | 443 'regress/regress-crbug-217858': [PASS, SLOW], |
450 'regress/regress-create-exception': [PASS, SLOW], | 444 'regress/regress-create-exception': [PASS, SLOW], |
451 'regress/regress-json-stringify-gc': [PASS, SLOW], | 445 'regress/regress-json-stringify-gc': [PASS, SLOW], |
452 'string-indexof-2': [PASS, SLOW], | 446 'string-indexof-2': [PASS, SLOW], |
453 'unicodelctest-no-optimization': [PASS, SLOW], | 447 'unicodelctest-no-optimization': [PASS, SLOW], |
454 'unicodelctest': [PASS, SLOW], | 448 'unicodelctest': [PASS, SLOW], |
455 'unicode-test': [PASS, SLOW], | 449 'unicode-test': [PASS, SLOW], |
| 450 'whitespaces': [PASS, TIMEOUT, SLOW], |
456 }], # 'arch == arm64' | 451 }], # 'arch == arm64' |
457 | 452 |
458 ['arch == arm64 and mode == debug and simulator_run == True', { | 453 ['arch == arm64 and mode == debug and simulator_run == True', { |
459 | 454 |
460 # Pass but take too long with the simulator in debug mode. | 455 # Pass but take too long with the simulator in debug mode. |
461 'array-iterate-backwards': [PASS, TIMEOUT], | 456 'array-iterate-backwards': [PASS, TIMEOUT], |
462 'array-sort': [PASS, TIMEOUT], | 457 'array-sort': [PASS, TIMEOUT], |
463 'packed-elements': [SKIP], | 458 'packed-elements': [SKIP], |
464 'regexp-global': [SKIP], | 459 'regexp-global': [SKIP], |
465 'compiler/alloc-numbers': [SKIP], | 460 'compiler/alloc-numbers': [SKIP], |
(...skipping 28 matching lines...) Loading... |
494 'string-localecompare': [SKIP], | 489 'string-localecompare': [SKIP], |
495 }], # 'msan == True' | 490 }], # 'msan == True' |
496 | 491 |
497 ############################################################################## | 492 ############################################################################## |
498 ['arch == arm or arch == android_arm', { | 493 ['arch == arm or arch == android_arm', { |
499 | 494 |
500 # Slow tests which times out in debug mode. | 495 # Slow tests which times out in debug mode. |
501 'try': [PASS, ['mode == debug', SKIP]], | 496 'try': [PASS, ['mode == debug', SKIP]], |
502 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 497 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
503 'array-constructor': [PASS, ['mode == debug', SKIP]], | 498 'array-constructor': [PASS, ['mode == debug', SKIP]], |
504 'regress/regress-1122': [PASS, ['mode == debug and arch == android_arm', SKIP]
], | 499 'regress/regress-1122': [PASS, SLOW, ['mode == debug and arch == android_arm',
SKIP]], |
505 | 500 |
506 # Flaky test that can hit compilation-time stack overflow in debug mode. | 501 # Flaky test that can hit compilation-time stack overflow in debug mode. |
507 'unicode-test': [PASS, ['mode == debug', PASS, FAIL]], | 502 'unicode-test': [PASS, ['mode == debug', PASS, FAIL]], |
508 | 503 |
509 # Times out often in release mode on ARM. | 504 # Times out often in release mode on ARM. |
510 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], | 505 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], |
511 'array-splice': [PASS, TIMEOUT], | 506 'array-splice': [PASS, TIMEOUT], |
512 | 507 |
513 # Long running test. | |
514 'string-indexof-2': [PASS, TIMEOUT], | |
515 'mirror-object': [PASS, TIMEOUT], | |
516 | |
517 # Long running tests. Skipping because having them timeout takes too long on | 508 # Long running tests. Skipping because having them timeout takes too long on |
518 # the buildbot. | 509 # the buildbot. |
519 'big-object-literal': [SKIP], | 510 'big-object-literal': [SKIP], |
520 'compiler/alloc-number': [SKIP], | 511 'compiler/alloc-number': [SKIP], |
521 'regress/regress-490': [SKIP], | 512 'regress/regress-490': [SKIP], |
522 'regress/regress-634': [SKIP], | 513 'regress/regress-634': [SKIP], |
523 'regress/regress-create-exception': [SKIP], | 514 'regress/regress-create-exception': [SKIP], |
524 'regress/regress-3247124': [SKIP], | 515 'regress/regress-3247124': [SKIP], |
525 | 516 |
526 # Requires bigger stack size in the Genesis and if stack size is increased, | 517 # Requires bigger stack size in the Genesis and if stack size is increased, |
527 # the test requires too much time to run. However, the problem test covers | 518 # the test requires too much time to run. However, the problem test covers |
528 # should be platform-independent. | 519 # should be platform-independent. |
529 'regress/regress-1132': [SKIP], | 520 'regress/regress-1132': [SKIP], |
530 | 521 |
531 # Currently always deopt on minus zero | 522 # Currently always deopt on minus zero |
532 'math-floor-of-div-minus-zero': [SKIP], | 523 'math-floor-of-div-minus-zero': [SKIP], |
533 | 524 |
534 ############################################################################ | |
535 # Slow tests. | 525 # Slow tests. |
| 526 'array-sort': [PASS, SLOW], |
| 527 'compiler/osr-with-args': [PASS, SLOW], |
| 528 'mirror-object': [PASS, SLOW], |
| 529 'packed-elements': [PASS, SLOW], |
536 'regress/regress-2185-2': [PASS, SLOW], | 530 'regress/regress-2185-2': [PASS, SLOW], |
537 'mirror-object': [PASS, SLOW], | 531 'regress/regress-2790': [PASS, SLOW], |
538 'compiler/osr-with-args': [PASS, SLOW], | |
539 'array-sort': [PASS, SLOW], | |
540 'packed-elements': [PASS, SLOW], | |
541 'regress/regress-91008': [PASS, SLOW], | 532 'regress/regress-91008': [PASS, SLOW], |
542 'regress/regress-2790': [PASS, SLOW], | |
543 'regress/regress-json-stringify-gc': [PASS, SLOW], | 533 'regress/regress-json-stringify-gc': [PASS, SLOW], |
544 'regress/regress-1122': [PASS, SLOW], | 534 'string-indexof-2': [PASS, TIMEOUT], |
545 }], # 'arch == arm or arch == android_arm' | 535 }], # 'arch == arm or arch == android_arm' |
546 | 536 |
547 ############################################################################## | 537 ############################################################################## |
548 ['arch == mipsel or arch == mips', { | 538 ['arch == mipsel or arch == mips', { |
549 | 539 |
550 # Slow tests which times out in debug mode. | 540 # Slow tests which times out in debug mode. |
551 'try': [PASS, ['mode == debug', SKIP]], | 541 'try': [PASS, ['mode == debug', SKIP]], |
552 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 542 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
553 'array-constructor': [PASS, ['mode == debug', SKIP]], | 543 'array-constructor': [PASS, ['mode == debug', SKIP]], |
554 | 544 |
(...skipping 509 matching lines...) Loading... |
1064 'regress/regress-crbug-347903': [SKIP], | 1054 'regress/regress-crbug-347903': [SKIP], |
1065 'regress/regress-crbug-505007-1': [SKIP], | 1055 'regress/regress-crbug-505007-1': [SKIP], |
1066 'regress/regress-crbug-505007-2': [SKIP], | 1056 'regress/regress-crbug-505007-2': [SKIP], |
1067 'regress/short-circuit': [SKIP], | 1057 'regress/short-circuit': [SKIP], |
1068 'stack-traces-overflow': [SKIP], | 1058 'stack-traces-overflow': [SKIP], |
1069 'unicodelctest': [SKIP], | 1059 'unicodelctest': [SKIP], |
1070 'unicodelctest-no-optimization': [SKIP], | 1060 'unicodelctest-no-optimization': [SKIP], |
1071 }], # ignition == True and (arch == arm or arch == arm64) | 1061 }], # ignition == True and (arch == arm or arch == arm64) |
1072 | 1062 |
1073 ] | 1063 ] |
OLD | NEW |