| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 623 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 624 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 624 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 625 }], # asan == True or msan == True or tsan == True | 625 }], # asan == True or msan == True or tsan == True |
| 626 | 626 |
| 627 ['variant == asm_wasm', { | 627 ['variant == asm_wasm', { |
| 628 '*': [SKIP], | 628 '*': [SKIP], |
| 629 }], # variant == asm_wasm | 629 }], # variant == asm_wasm |
| 630 | 630 |
| 631 # Module-related tests | 631 # Module-related tests |
| 632 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 | 632 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 |
| 633 ['variant != ignition', { | 633 ['variant != ignition and variant != ignition_staging and variant != ignition_tu
rbofan', { |
| 634 'language/eval-code/direct/export': [SKIP], | 634 'language/eval-code/direct/export': [SKIP], |
| 635 'language/eval-code/direct/import': [SKIP], | 635 'language/eval-code/direct/import': [SKIP], |
| 636 'language/eval-code/indirect/export': [SKIP], | 636 'language/eval-code/indirect/export': [SKIP], |
| 637 'language/eval-code/indirect/import': [SKIP], | 637 'language/eval-code/indirect/import': [SKIP], |
| 638 'language/module-code/*': [SKIP], | 638 'language/module-code/*': [SKIP], |
| 639 }], # 'variant != ignition' | 639 }], # variant != ignition and variant != ignition_staging and variant != igniti
on_turbofan |
| 640 ['variant == ignition', { | 640 ['variant == ignition or variant == ignition_staging or variant == ignition_turb
ofan', { |
| 641 'language/module-code/comment-*': [SKIP], | 641 'language/module-code/comment-*': [SKIP], |
| 642 'language/module-code/eval-*': [SKIP], | 642 'language/module-code/eval-*': [SKIP], |
| 643 'language/module-code/instn-*': [SKIP], | 643 'language/module-code/instn-*': [SKIP], |
| 644 'language/module-code/namespace/*': [SKIP], | 644 'language/module-code/namespace/*': [SKIP], |
| 645 }], # 'variant == ignition' | 645 }], # variant == ignition or variant == ignition_staging or variant == ignition
_turbofan |
| 646 | 646 |
| 647 ] | 647 ] |
| OLD | NEW |