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

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 10540023: Update co19 to revision 290. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated dartc status Created 8 years, 6 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 | « dart/tests/co19/co19-compiler.status ('k') | dart/tests/co19/co19-runtime.status » ('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 (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
11 # These classes have been removed, co19 issue 79.
12 [ $compiler == dart2js && $runtime == d8 ]
13 LibTest/core/Dispatcher/*: Fail, OK
14 LibTest/core/Proxy/*: Fail, OK
15 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
16 LibTest/core/List/every_A03_t01: Fail, OK 12 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
17 LibTest/core/List/filter_A03_t01: Fail, OK 13 Language/10_Expressions/09_This_A03_t04: Crash
18 LibTest/core/List/some_A03_t01: Fail, OK 14 Language/11_Statements/05_For_A01_t13: Crash
19 LibTest/core/Promise/*: Fail, OK 15
16 LibTest/core/Future/chain_A01_t07: Fail # TODO(ahe): Please triage this failure.
17 LibTest/core/Future/transform_A01_t06: Fail # TODO(ahe): Please triage this fail ure.
20 18
21 19
22 # missing #import("dart:isolate"), co19 issue 80 20 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
23 LibTest/core/Isolate/*: Fail, OK 21 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
24 LibTest/core/SendPort/*: Fail, OK 22 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
25 LibTest/core/ReceivePort/*: Fail, OK 23 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
24 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
25 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
26 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
27 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
28 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
29 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
30 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
31 Language/05_Variables/05_Variables_A05_t03: Fail # Compile-time error: error: no t a compile-time constant
32 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t01: Fail # Compile-time error: error: not a compile-time constant
33 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t02: Fail # Compile-time error: error: not a compile-time constant
34 Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t03: Fail # Compile-time error: error: not a compile-time constant
35 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error: not a compile-time constant
36 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error: not a compile-time constant
37 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error: not a compile-time constant
38 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error: not a compile-time constant
39 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error: not a compile-time constant
40 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err or: error: not a compile-time constant
41 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err or: error: not a compile-time constant
42 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err or: error: not a compile-time constant
43 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c ompile-time constant
44 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c ompile-time constant
45 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c ompile-time constant
46 Language/05_Variables/05_Variables_A01_t01: Fail # Compile-time error: expected '(', but got '='
47 Language/05_Variables/05_Variables_A04_t09: Fail # Compile-time error: expected '(', but got 'pi'
48 Language/10_Expressions/28_Identifier_Reference_A08_t37: Fail # Compile-time err or: expected ';', but got ':'
49 Language/10_Expressions/28_Identifier_Reference_A08_t38: Fail # Compile-time err or: expected ';', but got ':'
50 Language/10_Expressions/28_Identifier_Reference_A08_t40: Fail # Compile-time err or: expected ';', but got ':'
51 Language/10_Expressions/28_Identifier_Reference_A08_t41: Fail # Compile-time err or: expected ';', but got ':'
52 Language/10_Expressions/28_Identifier_Reference_A08_t42: Fail # Compile-time err or: expected ';', but got ':'
53 Language/10_Expressions/28_Identifier_Reference_A08_t43: Fail # Compile-time err or: expected ';', but got ':'
54 Language/10_Expressions/28_Identifier_Reference_A08_t44: Fail # Compile-time err or: expected ';', but got ':'
55 Language/10_Expressions/28_Identifier_Reference_A08_t45: Fail # Compile-time err or: expected ';', but got ':'
56 Language/10_Expressions/28_Identifier_Reference_A08_t46: Fail # Compile-time err or: expected ';', but got ':'
57 Language/10_Expressions/28_Identifier_Reference_A08_t47: Fail # Compile-time err or: expected ';', but got ':'
58 Language/10_Expressions/28_Identifier_Reference_A08_t48: Fail # Compile-time err or: expected ';', but got ':'
59 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Compile-t ime error: expected an expression, but got '&&'
60 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # Compile-time error: expected identifier, but got '!'
61 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # Compile-time error: unexpected token '('
62 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err or: unexpected token ';'
63 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err or: unexpected token ';'
64 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok en 'const'
65 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals'
66 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals'
67 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec ted token 'equals'
68 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect ed token 'equals'
69 Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpect ed token 'equals'
70 Language/10_Expressions/20_Equality_A02_t04: Fail # Compile-time error: unexpect ed token 'equals'
71 Language/10_Expressions/20_Equality_A03_t01: Fail # Compile-time error: unexpect ed token 'equals'
72 Language/10_Expressions/20_Equality_A03_t02: Fail # Compile-time error: unexpect ed token 'equals'
73 Language/10_Expressions/20_Equality_A03_t03: Fail # Compile-time error: unexpect ed token 'equals'
74 LibTest/core/Futures/wait_A01_t02: Fail # Runtime error: 1
75 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Runtime error: Expect.e quals(expected: <1.2>, actual: <1.1>) fails.
76 Language/10_Expressions/16_Assignment_A05_t05: Fail # Runtime error: Expect.fail ('Method noSuchMethod() was not properly executed!')
77 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t07: Fail # Runtime error: Expect.fail('NoSuchMethodException expected.')
78 LibTest/core/Future/chain_A03_t01: Fail # Runtime error: Expect.fail('exception handler should not be called')
79 LibTest/core/Future/transform_A03_t01: Fail # Runtime error: Expect.fail('except ion handler should not be called')
80 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic al(expected: <abyr, abyr
81 Language/09_Generics/09_Generics_A04_t04: Fail # Runtime error: Expect.isFalse(t rue, 'Using malformed type in a type test expression should result in a run-time error!') fails.
82 LibTest/core/Expect/throws_A01_t03: Fail # Runtime error: Expect.isTrue(false) f ails.
83 Language/11_Statements/08_Switch_A02_t01: Fail # Runtime error: Expect.throws() fails
84 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw s() fails
85 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail # Runtime error: NoSuchMethodException : method not found: '$call'
86 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Runtime error: NoSu chMethodException : method not found: 'get g3tt3r'
87 Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail # Runtime error: NoSu chMethodException : method not found: 'get v'
88 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail # Runtime error: NoSuchMethodException : method not found: 'm'
89 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Runtime error: NoSuchMethodException : method not found: 'm'
90 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail # Runtime error: NoSuchMethodException : method not found: 'nonExistingMethod'
91 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Runtime error: NoSuchMethodException : method not found: 'nonExistingMethod'
92 Language/10_Expressions/16_Assignment_A08_t04: Fail # Runtime error: NoSuchMetho dException : method not found: 'operator$indexSet'
93 Language/10_Expressions/16_Assignment_A05_t04: Fail # Runtime error: NoSuchMetho dException : method not found: 'set nonExistingSetter'
94 Language/10_Expressions/16_Assignment_A05_t02: Fail # Runtime error: NoSuchMetho dException : method not found: 'set setter'
95 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined
96 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined
97 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
98 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
99 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
100 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
101 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
102 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
103 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
104 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
105 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
106 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
107 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined
108 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined
109 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined
110 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail # Runtime error: TypeError: Cannot call method 'receive$1' of undefined
111 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail # Runtime error: TypeError: Cannot call method 'receive$1' of undefined
112 LibTest/isolate/Isolate/spawn_A01_t01: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
113 LibTest/isolate/Isolate/spawn_A01_t02: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
114 LibTest/isolate/Isolate/spawn_A01_t04: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
115 LibTest/isolate/Isolate/spawn_A01_t05: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
116 LibTest/isolate/Isolate/spawn_A01_t06: Fail # Runtime error: TypeError: Cannot c all method 'receive$1' of undefined
117 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2'
118 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0'
119 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
120 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
121 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
122 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
123 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
124 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
125 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
126 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
127 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
128 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
129 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned.
130 LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned.
131 LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: UnsupportedOperatio nException: only top-level functions can be spawned.
132 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
133 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
134 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
135 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
136 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
137 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Runtime error: Unsuppo rtedOperationException: only top-level functions can be spawned.
26 138
27 [ $compiler == dart2js ]
28 139
29 # The following tests use the deprecated Date interface. 140 # The following tests use the deprecated Date interface.
30 LibTest/core/Date/Date_A02_t01: Fail 141 LibTest/core/Date/Date_A02_t01: Fail, OK
31 LibTest/core/Date/Date.now_A02_t01: Fail 142 LibTest/core/Date/Date.now_A02_t01: Fail, OK
32 LibTest/core/Date/add_A04_t01: Fail 143 LibTest/core/Date/add_A04_t01: Fail, OK
33 LibTest/core/Date/value_A01_t02: Skip 144 LibTest/core/Date/value_A01_t02: Skip
34 LibTest/core/Date/value_A02_t01: Skip 145 LibTest/core/Date/value_A02_t01: Skip
35 LibTest/core/Date/isLocalTime_A01_t01: Fail 146 LibTest/core/Date/isLocalTime_A01_t01: Fail, OK
36 LibTest/core/Date/toString_A02_t01: Skip 147 LibTest/core/Date/toString_A02_t01: Skip
37 LibTest/core/Date/Date.fromString_A01_t03: Fail 148 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK
38 LibTest/core/Date/changeTimeZone_A01_t01: Skip 149 LibTest/core/Date/changeTimeZone_A01_t01: Skip
39 LibTest/core/Date/changeTimeZone_A02_t01: Fail 150 LibTest/core/Date/changeTimeZone_A02_t01: Fail, OK
40 LibTest/core/Date/changeTimeZone_A03_t01: Fail 151 LibTest/core/Date/changeTimeZone_A03_t01: Fail, OK
41 LibTest/core/Date/changeTimeZone_A04_t01: Skip 152 LibTest/core/Date/changeTimeZone_A04_t01: Skip
42 LibTest/core/Date/changeTimeZone_A05_t01: Fail 153 LibTest/core/Date/changeTimeZone_A05_t01: Fail, OK
43 LibTest/core/Date/isUtc_A01_t01: Fail 154 LibTest/core/Date/isUtc_A01_t01: Fail, OK
44 LibTest/core/Date/timeZone_A01_t01: Skip 155 LibTest/core/Date/timeZone_A01_t01: Skip
45 LibTest/core/Date/timeZone_A01_t02: Fail 156 LibTest/core/Date/timeZone_A01_t02: Fail, OK
46 LibTest/core/Date/timeZone_A01_t03: Fail 157 LibTest/core/Date/timeZone_A01_t03: Fail, OK
47 LibTest/core/Date/difference_A01_t01: Skip 158 LibTest/core/Date/difference_A01_t01: Skip
48 LibTest/core/Date/difference_A01_t02: Skip 159 LibTest/core/Date/difference_A01_t02: Skip
49 LibTest/core/Date/subtract_A04_t01: Fail 160 LibTest/core/Date/subtract_A04_t01: Fail, OK
50 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail 161 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail, OK
51 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail 162 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, OK
52 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip 163 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip
53 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip 164 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip
54 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip 165 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip
55 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip 166 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip
56 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip 167 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip
57 168
58 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip 169 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip
59 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip 170 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip
60 171
61 172
62 [ $compiler == dart2js && $checked ] 173 [ $compiler == dart2js && $checked ]
63 # Leg does not support checked mode yet. 174 # Leg does not support checked mode yet.
64 *: Skip 175 *: Skip
65 176
66 177
67 [ $compiler == dart2js && $browser ] 178 [ $compiler == dart2js && $browser ]
68 *: Skip 179 *: Skip
69 180
70 181
71 # 182 #
72 # Issues with co19 test suite. 183 # Issues with co19 test suite.
73 # 184 #
74 # If you add anything here, either file a bug against the Dart 185 # If you add anything here, either file a bug against the Dart
75 # langauge specification, co19 test suite, or add a comment that ahe@ 186 # langauge specification, co19 test suite, or add a comment that ahe@
76 # can understand so he can file a bug later. 187 # can understand so he can file a bug later.
77 # 188 #
78 [ $compiler == dart2js ] 189 [ $compiler == dart2js ]
79 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant.
80 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 190 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
81 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 191 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
82 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 192 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
83 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 193 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
84 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 194 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
85 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 195 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
86 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 196 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
87 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 197 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
88 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 198 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
89 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 199 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
90 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259. 200 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259.
91 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259. 201 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259.
92 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259. 202 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259.
93 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail, OK # Dart issue 2259.
94 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 203 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
95 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 204 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
96 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 205 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
97 206
98 [ $compiler == dart2js && $runtime == d8 ] 207 [ $compiler == dart2js && $runtime == d8 ]
99 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 208 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
100 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
101 210
102 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 211 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
103 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 212 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
104 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate 213 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv e type Isolate
105 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail, OK # Assumes super scope comes before library scope.
106 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 214 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
107 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 215 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
108 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 216 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
109 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. 217 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom.
110 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92.
111 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92.
112 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92.
113 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 218 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
114 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. 219 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le.
115 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 220 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
116 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 221 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
117 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 222 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
118 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 223 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
119 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 224 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
120 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 225 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
121 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 92.
122 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 92.
123 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 92.
124 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 92.
125 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 92.
126 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 226 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
127 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92.
128 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 92.
129 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
130 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor. 228 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons tructor.
131 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor. 229 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons tructor.
132 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 230 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
133 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 231 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
134 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. 232 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
135 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. 233 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int.
136 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. 234 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int.
137 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. 235 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int.
138 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 236 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 281 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
184 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 282 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
185 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error: visitIs for typedefs not implemented 283 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error: visitIs for typedefs not implemented
186 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error: visitIs for typedefs not implemented 284 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error: visitIs for typedefs not implemented
187 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error: visitIs for typedefs not implemented 285 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error: visitIs for typedefs not implemented
188 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error: visitIs for typedefs not implemented 286 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error: visitIs for typedefs not implemented
189 287
190 288
191 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 289 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
192 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 290 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
193 Language/03_Overview/1_Scoping_A02_t13: Fail # duplicate definition of x=0
194 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 291 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
195 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 292 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
196 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 293 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
197 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 294 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
198 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef. 295 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera tor-is with typedef.
199 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 296 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
200 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 297 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
201 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 298 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
202 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 299 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
203 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. 300 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails.
(...skipping 29 matching lines...) Expand all
233 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs. 330 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs.
234 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs. 331 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs.
235 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs. 332 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs.
236 333
237 334
238 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 335 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
239 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 336 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
240 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 337 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
241 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 338 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
242 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 339 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
243 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
244 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 340 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
245 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r 341 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
246 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r 342 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
247 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 343 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
248 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented 344 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
249 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. 345 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
250 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 346 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
251 347
252 [ $compiler == dart2js && $runtime == d8 ] 348 [ $compiler == dart2js && $runtime == d8 ]
253 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
254 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 349 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
255 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 350 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
256 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 351 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
257 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 352 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
258 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. 353 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails.
259 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 354 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
260 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) 355 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.)
261 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected') 356 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept ion is expected')
262 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. 357 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails.
263 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' 358 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group'
264 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') 359 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected')
265 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') 360 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected')
266 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') 361 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected')
267 Language/10_Expressions/01_Constants_A10_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
268 362
269 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. 363 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization.
270 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. 364 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization.
271 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' 365 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call'
272 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
273 Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuc hMethod.
274 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. 366 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
275 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization. 367 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization.
276 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-' 368 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # NoSuchMethodExcepti on : method not found: '-'
277 369
278 [ $compiler == dart2js && $runtime == none ]
279 Language/12_Libraries_and_Scripts/3_Scripts_A03_t01: Fail # TODO(ahe): Please tr iage
280 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # TODO(ahe): Please tr iage
281
282
283 # 370 #
284 # The following tests may be broken, but require further review. 371 # The following tests may be broken, but require further review.
285 # 372 #
286 [ $compiler == dart2js && $runtime == d8 ] 373 [ $compiler == dart2js && $runtime == d8 ]
287 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 374 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
288 375
289 376
290 # 377 #
291 # The following tests are all semantic tests that we can rely on dartc 378 # The following tests are all semantic tests that we can rely on dartc
292 # catching for now. 379 # catching for now.
(...skipping 13 matching lines...) Expand all
306 Language/03_Overview/1_Scoping_A01_t46: Fail, OK # @compile-error 393 Language/03_Overview/1_Scoping_A01_t46: Fail, OK # @compile-error
307 Language/03_Overview/1_Scoping_A02_t10: Fail, OK # @compile-error 394 Language/03_Overview/1_Scoping_A02_t10: Fail, OK # @compile-error
308 Language/03_Overview/1_Scoping_A03_t05: Fail, OK # @compile-error 395 Language/03_Overview/1_Scoping_A03_t05: Fail, OK # @compile-error
309 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # @compile-error 396 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # @compile-error
310 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # @compile-error 397 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # @compile-error
311 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # @compile-error 398 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # @compile-error
312 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # @compile-error 399 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # @compile-error
313 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error 400 Language/05_Variables/05_Variables_A01_t04: Fail, OK # @compile-error
314 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error 401 Language/05_Variables/05_Variables_A01_t05: Fail, OK # @compile-error
315 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error 402 Language/05_Variables/05_Variables_A01_t08: Fail, OK # @compile-error
403 Language/05_Variables/05_Variables_A01_t15: Fail, OK # @compile-error
316 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error 404 Language/05_Variables/05_Variables_A03_t01: Fail, OK # @compile-error
317 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error 405 Language/05_Variables/05_Variables_A03_t02: Fail, OK # @compile-error
318 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error 406 Language/05_Variables/05_Variables_A03_t03: Fail, OK # @compile-error
319 Language/05_Variables/05_Variables_A03_t04: Fail, OK # @compile-error 407 Language/05_Variables/05_Variables_A03_t04: Fail, OK # @compile-error
320 Language/05_Variables/05_Variables_A03_t05: Fail, OK # @compile-error 408 Language/05_Variables/05_Variables_A03_t05: Fail, OK # @compile-error
321 Language/05_Variables/05_Variables_A03_t06: Fail, OK # @compile-error 409 Language/05_Variables/05_Variables_A03_t06: Fail, OK # @compile-error
322 Language/05_Variables/05_Variables_A03_t07: Fail, OK # @compile-error 410 Language/05_Variables/05_Variables_A03_t07: Fail, OK # @compile-error
323 Language/05_Variables/05_Variables_A03_t08: Fail, OK # @compile-error 411 Language/05_Variables/05_Variables_A03_t08: Fail, OK # @compile-error
412 Language/05_Variables/05_Variables_A03_t10: Fail, OK # @compile-error
413 Language/05_Variables/05_Variables_A04_t03: Fail, OK # @compile-error
414 Language/05_Variables/05_Variables_A04_t04: Fail, OK # @compile-error
415 Language/05_Variables/05_Variables_A04_t07: Fail, OK # @compile-error
416 Language/05_Variables/05_Variables_A04_t08: Fail, OK # @compile-error
417 Language/05_Variables/05_Variables_A04_t10: Fail, OK # @compile-error
324 Language/05_Variables/05_Variables_A05_t01: Fail, OK # @compile-error 418 Language/05_Variables/05_Variables_A05_t01: Fail, OK # @compile-error
325 Language/05_Variables/05_Variables_A05_t04: Fail, OK # @compile-error 419 Language/05_Variables/05_Variables_A08_t01: Fail, OK # @compile-error
326 Language/05_Variables/05_Variables_A07_t01: Fail, OK # @compile-error 420 Language/05_Variables/05_Variables_A08_t02: Fail, OK # @compile-error
327 Language/05_Variables/05_Variables_A07_t02: Fail, OK # @compile-error 421 Language/05_Variables/05_Variables_A08_t03: Fail, OK # @compile-error
422 Language/05_Variables/05_Variables_A08_t04: Fail, OK # @compile-error
423 Language/05_Variables/05_Variables_A08_t05: Fail, OK # @compile-error
424 Language/05_Variables/05_Variables_A08_t06: Fail, OK # @compile-error
425 Language/05_Variables/05_Variables_A08_t07: Fail, OK # @compile-error
328 Language/06_Functions/06_Functions_A01_t23: Fail, OK # @compile-error 426 Language/06_Functions/06_Functions_A01_t23: Fail, OK # @compile-error
329 Language/06_Functions/1_Function_Declaration_A01_t01: Fail, OK # @compile-error 427 Language/06_Functions/1_Function_Declaration_A01_t01: Fail, OK # @compile-error
330 Language/06_Functions/1_Function_Declaration_A02_t02: Fail, OK # @compile-error 428 Language/06_Functions/1_Function_Declaration_A02_t02: Fail, OK # @compile-error
331 Language/06_Functions/1_Function_Declaration_A03_t02: Fail, OK # @compile-error 429 Language/06_Functions/1_Function_Declaration_A03_t02: Fail, OK # @compile-error
430 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t03: Fail, OK # @compile-error
332 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t04: Fail, OK # @compile-error 431 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t04: Fail, OK # @compile-error
432 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t05: Fail, OK # @compile-error
433 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t06: Fail, OK # @compile-error
434 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t07: Fail, OK # @compile-error
435 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t06: Fail , OK # @compile-error
436 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t07: Fail , OK # @compile-error
333 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail , OK # @compile-error 437 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail , OK # @compile-error
438 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t02: Fail , OK # @compile-error
439 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail, OK # @compile-error
440 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail, OK # @compile-error
441 Language/06_Functions/2_Formal_Parameters_A02_t03: Fail, OK # @compile-error
442 Language/06_Functions/2_Formal_Parameters_A02_t04: Fail, OK # @compile-error
334 Language/07_Classes/07_Classes_A02_t02: Fail, OK # @compile-error 443 Language/07_Classes/07_Classes_A02_t02: Fail, OK # @compile-error
335 Language/07_Classes/07_Classes_A02_t04: Fail, OK # @compile-error 444 Language/07_Classes/07_Classes_A02_t04: Fail, OK # @compile-error
336 Language/07_Classes/07_Classes_A02_t05: Fail, OK # @compile-error 445 Language/07_Classes/07_Classes_A02_t05: Fail, OK # @compile-error
337 Language/07_Classes/07_Classes_A02_t07: Fail, OK # @compile-error 446 Language/07_Classes/07_Classes_A02_t07: Fail, OK # @compile-error
338 Language/07_Classes/07_Classes_A02_t09: Fail, OK # @compile-error 447 Language/07_Classes/07_Classes_A02_t09: Fail, OK # @compile-error
339 Language/07_Classes/07_Classes_A02_t10: Fail, OK # @compile-error 448 Language/07_Classes/07_Classes_A02_t10: Fail, OK # @compile-error
340 Language/07_Classes/07_Classes_A02_t11: Fail, OK # @compile-error 449 Language/07_Classes/07_Classes_A02_t11: Fail, OK # @compile-error
450 Language/07_Classes/07_Classes_A02_t25: Fail, OK # @compile-error
451 Language/07_Classes/07_Classes_A02_t26: Fail, OK # @compile-error
452 Language/07_Classes/07_Classes_A02_t27: Fail, OK # @compile-error
453 Language/07_Classes/07_Classes_A02_t28: Fail, OK # @compile-error
454 Language/07_Classes/07_Classes_A02_t29: Fail, OK # @compile-error
455 Language/07_Classes/07_Classes_A02_t31: Fail, OK # @compile-error
456 Language/07_Classes/07_Classes_A02_t33: Fail, OK # @compile-error
341 Language/07_Classes/07_Classes_A03_t02: Fail, OK # @compile-error 457 Language/07_Classes/07_Classes_A03_t02: Fail, OK # @compile-error
342 Language/07_Classes/07_Classes_A03_t03: Fail, OK # @compile-error 458 Language/07_Classes/07_Classes_A03_t03: Fail, OK # @compile-error
343 Language/07_Classes/07_Classes_A03_t04: Fail, OK # @compile-error 459 Language/07_Classes/07_Classes_A03_t04: Fail, OK # @compile-error
344 Language/07_Classes/07_Classes_A03_t05: Fail, OK # @compile-error 460 Language/07_Classes/07_Classes_A03_t05: Fail, OK # @compile-error
345 Language/07_Classes/07_Classes_A03_t06: Fail, OK # @compile-error 461 Language/07_Classes/07_Classes_A03_t06: Fail, OK # @compile-error
346 Language/07_Classes/07_Classes_A03_t07: Fail, OK # @compile-error 462 Language/07_Classes/07_Classes_A03_t07: Fail, OK # @compile-error
347 Language/07_Classes/07_Classes_A03_t08: Fail, OK # @compile-error 463 Language/07_Classes/07_Classes_A03_t08: Fail, OK # @compile-error
348 Language/07_Classes/07_Classes_A03_t09: Fail, OK # @compile-error 464 Language/07_Classes/07_Classes_A03_t09: Fail, OK # @compile-error
349 Language/07_Classes/07_Classes_A04_t18: Fail, OK # @compile-error 465 Language/07_Classes/07_Classes_A04_t18: Fail, OK # @compile-error
466 Language/07_Classes/07_Classes_A04_t19: Fail, OK # @compile-error
467 Language/07_Classes/07_Classes_A04_t20: Fail, OK # @compile-error
468 Language/07_Classes/07_Classes_A04_t21: Fail, OK # @compile-error
469 Language/07_Classes/07_Classes_A04_t22: Fail, OK # @compile-error
470 Language/07_Classes/07_Classes_A04_t23: Fail, OK # @compile-error
471 Language/07_Classes/07_Classes_A04_t24: Fail, OK # @compile-error
472 Language/07_Classes/07_Classes_A04_t25: Fail, OK # @compile-error
350 Language/07_Classes/07_Classes_A07_t01: Fail, OK # @compile-error 473 Language/07_Classes/07_Classes_A07_t01: Fail, OK # @compile-error
351 Language/07_Classes/07_Classes_A07_t04: Fail, OK # @compile-error 474 Language/07_Classes/07_Classes_A07_t04: Fail, OK # @compile-error
352 Language/07_Classes/07_Classes_A07_t07: Fail, OK # @compile-error 475 Language/07_Classes/07_Classes_A07_t07: Fail, OK # @compile-error
353 Language/07_Classes/07_Classes_A07_t08: Fail, OK # @compile-error 476 Language/07_Classes/07_Classes_A07_t08: Fail, OK # @compile-error
354 Language/07_Classes/07_Classes_A08_t01: Fail, OK # @compile-error 477 Language/07_Classes/07_Classes_A08_t01: Fail, OK # @compile-error
355 Language/07_Classes/07_Classes_A09_t01: Fail, OK # @compile-error 478 Language/07_Classes/07_Classes_A09_t01: Fail, OK # @compile-error
356 Language/07_Classes/07_Classes_A09_t02: Fail, OK # @compile-error 479 Language/07_Classes/07_Classes_A09_t02: Fail, OK # @compile-error
357 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A01_t01: Fail, OK # @c ompile-error 480 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A01_t01: Fail, OK # @c ompile-error
358 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A01_t02: Fail, OK # @c ompile-error
359 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t01: Fail, OK # @c ompile-error 481 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t01: Fail, OK # @c ompile-error
360 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t02: Fail, OK # @c ompile-error 482 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t02: Fail, OK # @c ompile-error
361 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t03: Fail, OK # @c ompile-error 483 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t03: Fail, OK # @c ompile-error
362 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t04: Fail, OK # @c ompile-error 484 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t04: Fail, OK # @c ompile-error
363 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t05: Fail, OK # @c ompile-error 485 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t05: Fail, OK # @c ompile-error
364 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t01: Fail, OK # @c ompile-error 486 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t01: Fail, OK # @c ompile-error
365 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t04: Fail, OK # @c ompile-error 487 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t04: Fail, OK # @c ompile-error
366 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t05: Fail, OK # @c ompile-error 488 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t05: Fail, OK # @c ompile-error
367 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t06: Fail, OK # @c ompile-error 489 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t06: Fail, OK # @c ompile-error
368 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail, OK # @compile- error 490 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail, OK # @compile- error
369 Language/07_Classes/1_Instance_Methods/2_Operators_A03_t01: Fail, OK # @compile- error 491 Language/07_Classes/1_Instance_Methods/2_Operators_A03_t01: Fail, OK # @compile- error
370 Language/07_Classes/1_Instance_Methods/2_Operators_A03_t02: Fail, OK # @compile- error 492 Language/07_Classes/1_Instance_Methods/2_Operators_A03_t02: Fail, OK # @compile- error
371 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t01: Fail, OK # @compile- error
372 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t02: Fail, OK # @compile- error 493 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t02: Fail, OK # @compile- error
373 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t03: Fail, OK # @compile- error 494 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t03: Fail, OK # @compile- error
374 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t04: Fail, OK # @compile- error 495 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t04: Fail, OK # @compile- error
375 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t05: Fail, OK # @compile- error 496 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t05: Fail, OK # @compile- error
376 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t06: Fail, OK # @compile- error 497 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t06: Fail, OK # @compile- error
377 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t07: Fail, OK # @compile- error 498 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t07: Fail, OK # @compile- error
378 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t08: Fail, OK # @compile- error 499 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t08: Fail, OK # @compile- error
379 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t09: Fail, OK # @compile- error 500 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t09: Fail, OK # @compile- error
380 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t10: Fail, OK # @compile- error 501 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t10: Fail, OK # @compile- error
381 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t11: Fail, OK # @compile- error 502 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t11: Fail, OK # @compile- error
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 Language/07_Classes/3_Setters_A04_t03: Fail, OK # @compile-error 555 Language/07_Classes/3_Setters_A04_t03: Fail, OK # @compile-error
435 Language/07_Classes/3_Setters_A04_t04: Fail, OK # @compile-error 556 Language/07_Classes/3_Setters_A04_t04: Fail, OK # @compile-error
436 Language/07_Classes/3_Setters_A04_t05: Fail, OK # @compile-error 557 Language/07_Classes/3_Setters_A04_t05: Fail, OK # @compile-error
437 Language/07_Classes/3_Setters_A04_t06: Fail, OK # @compile-error 558 Language/07_Classes/3_Setters_A04_t06: Fail, OK # @compile-error
438 Language/07_Classes/3_Setters_A04_t07: Fail, OK # @compile-error 559 Language/07_Classes/3_Setters_A04_t07: Fail, OK # @compile-error
439 Language/07_Classes/3_Setters_A04_t08: Fail, OK # @compile-error 560 Language/07_Classes/3_Setters_A04_t08: Fail, OK # @compile-error
440 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t02: Fail, OK # @compile-error 561 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t02: Fail, OK # @compile-error
441 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t04: Fail, OK # @compile-error 562 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t04: Fail, OK # @compile-error
442 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail, OK # @compile-error 563 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail, OK # @compile-error
443 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail, OK # @compile-error 564 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail, OK # @compile-error
565 Language/07_Classes/5_Constructors/1_Generative_Constructors_A07_t05: Fail, OK # @compile-error
444 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error 566 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail, OK # @compile-error
445 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error 567 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail, OK # @compile-error
446 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error 568 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail, OK # @compile-error
569 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail, OK # @compile-erro r
447 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r 570 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail, OK # @compile-erro r
448 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r 571 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail, OK # @compile-erro r
449 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r 572 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail, OK # @compile-erro r
450 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error 573 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t03: Fail, OK # @ compile-error
574 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail, OK # @ compile-error
575 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error
451 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 576 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
452 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 577 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
453 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 578 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
454 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error 579 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
455 Language/07_Classes/7_Static_Variables_A06_t01: Fail, OK # @compile-error
456 Language/07_Classes/7_Static_Variables_A06_t02: Fail, OK # @compile-error
457 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 580 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
458 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 581 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
582 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error
459 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 583 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
460 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error 584 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
461 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error 585 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
462 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error 586 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
463 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error 587 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
464 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 588 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
465 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error 589 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error
466 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error 590 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error
467 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error 591 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error
468 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error 592 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error
(...skipping 13 matching lines...) Expand all
482 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error 606 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error
483 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error 607 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error
484 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error 608 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error
485 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error 609 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error
486 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error 610 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error
487 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error 611 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error
488 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error 612 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error
489 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error 613 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error
490 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error 614 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error
491 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error 615 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error
616 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail, OK # @compile -error
617 Language/08_Interfaces/3_Factories_and_Constructors_A03_t05: Fail, OK # @compile -error
618 Language/08_Interfaces/3_Factories_and_Constructors_A03_t06: Fail, OK # @compile -error
492 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error 619 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile -error
493 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error 620 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile -error
494 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error 621 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile -error
495 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error 622 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail, OK # @compile -error
496 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error 623 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail, OK # @compile -error
497 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error 624 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail, OK # @compile -error
498 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error 625 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail, OK # @compile -error
499 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error 626 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile -error
500 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error 627 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile -error
501 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 628 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
502 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 629 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
503 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 630 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
504 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 631 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
505 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 632 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
506 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 633 Language/08_Interfaces/Interfaces_A01_t06: Fail, OK # @compile-error
507 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 634 Language/08_Interfaces/Interfaces_A01_t07: Fail, OK # @compile-error
508 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 635 Language/10_Expressions/01_Constants_A15_t38: Fail, OK # @compile-error
509 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
510 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
511 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
512 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
513 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 636 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
514 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 637 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
515 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 638 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
516 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err or 639 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err or
517 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil e-error 640 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil e-error
518 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil e-error 641 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil e-error
519 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil e-error 642 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil e-error
520 Language/10_Expressions/10_Instance_Creation/2_Const_A10_t01: Fail, OK # @compil e-error 643 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t16: Fail , OK # @compile-error
521 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A05_t05: Fail, O K # @compile-error 644 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A05_t05: Fail, O K # @compile-error
645 Language/10_Expressions/15_Getter_Invocation_A09_t03: Fail, OK # @compile-error
522 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error 646 Language/10_Expressions/20_Equality_A01_t15: Fail, OK # @compile-error
523 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error 647 Language/10_Expressions/20_Equality_A01_t16: Fail, OK # @compile-error
524 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error 648 Language/10_Expressions/20_Equality_A01_t17: Fail, OK # @compile-error
525 Language/10_Expressions/20_Equality_A01_t18: Fail, OK # @compile-error 649 Language/10_Expressions/20_Equality_A01_t18: Fail, OK # @compile-error
526 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail, OK # @compile-e rror 650 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail, OK # @compile-e rror
527 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail, OK # @compile-e rror 651 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail, OK # @compile-e rror
528 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail, OK # @compile-e rror 652 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail, OK # @compile-e rror
529 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail, OK # @compile-e rror 653 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail, OK # @compile-e rror
530 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or 654 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail, OK # @compile-err or
531 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or 655 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail, OK # @compile-err or
656 Language/10_Expressions/28_Identifier_Reference_A06_t01: Fail, OK # @compile-err or
657 Language/10_Expressions/28_Identifier_Reference_A06_t02: Fail, OK # @compile-err or
658 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail, OK # @compile-err or
659 Language/10_Expressions/28_Identifier_Reference_A06_t04: Fail, OK # @compile-err or
660 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail, OK # @compile-err or
661 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail, OK # @compile-err or
662 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail, OK # @compile-err or
663 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail, OK # @compile-err or
664 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail, OK # @compile-err or
665 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail, OK # @compile-err or
666 Language/10_Expressions/28_Identifier_Reference_A06_t17: Fail, OK # @compile-err or
667 Language/10_Expressions/28_Identifier_Reference_A06_t18: Fail, OK # @compile-err or
668 Language/10_Expressions/28_Identifier_Reference_A06_t19: Fail, OK # @compile-err or
669 Language/10_Expressions/28_Identifier_Reference_A06_t20: Fail, OK # @compile-err or
670 Language/10_Expressions/28_Identifier_Reference_A06_t21: Fail, OK # @compile-err or
671 Language/10_Expressions/28_Identifier_Reference_A06_t22: Fail, OK # @compile-err or
672 Language/10_Expressions/28_Identifier_Reference_A06_t23: Fail, OK # @compile-err or
673 Language/10_Expressions/28_Identifier_Reference_A06_t24: Fail, OK # @compile-err or
674 Language/10_Expressions/28_Identifier_Reference_A06_t25: Fail, OK # @compile-err or
675 Language/10_Expressions/28_Identifier_Reference_A06_t26: Fail, OK # @compile-err or
676 Language/10_Expressions/28_Identifier_Reference_A06_t27: Fail, OK # @compile-err or
677 Language/10_Expressions/28_Identifier_Reference_A06_t28: Fail, OK # @compile-err or
678 Language/10_Expressions/28_Identifier_Reference_A06_t29: Fail, OK # @compile-err or
679 Language/10_Expressions/28_Identifier_Reference_A06_t30: Fail, OK # @compile-err or
680 Language/10_Expressions/28_Identifier_Reference_A06_t31: Fail, OK # @compile-err or
681 Language/10_Expressions/28_Identifier_Reference_A06_t32: Fail, OK # @compile-err or
682 Language/10_Expressions/28_Identifier_Reference_A06_t33: Fail, OK # @compile-err or
683 Language/10_Expressions/28_Identifier_Reference_A06_t34: Fail, OK # @compile-err or
684 Language/10_Expressions/28_Identifier_Reference_A06_t35: Fail, OK # @compile-err or
685 Language/10_Expressions/28_Identifier_Reference_A06_t36: Fail, OK # @compile-err or
686 Language/10_Expressions/28_Identifier_Reference_A06_t37: Fail, OK # @compile-err or
687 Language/10_Expressions/28_Identifier_Reference_A06_t38: Fail, OK # @compile-err or
688 Language/10_Expressions/28_Identifier_Reference_A06_t39: Fail, OK # @compile-err or
689 Language/10_Expressions/28_Identifier_Reference_A06_t40: Fail, OK # @compile-err or
690 Language/10_Expressions/28_Identifier_Reference_A06_t41: Fail, OK # @compile-err or
691 Language/10_Expressions/28_Identifier_Reference_A06_t42: Fail, OK # @compile-err or
692 Language/10_Expressions/28_Identifier_Reference_A06_t43: Fail, OK # @compile-err or
693 Language/10_Expressions/28_Identifier_Reference_A06_t44: Fail, OK # @compile-err or
694 Language/10_Expressions/28_Identifier_Reference_A06_t45: Fail, OK # @compile-err or
695 Language/10_Expressions/28_Identifier_Reference_A06_t46: Fail, OK # @compile-err or
696 Language/10_Expressions/28_Identifier_Reference_A06_t47: Fail, OK # @compile-err or
697 Language/10_Expressions/28_Identifier_Reference_A06_t48: Fail, OK # @compile-err or
698 Language/10_Expressions/28_Identifier_Reference_A06_t49: Fail, OK # @compile-err or
699 Language/10_Expressions/28_Identifier_Reference_A06_t50: Fail, OK # @compile-err or
700 Language/10_Expressions/28_Identifier_Reference_A06_t51: Fail, OK # @compile-err or
701 Language/10_Expressions/28_Identifier_Reference_A06_t52: Fail, OK # @compile-err or
702 Language/10_Expressions/28_Identifier_Reference_A06_t53: Fail, OK # @compile-err or
703 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail, OK # @compile-err or
704 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail, OK # @compile-err or
705 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail, OK # @compile-err or
706 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail, OK # @compile-err or
707 Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail, OK # @compile-err or
532 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r 708 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail, OK # @compile-erro r
533 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r 709 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail, OK # @compile-erro r
710 Language/11_Statements/05_For_A01_t12: Fail, OK # @compile-error
711 Language/11_Statements/08_Switch_A05_t01: Fail, OK # @compile-error
712 Language/11_Statements/08_Switch_A05_t02: Fail, OK # @compile-error
713 Language/11_Statements/08_Switch_A06_t01: Fail, OK # @compile-error
714 Language/11_Statements/08_Switch_A06_t02: Fail, OK # @compile-error
715 Language/11_Statements/08_Switch_A06_t03: Fail, OK # @compile-error
716 Language/11_Statements/08_Switch_A06_t04: Fail, OK # @compile-error
534 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error 717 Language/11_Statements/09_Try_A01_t14: Fail, OK # @compile-error
535 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error 718 Language/11_Statements/09_Try_A01_t18: Fail, OK # @compile-error
536 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 719 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
537 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 720 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
538 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 721 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
539 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 722 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
540 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error 723 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail, OK # @ compile-error
541 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error 724 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error
542 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error 725 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error
543 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 726 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
544 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 727 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
545 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 728 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error
546 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 729 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
547 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 730 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
548 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 731 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
549 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 732 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
550 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 733 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
551 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 734 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
735 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
552 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 736 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
737 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
738 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-compiler.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698