OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
594 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 594 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
595 # The failed allocation causes an asan/msan/tsan error | 595 # The failed allocation causes an asan/msan/tsan error |
596 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 596 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
597 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 597 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
598 }], # asan == True or msan == True or tsan == True | 598 }], # asan == True or msan == True or tsan == True |
599 | 599 |
600 ['variant == asm_wasm', { | 600 ['variant == asm_wasm', { |
601 '*': [SKIP], | 601 '*': [SKIP], |
602 }], # variant == asm_wasm | 602 }], # variant == asm_wasm |
603 | 603 |
| 604 ['variant == wasm_traps', { |
| 605 '*': [SKIP], |
| 606 }], # variant == wasm_traps |
604 | 607 |
605 # Module-related tests | 608 # Module-related tests |
606 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 609 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
607 | 610 |
608 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { | 611 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
609 'language/eval-code/direct/export': [SKIP], | 612 'language/eval-code/direct/export': [SKIP], |
610 'language/eval-code/direct/import': [SKIP], | 613 'language/eval-code/direct/import': [SKIP], |
611 'language/eval-code/indirect/export': [SKIP], | 614 'language/eval-code/indirect/export': [SKIP], |
612 'language/eval-code/indirect/import': [SKIP], | 615 'language/eval-code/indirect/import': [SKIP], |
613 'language/module-code/*': [SKIP], | 616 'language/module-code/*': [SKIP], |
(...skipping 11 matching lines...) Expand all Loading... |
625 | 628 |
626 # v8:5487 | 629 # v8:5487 |
627 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], | 630 'language/module-code/namespace/internals/get-own-property-str-found-uninit':
[FAIL], |
628 | 631 |
629 # v8:5401 | 632 # v8:5401 |
630 'language/module-code/namespace/internals/set': [FAIL], | 633 'language/module-code/namespace/internals/set': [FAIL], |
631 'language/module-code/namespace/internals/define-own-property': [FAIL], | 634 'language/module-code/namespace/internals/define-own-property': [FAIL], |
632 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan | 635 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
633 | 636 |
634 ] | 637 ] |
OLD | NEW |