Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 Language/11_Statements/05_For_A01_t07: Crash | 9 Language/11_Statements/05_For_A01_t07: Crash |
| 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. | 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 246 LibTest/core/Date/operator_GE_A01_t01: Fail | 246 LibTest/core/Date/operator_GE_A01_t01: Fail |
| 247 LibTest/core/Date/operator_GT_A01_t01: Fail | 247 LibTest/core/Date/operator_GT_A01_t01: Fail |
| 248 LibTest/core/Date/operator_LE_A01_t01: Fail | 248 LibTest/core/Date/operator_LE_A01_t01: Fail |
| 249 LibTest/core/Date/operator_LT_A01_t01: Fail | 249 LibTest/core/Date/operator_LT_A01_t01: Fail |
| 250 LibTest/core/Date/operator_equality_A01_t01: Fail | 250 LibTest/core/Date/operator_equality_A01_t01: Fail |
| 251 LibTest/core/Date/timeZoneName_A01_t01: Fail | 251 LibTest/core/Date/timeZoneName_A01_t01: Fail |
| 252 LibTest/core/Date/timeZoneOffset_A01_t01: Fail | 252 LibTest/core/Date/timeZoneOffset_A01_t01: Fail |
| 253 LibTest/core/Date/toLocal_A01_t01: Fail | 253 LibTest/core/Date/toLocal_A01_t01: Fail |
| 254 LibTest/core/Date/toUtc_A01_t01: Fail | 254 LibTest/core/Date/toUtc_A01_t01: Fail |
| 255 | 255 |
| 256 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | 256 [ $compiler == dart2js && $system == macos && $jscl ] |
| 257 LibTest/core/Math/acos_A01_t01: Fail, OK | 257 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 258 LibTest/core/Math/asin_A01_t01: Fail, OK | 258 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 259 LibTest/core/Math/atan_A01_t01: Fail, OK | 259 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 260 | 260 |
| 261 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 261 [ $compiler == dart2js && $system == windows && $jscl ] |
| 262 LibTest/core/double/operator_remainder_A01_t04: Fail | 262 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 263 | 263 |
| 264 [ $compiler == dart2js ] | 264 [ $compiler == dart2js ] |
| 265 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. | 265 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason. |
| 266 | 266 |
| 267 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. | 267 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 268 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. | 268 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 269 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. | 269 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 270 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. | 270 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. |
| 271 | 271 |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 303 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined | 303 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined |
| 304 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 304 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 305 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 305 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 306 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 306 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 307 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 307 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 308 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 308 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 309 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 309 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 310 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 310 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 311 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 311 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 312 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined | 312 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined |
| 313 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined | |
| 314 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined | |
| 315 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined | 313 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined |
| 316 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' | |
| 317 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' | 314 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' |
| 318 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' | |
| 319 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' | 315 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' |
| 320 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' | |
| 321 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' | |
| 322 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 316 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
| 323 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 317 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
| 324 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 318 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
| 325 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 319 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
| 326 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. | 320 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. |
| 327 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. | 321 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. |
| 328 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. | 322 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. |
| 329 | 323 |
| 330 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. | 324 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. |
| 331 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. | 325 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. |
| 332 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. | 326 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. |
| 333 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. | 327 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. |
| 334 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. | 328 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. |
| 335 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. | 329 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. |
| 336 | 330 |
| 337 # The following tests use the deprecated Date interface. | 331 # The following tests use the deprecated Date interface. |
| 338 # Issue co19 - 125 | 332 # Issue co19 - 125 |
| 339 LibTest/core/Date/toString_A02_t01: Fail, OK | 333 LibTest/core/Date/toString_A02_t01: Fail, OK |
| 340 | 334 |
| 341 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 | 335 LibTest/core/Match/pattern_A01_t01: Fail, OK # co19 issue 212 |
| 342 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 | 336 LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212 |
| 343 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 | 337 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212 |
| 344 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 | 338 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 212 |
| 345 | 339 |
| 340 [ $compiler == dart2js && $runtime == d8] | |
| 341 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' | |
| 342 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' | |
| 343 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' | |
| 344 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' | |
| 345 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' | |
| 346 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' | |
| 347 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined | |
| 348 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined | |
| 349 | |
| 350 | |
| 346 [ $compiler == dart2js && $checked ] | 351 [ $compiler == dart2js && $checked ] |
| 347 LibTest/core/Queue/addLast_A01_t01: Slow, Pass | 352 LibTest/core/Queue/addLast_A01_t01: Slow, Pass |
| 348 LibTest/core/Queue/add_A01_t01: Slow, Pass | 353 LibTest/core/Queue/add_A01_t01: Slow, Pass |
| 349 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass | 354 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass |
| 350 | 355 |
| 351 # | 356 # |
| 352 # Issues with co19 test suite. | 357 # Issues with co19 test suite. |
| 353 # | 358 # |
| 354 # If you add anything here, either file a bug against the Dart | 359 # If you add anything here, either file a bug against the Dart |
| 355 # language specification, co19 test suite, or add a comment that ahe@ | 360 # language specification, co19 test suite, or add a comment that ahe@ |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 421 Language/13_Libraries_and_Scripts/2_Imports_A03_t16: Fail # co19 issue 226 | 426 Language/13_Libraries_and_Scripts/2_Imports_A03_t16: Fail # co19 issue 226 |
| 422 Language/13_Libraries_and_Scripts/2_Imports_A03_t26: Fail # co19 issue 226 | 427 Language/13_Libraries_and_Scripts/2_Imports_A03_t26: Fail # co19 issue 226 |
| 423 | 428 |
| 424 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # co19 issue 249 | 429 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # co19 issue 249 |
| 425 Language/13_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # co19 issue 249 | 430 Language/13_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # co19 issue 249 |
| 426 | 431 |
| 427 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: Fail, OK # co19 issue 250 | 432 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: Fail, OK # co19 issue 250 |
| 428 | 433 |
| 429 Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # co19 issue 253: Show combinators are intersections. | 434 Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # co19 issue 253: Show combinators are intersections. |
| 430 | 435 |
| 431 [ $compiler == dart2js && $runtime == d8 ] | 436 [ $compiler == dart2js && $jscl ] |
| 432 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 | 437 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 |
| 433 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 | 438 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 |
| 434 | 439 |
| 435 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 440 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 436 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 441 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 437 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 | 442 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 |
| 438 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 443 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 439 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. | 444 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. |
| 440 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. | 445 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab le. |
| 441 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review. | 446 LibTest/core/Math/exp_A01_t01: Fail, Pass, OK # TODO(floitsch): Review. |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 493 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented | 498 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented |
| 494 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call | 499 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call |
| 495 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call | 500 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call |
| 496 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call | 501 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call |
| 497 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super | 502 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super |
| 498 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super | 503 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super |
| 499 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments | 504 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # cannot deal with su per in complex assignments |
| 500 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. | 505 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. |
| 501 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". | 506 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". |
| 502 | 507 |
| 503 [ $compiler == dart2js && $runtime == d8 ] | 508 [ $compiler == dart2js && $jscl ] |
| 504 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. | 509 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. |
| 505 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 510 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 506 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) | 511 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i n ExpectException message (Expect.isTrue(false) fails.) |
| 507 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' | 512 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/ : Unterminated group' |
| 508 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') | 513 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E xpect.fail('Some exception expected') |
| 509 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') | 514 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Expect.fail('Some exception expected') |
| 510 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') | 515 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Expect.fail('Some exception expected') |
| 511 | 516 |
| 512 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. | 517 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los t during canonicalization. |
| 513 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. | 518 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost during canonicalization. |
| 514 | 519 |
| 515 # | 520 # |
| 516 # The following tests may be broken, but require further review. | 521 # The following tests may be broken, but require further review. |
| 517 # | 522 # |
| 518 [ $compiler == dart2js && $runtime == d8 ] | 523 [ $compiler == dart2js && $jscl ] |
| 519 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? | 524 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? |
| 520 | 525 |
| 521 [ $compiler == dart2js && $browser ] | 526 [ $compiler == dart2js && $browser ] |
| 522 *: Skip | 527 *: Skip |
| 523 | 528 |
| 524 | 529 |
| 525 # | 530 # |
| 526 # Missing compile-time errors. | 531 # Missing compile-time errors. |
| 527 # | 532 # |
| 528 [ $compiler == dart2js ] | 533 [ $compiler == dart2js ] |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 736 | 741 |
| 737 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/5713 | 742 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/5713 |
| 738 | 743 |
| 739 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/5714 | 744 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/5714 |
| 740 | 745 |
| 741 | 746 |
| 742 # | 747 # |
| 743 # Unexpected runtime errors. | 748 # Unexpected runtime errors. |
| 744 # | 749 # |
| 745 [ $compiler == dart2js ] | 750 [ $compiler == dart2js ] |
| 746 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' | |
|
ahe
2012/10/18 12:44:43
Are these fixed? They are still "unexpected runtim
ricow1
2012/10/18 12:54:30
I have moved them up in the section starting in li
| |
| 747 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' | |
| 748 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. | 751 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. |
| 749 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted') | 752 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted') |
| 750 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G | 753 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G |
| 751 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G | 754 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G |
| 752 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. | 755 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. |
| 753 | 756 |
| 754 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 | 757 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 |
| 755 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 | 758 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 |
| 756 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 759 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 757 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 760 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 758 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 761 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 759 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 762 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 760 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 763 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 761 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 764 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 762 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 765 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 763 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 766 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 764 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 767 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 765 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 768 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| 769 | |
| 770 | |
| 771 [ $compiler == dart2js && $runtime == jsshell ] | |
| 772 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the se tests. | |
|
ahe
2012/10/18 12:44:43
Please add these close to the top of the file.
ricow1
2012/10/18 12:54:30
Done.
| |
| 773 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t ests. | |
| 774 LibTest/core/List/every_A03_t01: Fail # TODO(ahe): Triage these tests. | |
| 775 LibTest/core/List/filter_A03_t01: Fail # TODO(ahe): Triage these tests. | |
| 776 LibTest/core/List/forEach_A02_t01: Fail # TODO(ahe): Triage these tests. | |
| 777 LibTest/core/List/some_A03_t01: Fail # TODO(ahe): Triage these tests. | |
| 778 LibTest/core/Map/forEach_A01_t02: Fail # TODO(ahe): Triage these tests. | |
| 779 LibTest/core/Map/putIfAbsent_A01_t06: Fail # TODO(ahe): Triage these tests. | |
| 780 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. | |
| 781 LibTest/core/Queue/every_A01_t03: Fail # TODO(ahe): Triage these tests. | |
| 782 LibTest/core/Queue/filter_A01_t03: Fail # TODO(ahe): Triage these tests. | |
| 783 LibTest/core/Queue/forEach_A01_t03: Fail # TODO(ahe): Triage these tests. | |
| 784 LibTest/core/Queue/some_A01_t03: Fail # TODO(ahe): Triage these tests. | |
| 785 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. | |
| 786 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes e tests. | |
| 787 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test s. | |
| 788 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test s. | |
| 789 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these tests. | |
| OLD | NEW |