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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 | 491 |
492 # Requires bigger stack size in the Genesis and if stack size is increased, | 492 # Requires bigger stack size in the Genesis and if stack size is increased, |
493 # the test requires too much time to run. However, the problem test covers | 493 # the test requires too much time to run. However, the problem test covers |
494 # should be platform-independent. | 494 # should be platform-independent. |
495 'regress/regress-1132': [SKIP], | 495 'regress/regress-1132': [SKIP], |
496 | 496 |
497 # Currently always deopt on minus zero | 497 # Currently always deopt on minus zero |
498 'math-floor-of-div-minus-zero': [SKIP], | 498 'math-floor-of-div-minus-zero': [SKIP], |
499 }], # 'arch == mips64el' | 499 }], # 'arch == mips64el' |
500 | 500 |
501 ['arch == mips64el and simulator_run == False', { | |
502 # Random failures on HW, need investigation. | |
503 'debug-*': [SKIP], | |
504 }], | |
505 ############################################################################## | 501 ############################################################################## |
506 ['system == windows', { | 502 ['system == windows', { |
507 # TODO(mstarzinger): Too slow with turbo fan. | 503 # TODO(mstarzinger): Too slow with turbo fan. |
508 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 504 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
509 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], | 505 'math-floor-of-div': [PASS, ['mode == debug', SKIP]], |
510 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], | 506 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], |
511 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], | 507 'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]], |
512 'unicodelctest': [PASS, ['mode == debug', SKIP]], | 508 'unicodelctest': [PASS, ['mode == debug', SKIP]], |
513 | 509 |
514 # BUG(v8:3435) | 510 # BUG(v8:3435) |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 'regress/regress-2653': [SKIP], | 590 'regress/regress-2653': [SKIP], |
595 }], # 'deopt_fuzzer == True' | 591 }], # 'deopt_fuzzer == True' |
596 | 592 |
597 ############################################################################## | 593 ############################################################################## |
598 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 594 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
599 | 595 |
600 # take too long with the simulator. | 596 # take too long with the simulator. |
601 'regress/regress-1132': [SKIP], | 597 'regress/regress-1132': [SKIP], |
602 }], # 'arch == ppc and simulator_run == True' | 598 }], # 'arch == ppc and simulator_run == True' |
603 ] | 599 ] |
OLD | NEW |