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

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

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « test/test262/README ('k') | test/test262/testcfg.py » ('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 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 11 matching lines...) Expand all
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 ############################### BUGS ################################### 30 ############################### BUGS ###################################
31 31
32 # Sequencing of getter side effects on receiver and argument properties
33 # is wrong. The receiver callback should be called before any arguments
34 # are evaluated.
35 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=691
36 '11.2.3-3_3': [FAIL],
37
38 '15.5.4.9_CE': [['no_i18n', SKIP]], 32 '15.5.4.9_CE': [['no_i18n', SKIP]],
39 33
40 ######################## NEEDS INVESTIGATION ########################### 34 ######################## NEEDS INVESTIGATION ###########################
41 35
42 # These test failures are specific to the intl402 suite and need investigation 36 # These test failures are specific to the intl402 suite and need investigation
43 # to be either marked as bugs with issues filed for them or as deliberate 37 # to be either marked as bugs with issues filed for them or as deliberate
44 # incompatibilities if the test cases turn out to be broken or ambiguous. 38 # incompatibilities if the test cases turn out to be broken or ambiguous.
45 '6.2.3': [FAIL], 39 '6.2.3': [FAIL],
46 '9.2.1_2': [FAIL], 40 '9.2.1_2': [FAIL],
47 '9.2.5_11_g_ii_2': [FAIL], 41 '9.2.5_11_g_ii_2': [FAIL],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'S15.9.3.1_A5_T5': [PASS, FAIL_OK], 92 'S15.9.3.1_A5_T5': [PASS, FAIL_OK],
99 'S15.9.3.1_A5_T6': [PASS, FAIL_OK], 93 'S15.9.3.1_A5_T6': [PASS, FAIL_OK],
100 94
101 ############################ SKIPPED TESTS ############################# 95 ############################ SKIPPED TESTS #############################
102 96
103 # These tests take a looong time to run in debug mode. 97 # These tests take a looong time to run in debug mode.
104 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]], 98 'S15.1.3.1_A2.5_T1': [PASS, ['mode == debug', SKIP]],
105 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]], 99 'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
106 }], # ALWAYS 100 }], # ALWAYS
107 101
108 ['arch == arm or arch == mipsel', { 102 ['arch == arm or arch == mipsel or arch == a64', {
109 103
110 # TODO(mstarzinger): Causes stack overflow on simulators due to eager 104 # TODO(mstarzinger): Causes stack overflow on simulators due to eager
111 # compilation of parenthesized function literals. Needs investigation. 105 # compilation of parenthesized function literals. Needs investigation.
112 'S13.2.1_A1_T1': [SKIP], 106 'S13.2.1_A1_T1': [SKIP],
113 107
114 # BUG(3251225): Tests that timeout with --nocrankshaft. 108 # BUG(3251225): Tests that timeout with --nocrankshaft.
115 'S15.1.3.1_A2.4_T1': [SKIP], 109 'S15.1.3.1_A2.4_T1': [SKIP],
116 'S15.1.3.1_A2.5_T1': [SKIP], 110 'S15.1.3.1_A2.5_T1': [SKIP],
117 'S15.1.3.2_A2.4_T1': [SKIP], 111 'S15.1.3.2_A2.4_T1': [SKIP],
118 'S15.1.3.2_A2.5_T1': [SKIP], 112 'S15.1.3.2_A2.5_T1': [SKIP],
119 'S15.1.3.3_A2.3_T1': [SKIP], 113 'S15.1.3.3_A2.3_T1': [SKIP],
120 'S15.1.3.4_A2.3_T1': [SKIP], 114 'S15.1.3.4_A2.3_T1': [SKIP],
121 }], # 'arch == arm or arch == mipsel' 115 }], # 'arch == arm or arch == mipsel or arch == a64'
122 ] 116 ]
OLDNEW
« no previous file with comments | « test/test262/README ('k') | test/test262/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698