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

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

Issue 2451153002: [modules] Improve error messages. (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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/message/modules-undefined-export2.out ('k') | test/mjsunit/modules-fail-1.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
11 # with the distribution. 11 # with the distribution.
12 # * Neither the name of Google Inc. nor the names of its 12 # * Neither the name of Google Inc. nor the names of its
13 # contributors may be used to endorse or promote products derived 13 # contributors may be used to endorse or promote products derived
14 # from this software without specific prior written permission. 14 # from this software without specific prior written permission.
15 # 15 #
16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 16 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 17 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 19 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 20 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 21 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 [ 28 [
29 [ALWAYS, { 29 [ALWAYS, {
30 # Modules which are only meant to be imported from by other tests, not to be
31 # tested standalone.
32 'modules-skip*': [SKIP],
33
30 # All tests in the bug directory are expected to fail. 34 # All tests in the bug directory are expected to fail.
31 'bugs/*': [FAIL], 35 'bugs/*': [FAIL],
32 36
33 ############################################################################## 37 ##############################################################################
34 # Fails. 38 # Fails.
35 'regress/regress-1119': [FAIL], 39 'regress/regress-1119': [FAIL],
36 40
37 # Issue 1719: Slow to collect arrays over several contexts. 41 # Issue 1719: Slow to collect arrays over several contexts.
38 'regress/regress-524': [SKIP], 42 'regress/regress-524': [SKIP],
39 # When that bug is fixed, revert the expectation to: 43 # When that bug is fixed, revert the expectation to:
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'compiler/osr-nested': [SKIP], 748 'compiler/osr-nested': [SKIP],
745 'regress/regress-298269': [SKIP], 749 'regress/regress-298269': [SKIP],
746 'regress/regress-crbug-319860': [SKIP], 750 'regress/regress-crbug-319860': [SKIP],
747 'regress/regress-deep-proto': [SKIP], 751 'regress/regress-deep-proto': [SKIP],
748 'try': [SKIP], 752 'try': [SKIP],
749 # Too slow for interpreter and msan. 753 # Too slow for interpreter and msan.
750 'es6/tail-call-megatest*': [SKIP], 754 'es6/tail-call-megatest*': [SKIP],
751 }], # variant == ignition_turbofan and msan 755 }], # variant == ignition_turbofan and msan
752 756
753 ############################################################################## 757 ##############################################################################
754 ['variant == ignition or variant == ignition_staging or variant == ignition_turb ofan', {
755 # Modules for which execution must fail (e.g. because of unresolved imports).
756 # Eventually we should test for the precise error message, but for now we only
757 # ensure that there is an error.
758 'modules-fail*': [FAIL],
759
760 # Modules which are only meant to be imported from by other tests, not to be
761 # tested standalone.
762 'modules-skip*': [SKIP],
763 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
764
765 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', { 758 ['variant != ignition and variant != ignition_staging and variant != ignition_tu rbofan', {
766 # Ongoing implementation of modules. 759 # Ongoing implementation of modules.
767 # https://bugs.chromium.org/p/v8/issues/detail?id=1569 760 # https://bugs.chromium.org/p/v8/issues/detail?id=1569
768 'modules-*': [SKIP], 761 'modules-*': [SKIP],
769 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan 762 }], # variant != ignition and variant != ignition_staging and variant != igniti on_turbofan
770 763
771 ############################################################################## 764 ##############################################################################
772 ['gcov_coverage', { 765 ['gcov_coverage', {
773 # Tests taking too long. 766 # Tests taking too long.
774 'array-functions-prototype-misc': [SKIP], 767 'array-functions-prototype-misc': [SKIP],
(...skipping 21 matching lines...) Expand all
796 'lithium/*': [SKIP], 789 'lithium/*': [SKIP],
797 'third_party/*': [SKIP], 790 'third_party/*': [SKIP],
798 'tools/*': [SKIP], 791 'tools/*': [SKIP],
799 'apply': [SKIP], 792 'apply': [SKIP],
800 'math-*': [SKIP], 793 'math-*': [SKIP],
801 'unicode-test': [SKIP], 794 'unicode-test': [SKIP],
802 'whitespaces': [SKIP], 795 'whitespaces': [SKIP],
803 }], # variant == asm_wasm 796 }], # variant == asm_wasm
804 797
805 ] 798 ]
OLDNEW
« no previous file with comments | « test/message/modules-undefined-export2.out ('k') | test/mjsunit/modules-fail-1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698