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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'math-floor-of-div-minus-zero': [SKIP], | 559 'math-floor-of-div-minus-zero': [SKIP], |
560 }], # 'arch == mipsel or arch == mips' | 560 }], # 'arch == mipsel or arch == mips' |
561 | 561 |
562 ############################################################################## | 562 ############################################################################## |
563 ['arch == mips', { | 563 ['arch == mips', { |
564 # Flaky with TF. | 564 # Flaky with TF. |
565 'mirror-script': [PASS, NO_VARIANTS], | 565 'mirror-script': [PASS, NO_VARIANTS], |
566 }], # 'arch == mips' | 566 }], # 'arch == mips' |
567 | 567 |
568 ############################################################################## | 568 ############################################################################## |
569 ['arch == x87', { | |
570 # Turbofan will hit the known issue that x87 changes sNaN to qNaN by default. | |
571 'regress-undefined-nan': [SKIP], | |
572 }], # 'arch == x87' | |
573 | |
574 ############################################################################## | |
575 ['arch == mips64el or arch == mips64', { | 569 ['arch == mips64el or arch == mips64', { |
576 | 570 |
577 # Slow tests which times out in debug mode. | 571 # Slow tests which times out in debug mode. |
578 'try': [PASS, ['mode == debug', SKIP]], | 572 'try': [PASS, ['mode == debug', SKIP]], |
579 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 573 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
580 'array-constructor': [PASS, ['mode == debug', SKIP]], | 574 'array-constructor': [PASS, ['mode == debug', SKIP]], |
581 | 575 |
582 # Times out often in release mode on MIPS. | 576 # Times out often in release mode on MIPS. |
583 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], | 577 'compiler/regress-stacktrace-methods': [PASS, PASS, ['mode == release', TIMEOU
T]], |
584 'array-splice': [PASS, TIMEOUT], | 578 'array-splice': [PASS, TIMEOUT], |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 'd8-worker-sharedarraybuffer': [SKIP], | 714 'd8-worker-sharedarraybuffer': [SKIP], |
721 }], # 'predictable == True' | 715 }], # 'predictable == True' |
722 | 716 |
723 ############################################################################## | 717 ############################################################################## |
724 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 718 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
725 | 719 |
726 # take too long with the simulator. | 720 # take too long with the simulator. |
727 'regress/regress-1132': [SKIP], | 721 'regress/regress-1132': [SKIP], |
728 }], # 'arch == ppc and simulator_run == True' | 722 }], # 'arch == ppc and simulator_run == True' |
729 ] | 723 ] |
OLD | NEW |