| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 [ $compiler == dart2js ] | |
| 6 # Rename "BadNumberFormatException" to "FormatException" | |
| 7 # TODO(rnystrom): These can be enabled when | |
| 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | |
| 9 LibTest/core/BadNumberFormatException/*: Fail | |
| 10 LibTest/core/double/toInt_A01_t03: Fail | |
| 11 LibTest/core/double/toInt_A01_t04: Fail | |
| 12 LibTest/core/Math/parseInt_A02_t01: Fail | |
| 13 LibTest/core/Math/parseDouble_A02_t01: Fail | |
| 14 | |
| 15 | |
| 16 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | |
| 17 LibTest/core/Math/acos_A01_t01: Fail, OK | |
| 18 LibTest/core/Math/asin_A01_t01: Fail, OK | |
| 19 LibTest/core/Math/atan_A01_t01: Fail, OK | |
| 20 | |
| 21 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | |
| 22 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition | |
| 23 LibTest/core/double/operator_remainder_A01_t04: Fail | |
| 24 | |
| 25 [ $compiler == dart2js ] | |
| 26 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | |
| 27 Language/10_Expressions/09_This_A03_t04: Crash | |
| 28 Language/11_Statements/05_For_A01_t13: Crash | |
| 29 | |
| 30 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | |
| 31 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | |
| 32 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | |
| 33 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | |
| 34 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | |
| 35 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | |
| 36 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition | |
| 37 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition | |
| 38 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type | |
| 39 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo | |
| 40 Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error:
cannot resolve type Undeclared | |
| 41 Language/05_Variables/05_Variables_A05_t03: Fail # Compile-time error: error: no
t a compile-time constant | |
| 42 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 | |
| 43 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 | |
| 44 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 | |
| 45 Language/10_Expressions/01_Constants_A03_t01: Fail # Compile-time error: error:
not a compile-time constant | |
| 46 Language/10_Expressions/01_Constants_A05_t01: Fail # Compile-time error: error:
not a compile-time constant | |
| 47 Language/10_Expressions/01_Constants_A06_t01: Fail # Compile-time error: error:
not a compile-time constant | |
| 48 Language/10_Expressions/01_Constants_A11_t01: Fail # Compile-time error: error:
not a compile-time constant | |
| 49 Language/10_Expressions/01_Constants_A14_t01: Fail # Compile-time error: error:
not a compile-time constant | |
| 50 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Compile-time err
or: error: not a compile-time constant | |
| 51 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Compile-time err
or: error: not a compile-time constant | |
| 52 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Compile-time err
or: error: not a compile-time constant | |
| 53 LibTest/isolate/SendPort/send_A02_t01: Fail # Compile-time error: error: not a c
ompile-time constant | |
| 54 LibTest/isolate/SendPort/send_A02_t02: Fail # Compile-time error: error: not a c
ompile-time constant | |
| 55 LibTest/isolate/SendPort/send_A02_t03: Fail # Compile-time error: error: not a c
ompile-time constant | |
| 56 Language/05_Variables/05_Variables_A01_t01: Fail # Compile-time error: expected
'(', but got '=' | |
| 57 Language/05_Variables/05_Variables_A04_t09: Fail # Compile-time error: expected
'(', but got 'pi' | |
| 58 Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Compile-t
ime error: expected an expression, but got '&&' | |
| 59 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # Compile-time error:
expected identifier, but got '!' | |
| 60 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail
# Compile-time error: unexpected token '(' | |
| 61 Language/10_Expressions/28_Identifier_Reference_A08_t02: Fail # Compile-time err
or: unexpected token ';' | |
| 62 Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err
or: unexpected token ';' | |
| 63 Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected tok
en 'const' | |
| 64 Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time
error: unexpected token 'equals' | |
| 65 Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error:
unexpected token 'equals' | |
| 66 Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpec
ted token 'equals' | |
| 67 Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpect
ed token 'equals' | |
| 68 Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpect
ed token 'equals' | |
| 69 Language/10_Expressions/20_Equality_A02_t04: Fail # Compile-time error: unexpect
ed token 'equals' | |
| 70 Language/10_Expressions/20_Equality_A03_t01: Fail # Compile-time error: unexpect
ed token 'equals' | |
| 71 Language/10_Expressions/20_Equality_A03_t02: Fail # Compile-time error: unexpect
ed token 'equals' | |
| 72 Language/10_Expressions/20_Equality_A03_t03: Fail # Compile-time error: unexpect
ed token 'equals' | |
| 73 LibTest/core/Futures/wait_A01_t02: Fail # Runtime error: 1 | |
| 74 Language/07_Classes/4_Instance_Variables_A02_t01: Fail # Runtime error: Expect.e
quals(expected: <1.2>, actual: <1.1>) fails. | |
| 75 Language/10_Expressions/16_Assignment_A05_t05: Fail # Runtime error: Expect.fail
('Method noSuchMethod() was not properly executed!') | |
| 76 Language/10_Expressions/05_Strings_A20_t01: Fail # Runtime error: Expect.identic
al(expected: <abyr, abyr | |
| 77 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. | |
| 78 Language/11_Statements/08_Switch_A02_t01: Fail # Runtime error: Expect.throws()
fails | |
| 79 LibTest/isolate/isolate_api/spawnUri_A02_t01: Fail # Runtime error: Expect.throw
s() fails | |
| 80 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
# Runtime error: NoSuchMethodException : method not found: '$call' | |
| 81 Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail # Runtime error: NoSu
chMethodException : method not found: 'get g3tt3r' | |
| 82 Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail # Runtime error: NoSu
chMethodException : method not found: 'get v' | |
| 83 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
# Runtime error: NoSuchMethodException : method not found: 'm' | |
| 84 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail #
Runtime error: NoSuchMethodException : method not found: 'm' | |
| 85 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
# Runtime error: NoSuchMethodException : method not found: 'nonExistingMethod' | |
| 86 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail #
Runtime error: NoSuchMethodException : method not found: 'nonExistingMethod' | |
| 87 Language/10_Expressions/16_Assignment_A08_t04: Fail # Runtime error: NoSuchMetho
dException : method not found: 'operator$indexSet' | |
| 88 Language/10_Expressions/16_Assignment_A05_t04: Fail # Runtime error: NoSuchMetho
dException : method not found: 'set nonExistingSetter' | |
| 89 Language/10_Expressions/16_Assignment_A05_t02: Fail # Runtime error: NoSuchMetho
dException : method not found: 'set setter' | |
| 90 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Runtim
e error: TypeError: Cannot call method '$call$0' of undefined | |
| 91 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim
e error: TypeError: Cannot call method '$call$0' of undefined | |
| 92 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail
# Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 93 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 94 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 95 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 96 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 97 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 98 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 99 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 100 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 101 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
Runtime error: TypeError: Cannot call method '$call$0' of undefined | |
| 102 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca
nnot call method '$call$1' of undefined | |
| 103 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m
ethod '$call$1' of undefined | |
| 104 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
Runtime error: TypeError: Cannot call method '$call$2' of undefined | |
| 105 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04:
Fail # Runtime error: TypeError: Object has no method '$call$2' | |
| 106 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
# Runtime error: TypeError: Object #<A> has no method '$call$0' | |
| 107 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' | |
| 108 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' | |
| 109 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05:
Fail # Runtime error: TypeError: Object 1 has no method '$call$3' | |
| 110 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A03_t02: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' | |
| 111 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # Runtime error: TypeError: Object a1 has no method '$call$2' | |
| 112 Language/11_Statements/15_Assert_A01_t03: Fail # We don't complain about assert
misusage | |
| 113 Language/11_Statements/15_Assert_A01_t04: Fail # We don't complain about assert
misusage | |
| 114 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | |
| 115 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | |
| 116 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | |
| 117 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | |
| 118 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO
perationException: Currently spawnUri is not supported without web workers. | |
| 119 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c
all method 'toSendPort$0' of undefined. | |
| 120 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.
throws() fails. | |
| 121 | |
| 122 | |
| 123 # These test cases use the deprecated Isolate API and should be updated to | |
| 124 # use spawnFunction: issue ... | |
| 125 LibTest/isolate/Isolate/port_A01_t02: Fail, OK | |
| 126 LibTest/isolate/Isolate/port_A01_t01: Fail, OK | |
| 127 LibTest/isolate/Isolate/main_A01_t01: Fail, OK | |
| 128 LibTest/isolate/Isolate/class_A01_t01: Fail, OK | |
| 129 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK | |
| 130 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK | |
| 131 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK | |
| 132 LibTest/isolate/Isolate/Isolate.light_A01_t01: Fail, OK | |
| 133 LibTest/isolate/Isolate/Isolate.heavy_A01_t01: Fail, OK | |
| 134 LibTest/isolate/Isolate/spawn_A01_t01: Fail, OK | |
| 135 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK | |
| 136 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK | |
| 137 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK | |
| 138 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK | |
| 139 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK | |
| 140 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK | |
| 141 | |
| 142 | |
| 143 # The following tests use the deprecated Date interface. | |
| 144 # Issue co19 - 125 | |
| 145 LibTest/core/Date/Date_A02_t01: Fail, Pass | |
| 146 LibTest/core/Date/Date.now_A02_t01: Fail, Pass | |
| 147 LibTest/core/Date/add_A02_t01: Fail, Pass | |
| 148 LibTest/core/Date/add_A03_t01: Fail, Pass | |
| 149 LibTest/core/Date/add_A04_t01: Fail, Pass | |
| 150 LibTest/core/Date/value_A01_t02: Fail, Pass | |
| 151 LibTest/core/Date/value_A01_t03: Fail, Pass | |
| 152 LibTest/core/Date/value_A02_t01: Fail, Pass | |
| 153 LibTest/core/Date/isLocalTime_A01_t01: Fail, Pass | |
| 154 LibTest/core/Date/toString_A02_t01: Fail, Pass | |
| 155 LibTest/core/Date/Date.fromString_A01_t02: Fail, Pass | |
| 156 LibTest/core/Date/Date.fromString_A01_t03: Fail, Pass | |
| 157 LibTest/core/Date/changeTimeZone_A01_t01: Fail, Pass | |
| 158 LibTest/core/Date/changeTimeZone_A02_t01: Fail, Pass | |
| 159 LibTest/core/Date/changeTimeZone_A03_t01: Fail, Pass | |
| 160 LibTest/core/Date/changeTimeZone_A04_t01: Fail, Pass | |
| 161 LibTest/core/Date/changeTimeZone_A05_t01: Fail, Pass | |
| 162 LibTest/core/Date/isUtc_A01_t01: Fail, Pass | |
| 163 LibTest/core/Date/timeZone_A01_t01: Fail, Pass | |
| 164 LibTest/core/Date/timeZone_A01_t02: Fail, Pass | |
| 165 LibTest/core/Date/timeZone_A01_t03: Fail, Pass | |
| 166 LibTest/core/Date/difference_A01_t01: Fail, Pass | |
| 167 LibTest/core/Date/difference_A01_t02: Fail, Pass | |
| 168 LibTest/core/Date/milliseconds_A01_t01: Fail, Pass | |
| 169 LibTest/core/Date/seconds_A01_t01: Fail, Pass | |
| 170 LibTest/core/Date/minutes_A01_t01: Fail, Pass | |
| 171 LibTest/core/Date/hours_A01_t01: Fail, Pass | |
| 172 LibTest/core/Date/subtract_A02_t01: Fail, Pass | |
| 173 LibTest/core/Date/subtract_A03_t01: Fail, Pass | |
| 174 LibTest/core/Date/subtract_A04_t01: Fail, Pass | |
| 175 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail, Pass | |
| 176 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass | |
| 177 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass | |
| 178 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass | |
| 179 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass | |
| 180 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass | |
| 181 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass | |
| 182 | |
| 183 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass | |
| 184 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass | |
| 185 | |
| 186 | |
| 187 [ $compiler == dart2js && $checked ] | |
| 188 # Leg does not support checked mode yet. | |
| 189 *: Skip | |
| 190 | |
| 191 | |
| 192 [ $compiler == dart2js && $browser ] | |
| 193 *: Skip | |
| 194 | |
| 195 | |
| 196 # | |
| 197 # Issues with co19 test suite. | |
| 198 # | |
| 199 # If you add anything here, either file a bug against the Dart | |
| 200 # langauge specification, co19 test suite, or add a comment that ahe@ | |
| 201 # can understand so he can file a bug later. | |
| 202 # | |
| 203 [ $compiler == dart2js ] | |
| 204 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145. | |
| 205 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). | |
| 206 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. | |
| 207 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation
_A01_t01: Fail, OK # co19 issue 145. | |
| 208 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. | |
| 209 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | |
| 210 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. | |
| 211 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. | |
| 212 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. | |
| 213 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. | |
| 214 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | |
| 215 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | |
| 216 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. | |
| 217 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D
art issue 2259. | |
| 218 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D
art issue 2259. | |
| 219 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D
art issue 2259. | |
| 220 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
ed non-BMP character: U+10000 | |
| 221 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | |
| 222 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled
non-BMP character: U+10000 | |
| 223 | |
| 224 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157 | |
| 225 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157 | |
| 226 | |
| 227 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # Bad test: assumes eager loa
ding. | |
| 228 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # Bad test: assumes eager loa
ding. | |
| 229 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # Bad test: assumes eager loa
ding. | |
| 230 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # Bad test: assumes eager loa
ding. | |
| 231 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # Bad test: assum
es eager loading. | |
| 232 Language/10_Expressions/02_Null_A04_t01: Fail, OK # Bad test: assumes eager load
ing. | |
| 233 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A01_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 234 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A02_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 235 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A03_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 236 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A04_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 237 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A05_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 238 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A06_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 239 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A07_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 240 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A08_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 241 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A09_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 242 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A10_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 243 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A11_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 244 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A12_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 245 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A13_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 246 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A14_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 247 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A15_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 248 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A16_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 249 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A17_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 250 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A18_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 251 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A19_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 252 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A20_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 253 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A21_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 254 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A22_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 255 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A23_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 256 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A24_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 257 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A25_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 258 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A26_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 259 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A27_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 260 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A28_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 261 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A29_t04: Fail, OK # Bad t
est: assumes eager loading. | |
| 262 | |
| 263 | |
| 264 [ $compiler == dart2js && $runtime == d8 ] | |
| 265 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | |
| 266 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | |
| 267 | |
| 268 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | |
| 269 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | |
| 270 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | |
| 271 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | |
| 272 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | |
| 273 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | |
| 274 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | |
| 275 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. | |
| 276 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review. | |
| 277 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow(
x, y)). | |
| 278 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | |
| 279 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | |
| 280 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | |
| 281 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | |
| 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. | |
| 283 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. | |
| 284 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. | |
| 285 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. | |
| 286 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. | |
| 287 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. | |
| 288 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. | |
| 289 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. | |
| 290 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. | |
| 291 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. | |
| 292 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | |
| 293 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test
stub. | |
| 294 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s
tub. | |
| 295 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | |
| 296 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. | |
| 297 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. | |
| 298 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. | |
| 299 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. | |
| 300 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. | |
| 301 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. | |
| 302 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i
nt. | |
| 303 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. | |
| 304 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | |
| 305 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | |
| 306 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | |
| 307 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | |
| 308 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. | |
| 309 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. | |
| 310 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. | |
| 311 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. | |
| 312 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | |
| 313 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n
egative result from bit-operation. | |
| 314 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t07: Fail, OK #
Expects negative result from bit-operation. | |
| 315 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t08: Fail, OK #
Expects negative result from bit-operation. | |
| 316 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t09: Fail, OK #
Expects negative result from bit-operation. | |
| 317 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t11: Fail, OK #
Expects negative result from bit-operation. | |
| 318 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int !
= double. | |
| 319 | |
| 320 | |
| 321 # | |
| 322 # The following tests are failing. Please add the error message | |
| 323 # (either a compiler error or exception message). The error messages | |
| 324 # may sometime be out of date. | |
| 325 # | |
| 326 [ $compiler == dart2js ] | |
| 327 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
# compiler cancelled: internal error: expected expected optional parameters | |
| 328 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler canc
elled: unexpected token 'call' | |
| 329 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler canc
elled: unexpected token 'call' | |
| 330 Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T | |
| 331 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelle
d: cannot find constructor A or ADef | |
| 332 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail #
compiler cancelled: internal error: super property store not implemented | |
| 333 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F
ail # compiler cancelled: no method named foo in class I | |
| 334 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso
lve type N | |
| 335 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re
solve label L | |
| 336 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re
solve label L | |
| 337 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann
ot resolve type MalformedType | |
| 338 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte
d token 'call' | |
| 339 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Pass # internal error:
visitIs for typedefs not implemented | |
| 340 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Pass # internal error:
visitIs for typedefs not implemented | |
| 341 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Pass # internal error:
visitIs for typedefs not implemented | |
| 342 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Pass # internal error:
visitIs for typedefs not implemented | |
| 343 | |
| 344 | |
| 345 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | |
| 346 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 | |
| 347 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible
FuncType | |
| 348 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re
ad not implemented | |
| 349 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=
> _ | |
| 350 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented | |
| 351 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # opera
tor-is with typedef. | |
| 352 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa
lse) fails. | |
| 353 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa
lse) fails. | |
| 354 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa
lse) fails. | |
| 355 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa
lse) fails. | |
| 356 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa
lse) fails. | |
| 357 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa
lse) fails. | |
| 358 Language/13_Types/4_Interface_Types_A05_t02: Fail # Expect.isTrue(false) fails. | |
| 359 Language/13_Types/4_Interface_Types_A08_t05: Fail # Expect.isTrue(false) fails. | |
| 360 Language/13_Types/4_Interface_Types_A10_t01: Fail # Expect.isTrue(false) fails. | |
| 361 Language/13_Types/4_Interface_Types_A10_t02: Fail # Expect.isTrue(false) fails. | |
| 362 Language/13_Types/4_Interface_Types_A10_t03: Fail # Expect.isTrue(false) fails. | |
| 363 Language/13_Types/4_Interface_Types_A10_t04: Fail # visitIdentifier for typedefs
not implemented | |
| 364 Language/13_Types/4_Interface_Types_A11_t03: Fail # Expect.isTrue(false) fails. | |
| 365 Language/13_Types/4_Interface_Types_A11_t04: Fail # Expect.isTrue(false) fails. | |
| 366 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. | |
| 367 | |
| 368 Language/13_Types/5_Function_Types_A01_t01: Fail # Expect.isTrue(false) fails. | |
| 369 Language/13_Types/5_Function_Types_A01_t02: Fail # Expect.isTrue(false) fails. | |
| 370 Language/13_Types/5_Function_Types_A01_t03: Fail # Expect.isTrue(false) fails. | |
| 371 Language/13_Types/5_Function_Types_A01_t05: Fail # Expect.isTrue(false) fails. | |
| 372 Language/13_Types/5_Function_Types_A01_t06: Fail # Expect.isTrue(false) fails. | |
| 373 Language/13_Types/5_Function_Types_A01_t07: Fail # Expect.isTrue(false) fails. | |
| 374 Language/13_Types/5_Function_Types_A01_t08: Fail # Expect.isTrue(false) fails. | |
| 375 Language/13_Types/5_Function_Types_A01_t09: Fail # Expect.isTrue(false) fails. | |
| 376 Language/13_Types/5_Function_Types_A01_t11: Fail # Expect.isTrue(false) fails. | |
| 377 Language/13_Types/5_Function_Types_A01_t12: Fail # Expect.isTrue(false) fails. | |
| 378 Language/13_Types/5_Function_Types_A01_t13: Fail # Expect.isTrue(false) fails. | |
| 379 Language/13_Types/5_Function_Types_A01_t14: Fail # Expect.isTrue(false) fails. | |
| 380 Language/13_Types/5_Function_Types_A01_t15: Fail # is-check on typedefs. | |
| 381 Language/13_Types/5_Function_Types_A01_t16: Fail # is-check on typedefs. | |
| 382 Language/13_Types/5_Function_Types_A01_t17: Fail # is-check on typedefs. | |
| 383 Language/13_Types/5_Function_Types_A01_t18: Fail # is-check on typedefs. | |
| 384 Language/13_Types/5_Function_Types_A01_t19: Fail # is-check on typedefs. | |
| 385 Language/13_Types/5_Function_Types_A01_t20: Fail # is-check on typedefs. | |
| 386 Language/13_Types/5_Function_Types_A01_t21: Fail # is-check on typedefs. | |
| 387 Language/13_Types/5_Function_Types_A01_t22: Fail # is-check on typedefs. | |
| 388 Language/13_Types/5_Function_Types_A01_t23: Fail # is-check on typedefs. | |
| 389 | |
| 390 | |
| 391 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | |
| 392 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227
7 | |
| 393 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # Unimplemented non-matching static call | |
| 394 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # Unimplemented non-matching static call | |
| 395 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # Unimplemented non-matching static call | |
| 396 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super | |
| 397 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe
r | |
| 398 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe
r | |
| 399 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super | |
| 400 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments | |
| 401 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error
in parser. | |
| 402 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". | |
| 403 | |
| 404 [ $compiler == dart2js && $runtime == d8 ] | |
| 405 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. | |
| 406 Language/11_Statements/09_Try_A02_t02: Fail, OK # Expects to catch null if throw
ing null. We now throw NullPointerException which isn't caught. | |
| 407 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. | |
| 408 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. | |
| 409 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. | |
| 410 Language/13_Types/4_Interface_Types_A12_t16: Fail # Expect.isFalse(true) fails. | |
| 411 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | |
| 412 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | |
| 413 LibTest/core/Expect/equals_A01_t03: Fail # not following the spec and expects th
e user-defined equality operator | |
| 414 # to be called when comparing for equal
ity with null. | |
| 415 LibTest/core/Expect/notEquals_A01_t03: Fail # not following the spec and expects
the user-defined equality operator | |
| 416 # to be called when comparing for eq
uality with null. | |
| 417 LibTest/core/Math/parseDouble_A02_t01: Fail # Expect.fail('BadNumberFormatExcept
ion is expected') | |
| 418 LibTest/core/Queue/iterator_A01_t01: Fail # Expect.isFalse(true) fails. | |
| 419 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | |
| 420 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | |
| 421 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | |
| 422 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | |
| 423 | |
| 424 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | |
| 425 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. | |
| 426 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # TypeError: Object #<Closure> has no method 'call' | |
| 427 Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization. | |
| 428 Language/10_Expressions/20_Equality_A09_t01: Fail # Canonicalization. | |
| 429 | |
| 430 # | |
| 431 # The following tests may be broken, but require further review. | |
| 432 # | |
| 433 [ $compiler == dart2js && $runtime == d8 ] | |
| 434 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? | |
| 435 | |
| 436 | |
| 437 # | |
| 438 # The following tests are all negative tests that should be fixed. | |
| 439 # | |
| 440 [ $compiler == dart2js ] | |
| 441 Language/03_Overview/1_Scoping_A01_t35: Fail # @compile-error | |
| 442 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error | |
| 443 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error | |
| 444 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error | |
| 445 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error | |
| 446 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error | |
| 447 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error | |
| 448 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error | |
| 449 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error | |
| 450 Language/03_Overview/2_Privacy_A01_t20: Fail # @compile-error | |
| 451 Language/05_Variables/05_Variables_A01_t04: Fail # @compile-error | |
| 452 Language/05_Variables/05_Variables_A01_t05: Fail # @compile-error | |
| 453 Language/05_Variables/05_Variables_A01_t08: Fail # @compile-error | |
| 454 Language/05_Variables/05_Variables_A01_t15: Fail # @compile-error | |
| 455 Language/05_Variables/05_Variables_A03_t01: Fail # @compile-error | |
| 456 Language/05_Variables/05_Variables_A03_t02: Fail # @compile-error | |
| 457 Language/05_Variables/05_Variables_A03_t03: Fail # @compile-error | |
| 458 Language/05_Variables/05_Variables_A03_t04: Fail # @compile-error | |
| 459 Language/05_Variables/05_Variables_A03_t05: Fail # @compile-error | |
| 460 Language/05_Variables/05_Variables_A03_t06: Fail # @compile-error | |
| 461 Language/05_Variables/05_Variables_A03_t07: Fail # @compile-error | |
| 462 Language/05_Variables/05_Variables_A03_t08: Fail # @compile-error | |
| 463 Language/05_Variables/05_Variables_A03_t10: Fail # @compile-error | |
| 464 Language/05_Variables/05_Variables_A04_t03: Fail # @compile-error | |
| 465 Language/05_Variables/05_Variables_A04_t04: Fail # @compile-error | |
| 466 Language/05_Variables/05_Variables_A04_t07: Fail # @compile-error | |
| 467 Language/05_Variables/05_Variables_A04_t08: Fail # @compile-error | |
| 468 Language/05_Variables/05_Variables_A04_t10: Fail # @compile-error | |
| 469 Language/05_Variables/05_Variables_A05_t01: Fail # @compile-error | |
| 470 Language/05_Variables/05_Variables_A08_t01: Fail # @compile-error | |
| 471 Language/05_Variables/05_Variables_A08_t02: Fail # @compile-error | |
| 472 Language/05_Variables/05_Variables_A08_t03: Fail # @compile-error | |
| 473 Language/05_Variables/05_Variables_A08_t04: Fail # @compile-error | |
| 474 Language/05_Variables/05_Variables_A08_t05: Fail # @compile-error | |
| 475 Language/05_Variables/05_Variables_A08_t06: Fail # @compile-error | |
| 476 Language/05_Variables/05_Variables_A08_t07: Fail # @compile-error | |
| 477 Language/06_Functions/06_Functions_A01_t23: Fail # @compile-error | |
| 478 Language/06_Functions/06_Functions_A01_t31: Fail # @compile-error | |
| 479 Language/06_Functions/1_Function_Declaration_A01_t01: Fail # @compile-error | |
| 480 Language/06_Functions/1_Function_Declaration_A02_t02: Fail # @compile-error | |
| 481 Language/06_Functions/1_Function_Declaration_A03_t02: Fail # @compile-error | |
| 482 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t03: Fail # @
compile-error | |
| 483 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t04: Fail # @
compile-error | |
| 484 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t05: Fail # @
compile-error | |
| 485 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t06: Fail # @
compile-error | |
| 486 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t07: Fail # @
compile-error | |
| 487 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t06: Fail
# @compile-error | |
| 488 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t07: Fail
# @compile-error | |
| 489 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail
# @compile-error | |
| 490 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t02: Fail
# @compile-error | |
| 491 Language/06_Functions/2_Formal_Parameters_A02_t01: Fail # @compile-error | |
| 492 Language/06_Functions/2_Formal_Parameters_A02_t02: Fail # @compile-error | |
| 493 Language/06_Functions/2_Formal_Parameters_A02_t03: Fail # @compile-error | |
| 494 Language/06_Functions/2_Formal_Parameters_A02_t04: Fail # @compile-error | |
| 495 Language/07_Classes/07_Classes_A02_t02: Fail # @compile-error | |
| 496 Language/07_Classes/07_Classes_A02_t04: Fail # @compile-error | |
| 497 Language/07_Classes/07_Classes_A02_t05: Fail # @compile-error | |
| 498 Language/07_Classes/07_Classes_A02_t07: Fail # @compile-error | |
| 499 Language/07_Classes/07_Classes_A02_t09: Fail # @compile-error | |
| 500 Language/07_Classes/07_Classes_A02_t10: Fail # @compile-error | |
| 501 Language/07_Classes/07_Classes_A02_t11: Fail # @compile-error | |
| 502 Language/07_Classes/07_Classes_A02_t25: Fail # @compile-error | |
| 503 Language/07_Classes/07_Classes_A02_t26: Fail # @compile-error | |
| 504 Language/07_Classes/07_Classes_A02_t27: Fail # @compile-error | |
| 505 Language/07_Classes/07_Classes_A02_t28: Fail # @compile-error | |
| 506 Language/07_Classes/07_Classes_A02_t29: Fail # @compile-error | |
| 507 Language/07_Classes/07_Classes_A02_t31: Fail # @compile-error | |
| 508 Language/07_Classes/07_Classes_A02_t33: Fail # @compile-error | |
| 509 Language/07_Classes/07_Classes_A03_t02: Fail # @compile-error | |
| 510 Language/07_Classes/07_Classes_A03_t03: Fail # @compile-error | |
| 511 Language/07_Classes/07_Classes_A03_t04: Fail # @compile-error | |
| 512 Language/07_Classes/07_Classes_A03_t05: Fail # @compile-error | |
| 513 Language/07_Classes/07_Classes_A03_t06: Fail # @compile-error | |
| 514 Language/07_Classes/07_Classes_A03_t07: Fail # @compile-error | |
| 515 Language/07_Classes/07_Classes_A03_t08: Fail # @compile-error | |
| 516 Language/07_Classes/07_Classes_A03_t09: Fail # @compile-error | |
| 517 Language/07_Classes/07_Classes_A04_t18: Fail # @compile-error | |
| 518 Language/07_Classes/07_Classes_A04_t19: Fail # @compile-error | |
| 519 Language/07_Classes/07_Classes_A04_t20: Fail # @compile-error | |
| 520 Language/07_Classes/07_Classes_A04_t21: Fail # @compile-error | |
| 521 Language/07_Classes/07_Classes_A04_t22: Fail # @compile-error | |
| 522 Language/07_Classes/07_Classes_A04_t23: Fail # @compile-error | |
| 523 Language/07_Classes/07_Classes_A04_t24: Fail # @compile-error | |
| 524 Language/07_Classes/07_Classes_A04_t25: Fail # @compile-error | |
| 525 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A01_t01: Fail # @compi
le-error | |
| 526 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t01: Fail # @compi
le-error | |
| 527 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t04: Fail # @compi
le-error | |
| 528 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t05: Fail # @compi
le-error | |
| 529 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A04_t06: Fail # @compi
le-error | |
| 530 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # @compile-erro
r | |
| 531 Language/07_Classes/1_Instance_Methods/2_Operators_A05_t01: Fail # @compile-erro
r | |
| 532 Language/07_Classes/1_Instance_Methods/2_Operators_A05_t02: Fail # @compile-erro
r | |
| 533 Language/07_Classes/1_Instance_Methods/2_Operators_A06_t01: Fail # @compile-erro
r | |
| 534 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t01: Fail # @compile-erro
r | |
| 535 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t02: Fail # @compile-erro
r | |
| 536 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t03: Fail # @compile-erro
r | |
| 537 Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail # @compile-erro
r | |
| 538 Language/07_Classes/1_Instance_Methods_A02_t01: Fail # @compile-error | |
| 539 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # @compile-error | |
| 540 Language/07_Classes/1_Instance_Methods_A02_t03: Fail # @compile-error | |
| 541 Language/07_Classes/1_Instance_Methods_A02_t04: Fail # @compile-error | |
| 542 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # @compile-error | |
| 543 Language/07_Classes/1_Instance_Methods_A02_t06: Fail # @compile-error | |
| 544 Language/07_Classes/2_Getters_A03_t01: Fail # @compile-error | |
| 545 Language/07_Classes/2_Getters_A03_t02: Fail # @compile-error | |
| 546 Language/07_Classes/2_Getters_A03_t03: Fail # @compile-error | |
| 547 Language/07_Classes/2_Getters_A03_t04: Fail # @compile-error | |
| 548 Language/07_Classes/3_Setters_A03_t01: Fail # @compile-error | |
| 549 Language/07_Classes/3_Setters_A03_t02: Fail # @compile-error | |
| 550 Language/07_Classes/3_Setters_A03_t03: Fail # @compile-error | |
| 551 Language/07_Classes/3_Setters_A03_t04: Fail # @compile-error | |
| 552 Language/07_Classes/3_Setters_A03_t05: Fail # @compile-error | |
| 553 Language/07_Classes/3_Setters_A03_t06: Fail # @compile-error | |
| 554 Language/07_Classes/3_Setters_A03_t07: Fail # @compile-error | |
| 555 Language/07_Classes/3_Setters_A03_t08: Fail # @compile-error | |
| 556 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t04: Fail # @co
mpile-error | |
| 557 Language/07_Classes/5_Constructors/1_Generative_Constructors_A01_t05: Fail # @co
mpile-error | |
| 558 Language/07_Classes/5_Constructors/1_Generative_Constructors_A03_t05: Fail # @co
mpile-error | |
| 559 Language/07_Classes/5_Constructors/1_Generative_Constructors_A07_t05: Fail # @co
mpile-error | |
| 560 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t01: Fail # @co
mpile-error | |
| 561 Language/07_Classes/5_Constructors/1_Generative_Constructors_A08_t02: Fail # @co
mpile-error | |
| 562 Language/07_Classes/5_Constructors/1_Generative_Constructors_A09_t01: Fail # @co
mpile-error | |
| 563 Language/07_Classes/5_Constructors/2_Factories_A01_t05: Fail # @compile-error | |
| 564 Language/07_Classes/5_Constructors/2_Factories_A02_t01: Fail # @compile-error | |
| 565 Language/07_Classes/5_Constructors/2_Factories_A05_t01: Fail # @compile-error | |
| 566 Language/07_Classes/5_Constructors/2_Factories_A05_t03: Fail # @compile-error | |
| 567 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t05: Fail # @comp
ile-error | |
| 568 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp
ile-error | |
| 569 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp
ile-error | |
| 570 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp
ile-error | |
| 571 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp
ile-error | |
| 572 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp
ile-error | |
| 573 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail # @comp
ile-error | |
| 574 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error | |
| 575 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error | |
| 576 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error | |
| 577 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error | |
| 578 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error | |
| 579 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error | |
| 580 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error | |
| 581 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error | |
| 582 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error | |
| 583 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error | |
| 584 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail # @compile-error | |
| 585 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail # @compile-error | |
| 586 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail # @compile-error | |
| 587 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail # @compile-error | |
| 588 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail # @compile-error | |
| 589 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail # @compile-err
or | |
| 590 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail # @compile-err
or | |
| 591 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail # @compile-err
or | |
| 592 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail # @compile-err
or | |
| 593 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail # @compile-err
or | |
| 594 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail # @compile-err
or | |
| 595 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail # @compile-err
or | |
| 596 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail # @compile-err
or | |
| 597 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail # @compile-err
or | |
| 598 Language/08_Interfaces/3_Factories_and_Constructors_A03_t05: Fail # @compile-err
or | |
| 599 Language/08_Interfaces/3_Factories_and_Constructors_A03_t06: Fail # @compile-err
or | |
| 600 Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail # @compile-err
or | |
| 601 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail # @compile-err
or | |
| 602 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail # @compile-err
or | |
| 603 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail # @compile-err
or | |
| 604 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail # @compile-err
or | |
| 605 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail # @compile-err
or | |
| 606 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail # @compile-err
or | |
| 607 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail # @compile-err
or | |
| 608 Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail # @compile-err
or | |
| 609 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail # @compile-err
or | |
| 610 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail # @compile-err
or | |
| 611 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail # @compile-err
or | |
| 612 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail # @compile-err
or | |
| 613 Language/08_Interfaces/Interfaces_A01_t02: Fail # @compile-error | |
| 614 Language/08_Interfaces/Interfaces_A01_t06: Fail # @compile-error | |
| 615 Language/08_Interfaces/Interfaces_A01_t07: Fail # @compile-error | |
| 616 Language/10_Expressions/01_Constants_A15_t38: Fail # @compile-error | |
| 617 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail # @compi
le-error | |
| 618 Language/10_Expressions/06_Lists_A04_t01: Fail # @compile-error | |
| 619 Language/10_Expressions/07_Maps_A03_t01: Fail # @compile-error | |
| 620 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail # @compile-error | |
| 621 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail # @compile-er
ror | |
| 622 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail # @compile-er
ror | |
| 623 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail # @compile-er
ror | |
| 624 Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t16: Fail
# @compile-error | |
| 625 Language/10_Expressions/20_Equality_A01_t15: Fail # @compile-error | |
| 626 Language/10_Expressions/20_Equality_A01_t16: Fail # @compile-error | |
| 627 Language/10_Expressions/20_Equality_A01_t17: Fail # @compile-error | |
| 628 Language/10_Expressions/20_Equality_A01_t18: Fail # @compile-error | |
| 629 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail # @compile-error | |
| 630 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail # @compile-error | |
| 631 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail # @compile-error | |
| 632 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail # @compile-error | |
| 633 Language/10_Expressions/28_Identifier_Reference_A01_t07: Fail # @compile-error | |
| 634 Language/10_Expressions/28_Identifier_Reference_A01_t08: Fail # @compile-error | |
| 635 Language/10_Expressions/28_Identifier_Reference_A06_t01: Fail # @compile-error | |
| 636 Language/10_Expressions/28_Identifier_Reference_A06_t02: Fail # @compile-error | |
| 637 Language/10_Expressions/28_Identifier_Reference_A06_t03: Fail # @compile-error | |
| 638 Language/10_Expressions/28_Identifier_Reference_A06_t04: Fail # @compile-error | |
| 639 Language/10_Expressions/28_Identifier_Reference_A06_t07: Fail # @compile-error | |
| 640 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail # @compile-error | |
| 641 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # @compile-error | |
| 642 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # @compile-error | |
| 643 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # @compile-error | |
| 644 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail # @compile-error | |
| 645 Language/10_Expressions/28_Identifier_Reference_A06_t17: Fail # @compile-error | |
| 646 Language/10_Expressions/28_Identifier_Reference_A06_t18: Fail # @compile-error | |
| 647 Language/10_Expressions/28_Identifier_Reference_A06_t19: Fail # @compile-error | |
| 648 Language/10_Expressions/28_Identifier_Reference_A06_t20: Fail # @compile-error | |
| 649 Language/10_Expressions/28_Identifier_Reference_A06_t21: Fail # @compile-error | |
| 650 Language/10_Expressions/28_Identifier_Reference_A06_t22: Fail # @compile-error | |
| 651 Language/10_Expressions/28_Identifier_Reference_A06_t23: Fail # @compile-error | |
| 652 Language/10_Expressions/28_Identifier_Reference_A06_t24: Fail # @compile-error | |
| 653 Language/10_Expressions/28_Identifier_Reference_A06_t25: Fail # @compile-error | |
| 654 Language/10_Expressions/28_Identifier_Reference_A06_t26: Fail # @compile-error | |
| 655 Language/10_Expressions/28_Identifier_Reference_A06_t27: Fail # @compile-error | |
| 656 Language/10_Expressions/28_Identifier_Reference_A06_t28: Fail # @compile-error | |
| 657 Language/10_Expressions/28_Identifier_Reference_A06_t29: Fail # @compile-error | |
| 658 Language/10_Expressions/28_Identifier_Reference_A06_t30: Fail # @compile-error | |
| 659 Language/10_Expressions/28_Identifier_Reference_A06_t31: Fail # @compile-error | |
| 660 Language/10_Expressions/28_Identifier_Reference_A06_t32: Fail # @compile-error | |
| 661 Language/10_Expressions/28_Identifier_Reference_A06_t33: Fail # @compile-error | |
| 662 Language/10_Expressions/28_Identifier_Reference_A06_t34: Fail # @compile-error | |
| 663 Language/10_Expressions/28_Identifier_Reference_A06_t35: Fail # @compile-error | |
| 664 Language/10_Expressions/28_Identifier_Reference_A06_t36: Fail # @compile-error | |
| 665 Language/10_Expressions/28_Identifier_Reference_A06_t37: Fail # @compile-error | |
| 666 Language/10_Expressions/28_Identifier_Reference_A06_t38: Fail # @compile-error | |
| 667 Language/10_Expressions/28_Identifier_Reference_A06_t39: Fail # @compile-error | |
| 668 Language/10_Expressions/28_Identifier_Reference_A06_t40: Fail # @compile-error | |
| 669 Language/10_Expressions/28_Identifier_Reference_A06_t41: Fail # @compile-error | |
| 670 Language/10_Expressions/28_Identifier_Reference_A06_t42: Fail # @compile-error | |
| 671 Language/10_Expressions/28_Identifier_Reference_A06_t43: Fail # @compile-error | |
| 672 Language/10_Expressions/28_Identifier_Reference_A06_t44: Fail # @compile-error | |
| 673 Language/10_Expressions/28_Identifier_Reference_A06_t45: Fail # @compile-error | |
| 674 Language/10_Expressions/28_Identifier_Reference_A06_t46: Fail # @compile-error | |
| 675 Language/10_Expressions/28_Identifier_Reference_A06_t47: Fail # @compile-error | |
| 676 Language/10_Expressions/28_Identifier_Reference_A06_t48: Fail # @compile-error | |
| 677 Language/10_Expressions/28_Identifier_Reference_A06_t49: Fail # @compile-error | |
| 678 Language/10_Expressions/28_Identifier_Reference_A06_t50: Fail # @compile-error | |
| 679 Language/10_Expressions/28_Identifier_Reference_A06_t51: Fail # @compile-error | |
| 680 Language/10_Expressions/28_Identifier_Reference_A06_t52: Fail # @compile-error | |
| 681 Language/10_Expressions/28_Identifier_Reference_A06_t53: Fail # @compile-error | |
| 682 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error | |
| 683 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error | |
| 684 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error | |
| 685 Language/10_Expressions/28_Identifier_Reference_A07_t01: Fail # @compile-error | |
| 686 Language/10_Expressions/28_Identifier_Reference_A07_t02: Fail # @compile-error | |
| 687 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # @compile-error | |
| 688 Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail # @compile-error | |
| 689 Language/10_Expressions/28_Identifier_Reference_A07_t05: Fail # @compile-error | |
| 690 Language/10_Expressions/28_Identifier_Reference_A07_t06: Fail # @compile-error | |
| 691 Language/10_Expressions/28_Identifier_Reference_A07_t07: Fail # @compile-error | |
| 692 Language/10_Expressions/28_Identifier_Reference_A07_t08: Fail # @compile-error | |
| 693 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail # @compile-error | |
| 694 Language/10_Expressions/28_Identifier_Reference_A07_t10: Fail # @compile-error | |
| 695 Language/10_Expressions/28_Identifier_Reference_A07_t11: Fail # @compile-error | |
| 696 Language/10_Expressions/28_Identifier_Reference_A07_t12: Fail # @compile-error | |
| 697 Language/10_Expressions/28_Identifier_Reference_A07_t13: Fail # @compile-error | |
| 698 Language/11_Statements/03_Variable_Declaration_A03_t01: Fail # @compile-error | |
| 699 Language/11_Statements/03_Variable_Declaration_A03_t02: Fail # @compile-error | |
| 700 Language/11_Statements/05_For_A01_t12: Fail # @compile-error | |
| 701 Language/11_Statements/08_Switch_A05_t01: Fail # @compile-error | |
| 702 Language/11_Statements/08_Switch_A05_t02: Fail # @compile-error | |
| 703 Language/11_Statements/08_Switch_A06_t01: Fail # @compile-error | |
| 704 Language/11_Statements/08_Switch_A06_t02: Fail # @compile-error | |
| 705 Language/11_Statements/08_Switch_A06_t03: Fail # @compile-error | |
| 706 Language/11_Statements/08_Switch_A06_t04: Fail # @compile-error | |
| 707 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error | |
| 708 Language/11_Statements/09_Try_A01_t18: Fail # @compile-error | |
| 709 Language/11_Statements/10_Return_A04_t01: Fail # @compile-error | |
| 710 Language/11_Statements/10_Return_A04_t02: Fail # @compile-error | |
| 711 Language/11_Statements/10_Return_A04_t03: Fail # @compile-error | |
| 712 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail # @comp
ile-error | |
| 713 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail # @comp
ile-error | |
| 714 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail # @comp
ile-error | |
| 715 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # @comp
ile-error | |
| 716 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail # @comp
ile-error | |
| 717 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error | |
| 718 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail # @compile-error | |
| 719 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail # @compile-error | |
| 720 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail # @compile-error | |
| 721 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail # @compile-error | |
| 722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | |
| 723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | |
| 724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | |
| 725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | |
| 726 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | |
| 727 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | |
| 728 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | |
| 729 | |
| 730 [ $compiler == dart2dart ] | |
| 731 *: Skip | |
| OLD | NEW |