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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 # These tests fail occasionally on the buildbots because they consume | 409 # These tests fail occasionally on the buildbots because they consume |
410 # a large amount of memory if executed in parallel. Therefore we | 410 # a large amount of memory if executed in parallel. Therefore we |
411 # run only a single instance of these tests | 411 # run only a single instance of these tests |
412 'regress/regress-crbug-514081': [PASS, NO_VARIANTS], | 412 'regress/regress-crbug-514081': [PASS, NO_VARIANTS], |
413 'regress/regress-599717': [PASS, NO_VARIANTS], | 413 'regress/regress-599717': [PASS, NO_VARIANTS], |
414 'regress/regress-599414-array-concat-fast-path': [PASS, NO_VARIANTS], | 414 'regress/regress-599414-array-concat-fast-path': [PASS, NO_VARIANTS], |
415 'array-functions-prototype-misc': [PASS, NO_VARIANTS], | 415 'array-functions-prototype-misc': [PASS, NO_VARIANTS], |
416 }], # 'arch == mipsel or arch == mips or arch == mips64el or arch == mips64' | 416 }], # 'arch == mipsel or arch == mips or arch == mips64el or arch == mips64' |
417 | 417 |
418 ############################################################################## | 418 ############################################################################## |
| 419 ['arch == mipsel or arch == mips or arch == mips64el or arch == mips64', { |
| 420 # These tests fail because qNaN and sNaN values are encoded differently on |
| 421 # MIPS and ARM/x86 architectures |
| 422 'wasm/float-constant-folding': [SKIP], |
| 423 }], |
| 424 |
| 425 ############################################################################## |
419 ['arch == mipsel or arch == mips', { | 426 ['arch == mipsel or arch == mips', { |
420 | 427 |
421 # Slow tests which times out in debug mode. | 428 # Slow tests which times out in debug mode. |
422 'try': [PASS, ['mode == debug', SKIP]], | 429 'try': [PASS, ['mode == debug', SKIP]], |
423 'array-constructor': [PASS, ['mode == debug', SKIP]], | 430 'array-constructor': [PASS, ['mode == debug', SKIP]], |
424 | 431 |
425 # Times out often in release mode on MIPS. | 432 # Times out often in release mode on MIPS. |
426 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], | 433 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', TIMEOUT]], |
427 'array-splice': [PASS, TIMEOUT], | 434 'array-splice': [PASS, TIMEOUT], |
428 | 435 |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'lithium/*': [SKIP], | 648 'lithium/*': [SKIP], |
642 'third_party/*': [SKIP], | 649 'third_party/*': [SKIP], |
643 'tools/*': [SKIP], | 650 'tools/*': [SKIP], |
644 'apply': [SKIP], | 651 'apply': [SKIP], |
645 'math-*': [SKIP], | 652 'math-*': [SKIP], |
646 'unicode-test': [SKIP], | 653 'unicode-test': [SKIP], |
647 'whitespaces': [SKIP], | 654 'whitespaces': [SKIP], |
648 }], # variant == wasm_traps | 655 }], # variant == wasm_traps |
649 | 656 |
650 ] | 657 ] |
OLD | NEW |