Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: test/test262/test262.status

Issue 2397733002: [interpreter] Module tests in all Ignition variants. (Closed)
Patch Set: Rebased. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698