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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 | 252 |
253 # Too slow for slow variants. | 253 # Too slow for slow variants. |
254 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], | 254 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], |
255 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], | 255 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], |
256 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], | 256 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], |
257 | 257 |
258 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is | 258 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is |
259 # prermanently enabled. | 259 # prermanently enabled. |
260 'call-counts': [SKIP], | 260 'call-counts': [SKIP], |
261 | 261 |
262 # BUG(chromium:508074). Remove this once the issue is fixed. | |
263 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], | |
264 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], | |
265 | |
266 # Slow tests. | 262 # Slow tests. |
267 'copy-on-write-assert': [PASS, SLOW], | 263 'copy-on-write-assert': [PASS, SLOW], |
268 'debug-scopes': [PASS, SLOW], | 264 'debug-scopes': [PASS, SLOW], |
269 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 265 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
270 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 266 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
271 'readonly': [PASS, SLOW], | 267 'readonly': [PASS, SLOW], |
272 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 268 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
273 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 269 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
274 | 270 |
275 # TODO(titzer): correct WASM adapter frame alignment on arm64 | 271 # TODO(titzer): correct WASM adapter frame alignment on arm64 |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 }], # 'arch == arm64' | 457 }], # 'arch == arm64' |
462 | 458 |
463 ['arch == arm64 and mode == debug and simulator_run == True', { | 459 ['arch == arm64 and mode == debug and simulator_run == True', { |
464 | 460 |
465 # Pass but take too long with the simulator in debug mode. | 461 # Pass but take too long with the simulator in debug mode. |
466 'array-iterate-backwards': [PASS, TIMEOUT], | 462 'array-iterate-backwards': [PASS, TIMEOUT], |
467 'array-sort': [PASS, TIMEOUT], | 463 'array-sort': [PASS, TIMEOUT], |
468 'packed-elements': [SKIP], | 464 'packed-elements': [SKIP], |
469 'regexp-global': [SKIP], | 465 'regexp-global': [SKIP], |
470 'compiler/alloc-numbers': [SKIP], | 466 'compiler/alloc-numbers': [SKIP], |
471 'harmony/symbols': [SKIP], | |
472 'math-floor-of-div': [PASS, TIMEOUT], | 467 'math-floor-of-div': [PASS, TIMEOUT], |
473 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], | 468 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], |
474 'unicodelctest': [PASS, TIMEOUT], | 469 'unicodelctest': [PASS, TIMEOUT], |
475 'unicodelctest-no-optimization': [PASS, TIMEOUT], | 470 'unicodelctest-no-optimization': [PASS, TIMEOUT], |
476 # Issue 3219: | 471 # Issue 3219: |
477 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 472 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
478 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 473 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
479 | 474 |
480 ############################################################################## | 475 ############################################################################## |
481 ['asan == True', { | 476 ['asan == True', { |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 ############################################################################## | 660 ############################################################################## |
666 ['arch == nacl_ia32 or arch == nacl_x64', { | 661 ['arch == nacl_ia32 or arch == nacl_x64', { |
667 # There is no /tmp directory for NaCl runs | 662 # There is no /tmp directory for NaCl runs |
668 'd8-os': [SKIP], | 663 'd8-os': [SKIP], |
669 | 664 |
670 # Stack manipulations in LiveEdit is not implemented for this arch. | 665 # Stack manipulations in LiveEdit is not implemented for this arch. |
671 'debug-liveedit-check-stack': [SKIP], | 666 'debug-liveedit-check-stack': [SKIP], |
672 'debug-liveedit-stack-padding': [SKIP], | 667 'debug-liveedit-stack-padding': [SKIP], |
673 'debug-liveedit-restart-frame': [SKIP], | 668 'debug-liveedit-restart-frame': [SKIP], |
674 'debug-liveedit-double-call': [SKIP], | 669 'debug-liveedit-double-call': [SKIP], |
675 'harmony/generators-debug-liveedit': [SKIP], | |
676 | 670 |
677 # NaCl builds have problems with this test since Pepper_28. | 671 # NaCl builds have problems with this test since Pepper_28. |
678 # V8 Issue 2786 | 672 # V8 Issue 2786 |
679 'math-exp-precision': [SKIP], | 673 'math-exp-precision': [SKIP], |
680 | 674 |
681 # Requires bigger stack size in the Genesis and if stack size is increased, | 675 # Requires bigger stack size in the Genesis and if stack size is increased, |
682 # the test requires too much time to run. However, the problem test covers | 676 # the test requires too much time to run. However, the problem test covers |
683 # should be platform-independent. | 677 # should be platform-independent. |
684 'regress/regress-1132': [SKIP], | 678 'regress/regress-1132': [SKIP], |
685 | 679 |
(...skipping 16 matching lines...) Expand all Loading... |
702 'mirror-object': [PASS, NO_VARIANTS], | 696 'mirror-object': [PASS, NO_VARIANTS], |
703 | 697 |
704 # Bug(v8:2978). | 698 # Bug(v8:2978). |
705 'lithium/MathExp': [PASS, FAIL], | 699 'lithium/MathExp': [PASS, FAIL], |
706 | 700 |
707 # Lead to OOM: | 701 # Lead to OOM: |
708 'string-oom-*': [SKIP], | 702 'string-oom-*': [SKIP], |
709 | 703 |
710 # Crashes. | 704 # Crashes. |
711 'harmony/private': [SKIP], | 705 'harmony/private': [SKIP], |
712 'harmony/symbols': [SKIP], | |
713 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 706 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
714 | 707 |
715 ############################################################################## | 708 ############################################################################## |
716 ['arch == s390 or arch == s390x', { | 709 ['arch == s390 or arch == s390x', { |
717 | 710 |
718 # Stack manipulations in LiveEdit is not implemented for this arch. | 711 # Stack manipulations in LiveEdit is not implemented for this arch. |
719 'debug-liveedit-check-stack': [SKIP], | 712 'debug-liveedit-check-stack': [SKIP], |
720 'debug-liveedit-stack-padding': [SKIP], | 713 'debug-liveedit-stack-padding': [SKIP], |
721 'debug-liveedit-restart-frame': [SKIP], | 714 'debug-liveedit-restart-frame': [SKIP], |
722 'debug-liveedit-double-call': [SKIP], | 715 'debug-liveedit-double-call': [SKIP], |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
842 'compiler/osr-two': [SKIP], | 835 'compiler/osr-two': [SKIP], |
843 'regress/regress-1257': [SKIP], | 836 'regress/regress-1257': [SKIP], |
844 }], # ignition == True and arch == arm | 837 }], # ignition == True and arch == arm |
845 | 838 |
846 ['ignition == True and msan', { | 839 ['ignition == True and msan', { |
847 # TODO(rmcilroy,4680): Uninitialized memory. | 840 # TODO(rmcilroy,4680): Uninitialized memory. |
848 'compiler/osr-big': [SKIP], | 841 'compiler/osr-big': [SKIP], |
849 'compiler/osr-nested': [SKIP], | 842 'compiler/osr-nested': [SKIP], |
850 'debug-*': [SKIP], | 843 'debug-*': [SKIP], |
851 'es6/debug-*': [SKIP], | 844 'es6/debug-*': [SKIP], |
852 'harmony/debug-stepin-default-parameters': [SKIP], | |
853 'ignition/debug-break': [SKIP], | 845 'ignition/debug-break': [SKIP], |
854 'ignition/debug-break-on-stack': [SKIP], | 846 'ignition/debug-break-on-stack': [SKIP], |
855 'ignition/debug-scope-on-return': [SKIP], | 847 'ignition/debug-scope-on-return': [SKIP], |
856 'ignition/elided-instruction': [SKIP], | 848 'ignition/elided-instruction': [SKIP], |
857 'regress/debug-prepare-step-in': [SKIP], | 849 'regress/debug-prepare-step-in': [SKIP], |
858 'regress/regress-102153': [SKIP], | 850 'regress/regress-102153': [SKIP], |
859 'regress/regress-109195': [SKIP], | 851 'regress/regress-109195': [SKIP], |
860 'regress/regress-147497': [SKIP], | 852 'regress/regress-147497': [SKIP], |
861 'regress/regress-1523': [SKIP], | 853 'regress/regress-1523': [SKIP], |
862 'regress/regress-1586': [SKIP], | 854 'regress/regress-1586': [SKIP], |
(...skipping 29 matching lines...) Expand all Loading... |
892 ############################################################################## | 884 ############################################################################## |
893 ['gcov_coverage', { | 885 ['gcov_coverage', { |
894 # Tests taking too long. | 886 # Tests taking too long. |
895 'array-functions-prototype-misc': [SKIP], | 887 'array-functions-prototype-misc': [SKIP], |
896 | 888 |
897 # Stack overflow. | 889 # Stack overflow. |
898 'big-array-literal': [SKIP], | 890 'big-array-literal': [SKIP], |
899 }], # 'gcov_coverage' | 891 }], # 'gcov_coverage' |
900 | 892 |
901 ] | 893 ] |
OLD | NEW |