| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 [ $component == leg ] | 7 [ $component == leg ] |
| 8 # These classes have been removed, co19 issue 79. | 8 # These classes have been removed, co19 issue 79. |
| 9 LibTest/core/Dispatcher/*: Fail, OK | 9 LibTest/core/Dispatcher/*: Fail, OK |
| 10 LibTest/core/List/every_A03_t01: Fail, OK | 10 LibTest/core/List/every_A03_t01: Fail, OK |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. | 151 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. |
| 152 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. | 152 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. |
| 153 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. | 153 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. |
| 154 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li
terals. | 154 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li
terals. |
| 155 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li
terals. | 155 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li
terals. |
| 156 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals. | 156 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals. |
| 157 | 157 |
| 158 | 158 |
| 159 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01:
Fail # SsaBuilder: throw without expression not implemented | 159 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01:
Fail # SsaBuilder: throw without expression not implemented |
| 160 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02:
Fail # SsaBuilder: throw without expression not implemented | 160 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02:
Fail # SsaBuilder: throw without expression not implemented |
| 161 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03:
Fail # SsaBuilder.visitBreakStatement not implemented | |
| 162 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04:
Fail # SsaBuilder.visitContinueStatement not implemented | 161 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04:
Fail # SsaBuilder.visitContinueStatement not implemented |
| 163 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05:
Fail # SsaBuilder: throw without expression not implemented | 162 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05:
Fail # SsaBuilder: throw without expression not implemented |
| 164 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03:
Fail # SsaBuilder.visitBreakStatement not implemented | 163 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03:
Fail # SsaBuilder for loop with aborting body not implemented |
| 165 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04:
Fail # SsaBuilder.visitContinueStatement not implemented | 164 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04:
Fail # SsaBuilder.visitContinueStatement not implemented |
| 166 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names
_A02_t01: Fail # SsaBuilder.visitIdentifier on non-this | 165 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names
_A02_t01: Fail # SsaBuilder.visitIdentifier on non-this |
| 167 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail
# Cannot find value | 166 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail
# Cannot find value |
| 168 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail
# Cannot find value | 167 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail
# Cannot find value |
| 169 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/04_2_Operations_on_bas
ic_types_A04_t01: Fail # CompileTimeConstantEvaluator not implemented | 168 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/04_2_Operations_on_bas
ic_types_A04_t01: Fail # CompileTimeConstantEvaluator not implemented |
| 170 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t04: Fail
# CompileTimeConstantEvaluator not implemented | 169 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t04: Fail
# CompileTimeConstantEvaluator not implemented |
| 171 Language/05_Variables/05_Variables_A04_t02: Fail # CompileTimeConstantEvaluator
not implemented | 170 Language/05_Variables/05_Variables_A04_t02: Fail # CompileTimeConstantEvaluator
not implemented |
| 172 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack | 171 Language/06_Functions/06_Functions_A01_t02: Fail # non-empty instruction stack |
| 173 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen
ted | 172 Language/06_Functions/06_Functions_A01_t04: Fail # switch cases are not implemen
ted |
| 174 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value | 173 Language/06_Functions/06_Functions_A02_t01: Fail # Cannot find value |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 LibTest/core/Expect/approxEquals_A01_t01: Fail # CompileTimeConstantEvaluator no
t implemented | 210 LibTest/core/Expect/approxEquals_A01_t01: Fail # CompileTimeConstantEvaluator no
t implemented |
| 212 LibTest/core/Expect/approxEquals_A01_t02: Fail # CompileTimeConstantEvaluator no
t implemented | 211 LibTest/core/Expect/approxEquals_A01_t02: Fail # CompileTimeConstantEvaluator no
t implemented |
| 213 LibTest/core/Expect/approxEquals_A01_t03: Fail # CompileTimeConstantEvaluator no
t implemented | 212 LibTest/core/Expect/approxEquals_A01_t03: Fail # CompileTimeConstantEvaluator no
t implemented |
| 214 LibTest/core/Expect/approxEquals_A02_t01: Fail # CompileTimeConstantEvaluator no
t implemented | 213 LibTest/core/Expect/approxEquals_A02_t01: Fail # CompileTimeConstantEvaluator no
t implemented |
| 215 LibTest/core/Expect/approxEquals_A04_t01: Fail # CompileTimeConstantEvaluator no
t implemented | 214 LibTest/core/Expect/approxEquals_A04_t01: Fail # CompileTimeConstantEvaluator no
t implemented |
| 216 LibTest/core/Expect/listEquals_A01_t02: Fail # CompileTimeConstantEvaluator not
implemented | 215 LibTest/core/Expect/listEquals_A01_t02: Fail # CompileTimeConstantEvaluator not
implemented |
| 217 LibTest/core/Expect/listEquals_A03_t01: Fail # CompileTimeConstantEvaluator not
implemented | 216 LibTest/core/Expect/listEquals_A03_t01: Fail # CompileTimeConstantEvaluator not
implemented |
| 218 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value | 217 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value |
| 219 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value | 218 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value |
| 220 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value | 219 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value |
| 221 LibTest/core/Expect/stringEquals_A01_t01: Fail # SsaBuilder.visitBreakStatement | |
| 222 LibTest/core/Expect/stringEquals_A01_t02: Fail # SsaBuilder.visitBreakStatement | |
| 223 LibTest/core/Expect/stringEquals_A02_t01: Fail # SsaBuilder.visitBreakStatement | |
| 224 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. | 220 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation. |
| 225 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl
emented | 221 LibTest/core/FallThroughError/toString_A01_t02: Fail # switch cases are not impl
emented |
| 226 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatem
ent not implemented | 222 LibTest/core/HashMap/HashMap.from_A02_t01: Fail # SsaBuilder.visitContinueStatem
ent not implemented |
| 227 LibTest/core/HashMap/HashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement n
ot implemented | 223 LibTest/core/HashMap/HashMap_A01_t01: Fail # SsaBuilder.visitContinueStatement n
ot implemented |
| 228 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value | 224 LibTest/core/HashSet/HashSet.from_A01_t01: Fail # Cannot find value |
| 229 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # SsaBuilder.visitBreakStatement
not implemented | 225 LibTest/core/HashSet/HashSet.from_A02_t01: Fail # CompileTimeConstantEvaluator n
ot implemented |
| 230 LibTest/core/HashSet/HashSet_A01_t01: Fail # SsaBuilder.visitContinueStatement n
ot implemented | 226 LibTest/core/HashSet/HashSet_A01_t01: Fail # SsaBuilder.visitContinueStatement n
ot implemented |
| 231 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value | 227 LibTest/core/Isolate/port_A01_t01: Fail # Cannot find value |
| 232 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value | 228 LibTest/core/Isolate/spawn_A01_t01: Fail # Cannot find value |
| 233 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value | 229 LibTest/core/Isolate/spawn_A01_t03: Fail # Cannot find value |
| 234 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # SsaBuilder.visitCo
ntinueStatement | 230 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail # SsaBuilder.visitCo
ntinueStatement |
| 235 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # SsaBuilder.visitContinu
eStatement not implemented | 231 LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail # SsaBuilder.visitContinu
eStatement not implemented |
| 236 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC
ontinueStatement | 232 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail # SsaBuilder.visitC
ontinueStatement |
| 237 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. | 233 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. |
| 238 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value | 234 LibTest/core/List/List.from_A02_t01: Fail # Cannot find value |
| 239 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value | 235 LibTest/core/List/addAll_A01_t01: Fail # Cannot find value |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 LibTest/core/Map/putIfAbsent_A01_t01: Fail # Cannot find value | 275 LibTest/core/Map/putIfAbsent_A01_t01: Fail # Cannot find value |
| 280 LibTest/core/Map/putIfAbsent_A01_t02: Fail # Cannot find value | 276 LibTest/core/Map/putIfAbsent_A01_t02: Fail # Cannot find value |
| 281 LibTest/core/Map/putIfAbsent_A01_t04: Fail # Cannot find value | 277 LibTest/core/Map/putIfAbsent_A01_t04: Fail # Cannot find value |
| 282 LibTest/core/Map/putIfAbsent_A01_t06: Fail # non-empty instruction stack | 278 LibTest/core/Map/putIfAbsent_A01_t06: Fail # non-empty instruction stack |
| 283 LibTest/core/Map/putIfAbsent_A01_t07: Fail # SsaBuilder.visitContinueStatement n
ot implemented | 279 LibTest/core/Map/putIfAbsent_A01_t07: Fail # SsaBuilder.visitContinueStatement n
ot implemented |
| 284 LibTest/core/Map/putIfAbsent_A01_t08: Fail # SsaBuilder.visitContinueStatement n
ot implemented | 280 LibTest/core/Map/putIfAbsent_A01_t08: Fail # SsaBuilder.visitContinueStatement n
ot implemented |
| 285 LibTest/core/Map/putIfAbsent_A01_t09: Fail # SsaBuilder.visitContinueStatement n
ot implemented | 281 LibTest/core/Map/putIfAbsent_A01_t09: Fail # SsaBuilder.visitContinueStatement n
ot implemented |
| 286 LibTest/core/Map/putIfAbsent_A01_t10: Fail # non-empty instruction stack | 282 LibTest/core/Map/putIfAbsent_A01_t10: Fail # non-empty instruction stack |
| 287 LibTest/core/Map/remove_A01_t01: Fail # SsaBuilder.visitContinueStatement not im
plemented | 283 LibTest/core/Map/remove_A01_t01: Fail # SsaBuilder.visitContinueStatement not im
plemented |
| 288 LibTest/core/Map/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im
plemented | 284 LibTest/core/Map/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im
plemented |
| 289 LibTest/core/Match/str_A01_t01: Fail # SsaBuilder.visitBreakStatement not implem
ented | 285 LibTest/core/Match/str_A01_t01: Fail # NoSuchMethodException : method not found:
'get length' |
| 290 LibTest/core/Math/atan2_A01_t02: Fail # CompileTimeConstantEvaluator not impleme
nted | 286 LibTest/core/Math/atan2_A01_t02: Fail # CompileTimeConstantEvaluator not impleme
nted |
| 291 LibTest/core/Math/atan2_A01_t04: Fail # CompileTimeConstantEvaluator not impleme
nted | 287 LibTest/core/Math/atan2_A01_t04: Fail # CompileTimeConstantEvaluator not impleme
nted |
| 292 LibTest/core/Math/cos_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 288 LibTest/core/Math/cos_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 293 LibTest/core/Math/exp_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 289 LibTest/core/Math/exp_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 294 LibTest/core/Math/log_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 290 LibTest/core/Math/log_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 295 LibTest/core/Math/log_A01_t03: Fail # CompileTimeConstantEvaluator not implement
ed | 291 LibTest/core/Math/log_A01_t03: Fail # CompileTimeConstantEvaluator not implement
ed |
| 296 LibTest/core/Math/max_A01_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 292 LibTest/core/Math/max_A01_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 297 LibTest/core/Math/max_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 293 LibTest/core/Math/max_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 298 LibTest/core/Math/max_A01_t03: Fail # CompileTimeConstantEvaluator not implement
ed | 294 LibTest/core/Math/max_A01_t03: Fail # CompileTimeConstantEvaluator not implement
ed |
| 299 LibTest/core/Math/min_A01_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 295 LibTest/core/Math/min_A01_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 300 LibTest/core/Math/min_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 296 LibTest/core/Math/min_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 301 LibTest/core/Math/min_A01_t03: Fail # CompileTimeConstantEvaluator not implement
ed | 297 LibTest/core/Math/min_A01_t03: Fail # CompileTimeConstantEvaluator not implement
ed |
| 302 LibTest/core/Math/pow_A01_t04: Fail # CompileTimeConstantEvaluator not implement
ed | 298 LibTest/core/Math/pow_A01_t04: Fail # CompileTimeConstantEvaluator not implement
ed |
| 303 LibTest/core/Math/pow_A02_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 299 LibTest/core/Math/pow_A02_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 304 LibTest/core/Math/pow_A03_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 300 LibTest/core/Math/pow_A03_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 305 LibTest/core/Math/pow_A04_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 301 LibTest/core/Math/pow_A04_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 306 LibTest/core/Math/pow_A05_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 302 LibTest/core/Math/pow_A05_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 307 LibTest/core/Math/pow_A06_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 303 LibTest/core/Math/pow_A06_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 308 LibTest/core/Math/pow_A07_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 304 LibTest/core/Math/pow_A07_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 309 LibTest/core/Math/pow_A18_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 305 LibTest/core/Math/pow_A18_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 310 LibTest/core/Math/pow_A19_t01: Fail # CompileTimeConstantEvaluator not implement
ed | 306 LibTest/core/Math/pow_A19_t01: Fail # CompileTimeConstantEvaluator not implement
ed |
| 311 LibTest/core/Math/sin_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 307 LibTest/core/Math/sin_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 312 LibTest/core/Math/sqrt_A01_t02: Fail # CompileTimeConstantEvaluator not implemen
ted | 308 LibTest/core/Math/sqrt_A01_t02: Fail # CompileTimeConstantEvaluator not implemen
ted |
| 313 LibTest/core/Math/tan_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed | 309 LibTest/core/Math/tan_A01_t02: Fail # CompileTimeConstantEvaluator not implement
ed |
| 314 LibTest/core/Queue/Queue.from_A01_t01: Fail # SsaBuilder.visitBreakStatement | 310 LibTest/core/Queue/Queue.from_A01_t01: Fail # CompileTimeConstantEvaluator not i
mplemented |
| 315 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail # Compi
leTimeConstantEvaluator not implemented | 311 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail # Compi
leTimeConstantEvaluator not implemented |
| 316 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail # Compi
leTimeConstantEvaluator not implemented | 312 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail # Compi
leTimeConstantEvaluator not implemented |
| 317 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # CompileTim
eConstantEvaluator not implemented | 313 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail # CompileTim
eConstantEvaluator not implemented |
| 318 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # CompileTim
eConstantEvaluator not implemented | 314 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail # CompileTim
eConstantEvaluator not implemented |
| 319 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # switch cases are not implemented | 315 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail # switch cases are not implemented |
| 320 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # switch cases are not implemented | 316 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail # switch cases are not implemented |
| 321 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # switch cases are not implemented | 317 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F
ail # switch cases are not implemented |
| 322 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # switch cases are not implemented | 318 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # switch cases are not implemented |
| 323 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
SsaBuilder.visitContinueStatement not implemented | 319 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
SsaBuilder.visitContinueStatement not implemented |
| 324 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 320 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| 325 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 321 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
| 326 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 322 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
| 327 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail # Comp
ileTimeConstantEvaluator not implemented | 323 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail # Comp
ileTimeConstantEvaluator not implemented |
| 328 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail # Comp
ileTimeConstantEvaluator not implemented | 324 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail # Comp
ileTimeConstantEvaluator not implemented |
| 329 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # Comp
ileTimeConstantEvaluator not implemented | 325 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # Comp
ileTimeConstantEvaluator not implemented |
| 330 LibTest/core/RegExp/pattern_A01_t01: Fail # SsaBuilder.visitBreakStatement not i
mplemented | |
| 331 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value | 326 LibTest/core/Set/Set.from_A01_t01: Fail # Cannot find value |
| 332 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value | 327 LibTest/core/Set/Set.from_A01_t02: Fail # Cannot find value |
| 333 LibTest/core/Set/Set.from_A02_t01: Fail # SsaBuilder.visitBreakStatement not imp
lemented | 328 LibTest/core/Set/Set.from_A02_t01: Fail # CompileTimeConstantEvaluator not imple
mented |
| 334 LibTest/core/Set/Set_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple
mented | 329 LibTest/core/Set/Set_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple
mented |
| 335 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value | 330 LibTest/core/Set/addAll_A01_t01: Fail # Cannot find value |
| 336 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value | 331 LibTest/core/Set/addAll_A01_t02: Fail # Cannot find value |
| 337 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value | 332 LibTest/core/Set/addAll_A01_t03: Fail # Cannot find value |
| 338 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value | 333 LibTest/core/Set/addAll_A01_t04: Fail # Cannot find value |
| 339 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple
mented | 334 LibTest/core/Set/add_A01_t01: Fail # SsaBuilder.visitContinueStatement not imple
mented |
| 340 LibTest/core/Set/add_A01_t02: Fail # SsaBuilder.visitContinueStatement not imple
mented | 335 LibTest/core/Set/add_A01_t02: Fail # SsaBuilder.visitContinueStatement not imple
mented |
| 341 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple
mented | 336 LibTest/core/Set/add_A01_t03: Fail # SsaBuilder.visitContinueStatement not imple
mented |
| 342 LibTest/core/Set/add_A01_t06: Fail # Cannot find value | 337 LibTest/core/Set/add_A01_t06: Fail # Cannot find value |
| 343 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value | 338 LibTest/core/Set/clear_A01_t01: Fail # Cannot find value |
| (...skipping 27 matching lines...) Expand all Loading... |
| 371 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value | 366 LibTest/core/Set/removeAll_A01_t02: Fail # Cannot find value |
| 372 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value | 367 LibTest/core/Set/removeAll_A01_t03: Fail # Cannot find value |
| 373 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value | 368 LibTest/core/Set/remove_A01_t01: Fail # Cannot find value |
| 374 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im
plemented | 369 LibTest/core/Set/remove_A01_t02: Fail # SsaBuilder.visitContinueStatement not im
plemented |
| 375 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value | 370 LibTest/core/Set/remove_A01_t03: Fail # Cannot find value |
| 376 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value | 371 LibTest/core/Set/remove_A01_t04: Fail # Cannot find value |
| 377 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im
plemented | 372 LibTest/core/Set/remove_A01_t05: Fail # SsaBuilder.visitContinueStatement not im
plemented |
| 378 LibTest/core/Set/some_A01_t01: Fail # Cannot find value | 373 LibTest/core/Set/some_A01_t01: Fail # Cannot find value |
| 379 LibTest/core/Set/some_A01_t02: Fail # Cannot find value | 374 LibTest/core/Set/some_A01_t02: Fail # Cannot find value |
| 380 LibTest/core/Set/some_A01_t03: Fail # Cannot find value | 375 LibTest/core/Set/some_A01_t03: Fail # Cannot find value |
| 381 LibTest/core/Stopwatch/stop_A01_t01: Fail # visitBreakStatement not implemented | |
| 382 LibTest/core/String/contains_A01_t02: Fail # Expect.fail('IndexOutOfRangeExcepti
on expected!') | |
| 383 LibTest/core/double/INFINITY_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented | 376 LibTest/core/double/INFINITY_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented |
| 384 LibTest/core/double/NAN_A01_t01: Fail # CompileTimeConstantEvaluator not impleme
nted | 377 LibTest/core/double/NAN_A01_t01: Fail # CompileTimeConstantEvaluator not impleme
nted |
| 385 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail # CompileTimeConstantEvaluat
or not implemented | 378 LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail # CompileTimeConstantEvaluat
or not implemented |
| 386 LibTest/core/double/operator_GE_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented | 379 LibTest/core/double/operator_GE_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented |
| 387 LibTest/core/double/operator_GE_A02_t01: Fail # CompileTimeConstantEvaluator not
implemented | 380 LibTest/core/double/operator_GE_A02_t01: Fail # CompileTimeConstantEvaluator not
implemented |
| 388 LibTest/core/double/operator_GT_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented | 381 LibTest/core/double/operator_GT_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented |
| 389 LibTest/core/double/operator_GT_A02_t01: Fail # CompileTimeConstantEvaluator not
implemented | 382 LibTest/core/double/operator_GT_A02_t01: Fail # CompileTimeConstantEvaluator not
implemented |
| 390 LibTest/core/double/operator_LE_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented | 383 LibTest/core/double/operator_LE_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented |
| 391 LibTest/core/double/operator_LE_A02_t01: Fail # CompileTimeConstantEvaluator not
implemented | 384 LibTest/core/double/operator_LE_A02_t01: Fail # CompileTimeConstantEvaluator not
implemented |
| 392 LibTest/core/double/operator_LT_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented | 385 LibTest/core/double/operator_LT_A01_t03: Fail # CompileTimeConstantEvaluator not
implemented |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 LibTest/core/double/toStringAsFixed_A02_t01: Fail # CompileTimeConstantEvaluator
not implemented | 419 LibTest/core/double/toStringAsFixed_A02_t01: Fail # CompileTimeConstantEvaluator
not implemented |
| 427 LibTest/core/int/compareTo_A01_t02: Fail # CompileTimeConstantEvaluator not impl
emented | 420 LibTest/core/int/compareTo_A01_t02: Fail # CompileTimeConstantEvaluator not impl
emented |
| 428 LibTest/core/int/operator_GE_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented | 421 LibTest/core/int/operator_GE_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented |
| 429 LibTest/core/int/operator_GT_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented | 422 LibTest/core/int/operator_GT_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented |
| 430 LibTest/core/int/operator_LE_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented | 423 LibTest/core/int/operator_LE_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented |
| 431 LibTest/core/int/operator_LT_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented | 424 LibTest/core/int/operator_LT_A01_t01: Fail # CompileTimeConstantEvaluator not im
plemented |
| 432 LibTest/core/int/operator_addition_A01_t01: Fail # CompileTimeConstantEvaluator
not implemented | 425 LibTest/core/int/operator_addition_A01_t01: Fail # CompileTimeConstantEvaluator
not implemented |
| 433 LibTest/core/int/operator_division_A01_t02: Fail # CompileTimeConstantEvaluator
not implemented | 426 LibTest/core/int/operator_division_A01_t02: Fail # CompileTimeConstantEvaluator
not implemented |
| 434 LibTest/core/int/operator_remainder_A01_t02: Fail # CompileTimeConstantEvaluator
not implemented | 427 LibTest/core/int/operator_remainder_A01_t02: Fail # CompileTimeConstantEvaluator
not implemented |
| 435 LibTest/core/int/operator_subtraction_A01_t01: Fail # CompileTimeConstantEvaluat
or not implemented | 428 LibTest/core/int/operator_subtraction_A01_t01: Fail # CompileTimeConstantEvaluat
or not implemented |
| 436 LibTest/core/int/toRadixString_A01_t01: Fail # SsaBuilder.visitBreakStatement. | 429 LibTest/core/int/toRadixString_A01_t01: Fail # Expect.stringEquals(expected: <6A
>", <6a>) fails |
| 430 |
| 437 | 431 |
| 438 | 432 |
| 439 LibTest/core/List/List_A01_t02: Fail # Fixed length array. | 433 LibTest/core/List/List_A01_t02: Fail # Fixed length array. |
| 440 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. | 434 LibTest/core/List/addAll_A02_t01: Fail # Fixed length array. |
| 441 LibTest/core/List/add_A02_t01: Fail # Fixed length array. | 435 LibTest/core/List/add_A02_t01: Fail # Fixed length array. |
| 442 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. | 436 LibTest/core/List/clear_A02_t01: Fail # Fixed length array. |
| 443 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. | 437 LibTest/core/List/insertRange_A02_t01: Fail # Fixed length array. |
| 444 LibTest/core/List/length_A04_t01: Fail # Fixed length array. | 438 LibTest/core/List/length_A04_t01: Fail # Fixed length array. |
| 445 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. | 439 LibTest/core/List/removeLast_A02_t01: Fail # Fixed length array. |
| 446 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. | 440 LibTest/core/List/removeRange_A02_t01: Fail # Fixed length array. |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error | 871 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error |
| 878 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error | 872 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error |
| 879 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error | 873 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error |
| 880 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 874 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
| 881 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 875 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
| 882 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 876 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 883 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 877 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
| 884 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 878 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
| 885 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 879 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 886 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 880 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |