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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'math-floor-of-div-minus-zero': [SKIP], | 641 'math-floor-of-div-minus-zero': [SKIP], |
642 }], # 'arch == mipsel or arch == mips' | 642 }], # 'arch == mipsel or arch == mips' |
643 | 643 |
644 ############################################################################## | 644 ############################################################################## |
645 ['arch == mips', { | 645 ['arch == mips', { |
646 # Flaky with TF. | 646 # Flaky with TF. |
647 'mirror-script': [PASS, NO_VARIANTS], | 647 'mirror-script': [PASS, NO_VARIANTS], |
648 }], # 'arch == mips' | 648 }], # 'arch == mips' |
649 | 649 |
650 ############################################################################## | 650 ############################################################################## |
651 ['arch == x87', { | |
652 # Turbofan will hit the known issue that x87 changes sNaN to qNaN by default. | |
653 'regress/regress-undefined-nan': [SKIP], | |
654 'regress/regress-crbug-242924': [SKIP], | |
655 }], # 'arch == x87' | |
656 | 651 |
657 ############################################################################## | |
658 ['arch == mips64el or arch == mips64', { | 652 ['arch == mips64el or arch == mips64', { |
659 | 653 |
660 # Slow tests which times out in debug mode. | 654 # Slow tests which times out in debug mode. |
661 'try': [PASS, ['mode == debug', SKIP]], | 655 'try': [PASS, ['mode == debug', SKIP]], |
662 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 656 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
663 'array-constructor': [PASS, ['mode == debug', SKIP]], | 657 'array-constructor': [PASS, ['mode == debug', SKIP]], |
664 | 658 |
665 # Times out often in release mode on MIPS. | 659 # Times out often in release mode on MIPS. |
666 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], | 660 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], |
667 'array-splice': [PASS, TIMEOUT], | 661 'array-splice': [PASS, TIMEOUT], |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 ############################################################################## | 883 ############################################################################## |
890 ['gcov_coverage', { | 884 ['gcov_coverage', { |
891 # Tests taking too long. | 885 # Tests taking too long. |
892 'array-functions-prototype-misc': [SKIP], | 886 'array-functions-prototype-misc': [SKIP], |
893 | 887 |
894 # Stack overflow. | 888 # Stack overflow. |
895 'big-array-literal': [SKIP], | 889 'big-array-literal': [SKIP], |
896 }], # 'gcov_coverage' | 890 }], # 'gcov_coverage' |
897 | 891 |
898 ] | 892 ] |
OLD | NEW |