| 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 [ $component == dart2js && $system == macos ] | 5 [ $component == dart2js && $system == macos ] |
| 6 LibTest/core/Math/acos_A01_t01: Fail, OK | 6 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 7 LibTest/core/Math/asin_A01_t01: Fail, OK | 7 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 8 LibTest/core/Math/atan_A01_t01: Fail, OK | 8 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 9 | 9 |
| 10 | 10 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 [ $component == legium ] | 32 [ $component == legium ] |
| 33 *: Skip | 33 *: Skip |
| 34 | 34 |
| 35 | 35 |
| 36 [ $component == dart2js ] | 36 [ $component == dart2js ] |
| 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. | 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. |
| 38 | 38 |
| 39 | 39 |
| 40 # Issues with co19 test suite. | 40 # Issues with co19 test suite. |
| 41 Language/07_Classes/5_Constructors/3_Constant_Constructors_A04_t04: Fail, OK # c
o19 issue 104 | |
| 42 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations
can't be constant. | 41 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations
can't be constant. |
| 43 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 42 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 44 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 43 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 45 Language/10_Expressions/05_Strings_A02_t01: Fail, OK # Issue 1498. | |
| 46 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). | 44 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat
ement cannot start with a map literal (specification bug). |
| 47 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # Constant string literals in
maps. | 45 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # Constant string literals in
maps. |
| 48 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. | 46 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec
laration takes precedence over function expression. |
| 49 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv
e type Isolate | 47 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK # cannot resolv
e type Isolate |
| 50 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09:
Fail, OK # Assumes super scope comes before library scope. | 48 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09:
Fail, OK # Assumes super scope comes before library scope. |
| 51 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. | 49 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl
aration takes precedence over function expression. |
| 52 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. | 50 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak
es precedence over function expression. |
| 53 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. | 51 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d
eclaration takes precedence over function expression. |
| 54 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. | 52 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes
precedence over function expression. |
| 55 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. | 53 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal
cannot start an expression statement. |
| 56 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. | 54 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite
ral cannot start an expression statement. |
| 57 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 55 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 58 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). | 56 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an
expression statement cannot start with a map literal (specification bug). |
| 59 Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {. | |
| 60 Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87. | |
| 61 Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec. | |
| 62 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88. | |
| 63 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88. | |
| 64 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 57 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 65 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 58 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 66 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 59 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 67 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 60 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 68 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. | 61 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 92. |
| 69 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. | 62 LibTest/core/Match/groups_A01_t01: Fail, OK # co19 issue 92. |
| 70 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. | 63 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 92. |
| 71 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 64 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 72 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. | 65 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. |
| 73 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. | 66 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. |
| (...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error | 412 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error |
| 420 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error | 413 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error |
| 421 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error | 414 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error |
| 422 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error | 415 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error |
| 423 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error | 416 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error |
| 424 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error | 417 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error |
| 425 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 418 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 426 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error | 419 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error |
| 427 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error | 420 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error |
| 428 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c
ompile-error | 421 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c
ompile-error |
| 429 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error | |
| 430 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error | |
| 431 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error | 422 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error |
| 432 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error | 423 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error |
| 433 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error | 424 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error |
| 434 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error | 425 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error |
| 435 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err
or | 426 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-err
or |
| 436 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile-
error | 427 Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile-
error |
| 437 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil
e-error | 428 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compil
e-error |
| 438 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil
e-error | 429 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compil
e-error |
| 439 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil
e-error | 430 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail, OK # @compil
e-error |
| 440 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil
e-error | 431 Language/10_Expressions/10_Instance_Creation/2_Const_A07_t01: Fail, OK # @compil
e-error |
| (...skipping 24 matching lines...) Expand all Loading... |
| 465 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error | 456 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error |
| 466 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error | 457 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error |
| 467 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error | 458 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error |
| 468 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error | 459 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error |
| 469 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 460 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 470 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or | 461 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or |
| 471 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or | 462 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or |
| 472 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or | 463 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or |
| 473 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or | 464 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or |
| 474 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 465 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| 466 |
| 467 |
| 468 # |
| 469 # New crashes. |
| 470 # |
| 471 Language/03_Overview/1_Scoping_A01_t49: Crash # TODO(ahe): New crash at r164. Pl
ease triage. |
| 472 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A03_t05: Crash # TODO
(ahe): New crash at r164. Please triage. |
| 473 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A03_t06: Crash # TODO
(ahe): New crash at r164. Please triage. |
| 474 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t05: Crash # TODO
(ahe): New crash at r164. Please triage. |
| 475 Language/12_Libraries_and_Scripts/1_Imports_A01_t08: Crash # TODO(ahe): New cras
h at r164. Please triage. |
| 476 Language/12_Libraries_and_Scripts/1_Imports_A01_t17: Crash # TODO(ahe): New cras
h at r164. Please triage. |
| 477 Language/12_Libraries_and_Scripts/1_Imports_A03_t04: Crash # TODO(ahe): New cras
h at r164. Please triage. |
| 478 Language/12_Libraries_and_Scripts/2_Includes_A01_t07: Crash # TODO(ahe): New cra
sh at r164. Please triage. |
| 479 Language/12_Libraries_and_Scripts/2_Includes_A01_t16: Crash # TODO(ahe): New cra
sh at r164. Please triage. |
| 480 Language/12_Libraries_and_Scripts/2_Includes_A01_t17: Crash # TODO(ahe): New cra
sh at r164. Please triage. |
| 481 |
| 482 |
| 483 # |
| 484 # New failures |
| 485 # |
| 486 Language/03_Overview/1_Scoping_A01_t19: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 487 Language/03_Overview/1_Scoping_A01_t20: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 488 Language/03_Overview/1_Scoping_A01_t21: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 489 Language/03_Overview/1_Scoping_A01_t23: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 490 Language/03_Overview/1_Scoping_A01_t24: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 491 Language/03_Overview/1_Scoping_A01_t35: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 492 Language/03_Overview/1_Scoping_A01_t36: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 493 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 494 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 495 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 496 Language/03_Overview/1_Scoping_A01_t45: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 497 Language/03_Overview/1_Scoping_A01_t46: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 498 Language/03_Overview/1_Scoping_A02_t07: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 499 Language/03_Overview/1_Scoping_A02_t10: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 500 Language/03_Overview/1_Scoping_A02_t12: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 501 Language/03_Overview/1_Scoping_A02_t13: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 502 Language/03_Overview/1_Scoping_A03_t05: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 503 Language/03_Overview/2_Privacy_A01_t06: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 504 Language/03_Overview/2_Privacy_A01_t09: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 505 Language/03_Overview/2_Privacy_A01_t10: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 506 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 507 Language/03_Overview/2_Privacy_A01_t14: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 508 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 509 Language/03_Overview/2_Privacy_A01_t19: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 510 Language/03_Overview/2_Privacy_A01_t20: Fail # TODO(ahe): New failure at r164. P
lease triage. |
| 511 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 512 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 513 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A03_t13: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 514 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t08: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 515 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 516 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t14: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 517 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 518 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 519 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t02: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 520 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 521 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 522 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail # TODO(
ahe): New failure at r164. Please triage. |
| 523 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 524 Language/12_Libraries_and_Scripts/1_Imports_A04_t01: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 525 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 526 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 527 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 528 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail # TODO(ahe): New fail
ure at r164. Please triage. |
| 529 Language/12_Libraries_and_Scripts/2_Includes_A02_t03: Fail # TODO(ahe): New fail
ure at r164. Please triage. |
| 530 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail # TODO(ahe): New fail
ure at r164. Please triage. |
| 531 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail # TODO(ahe): New fail
ure at r164. Please triage. |
| 532 Language/12_Libraries_and_Scripts/3_Scripts_A01_t10: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 533 Language/12_Libraries_and_Scripts/3_Scripts_A01_t16: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| 534 Language/12_Libraries_and_Scripts/3_Scripts_A03_t03: Fail # TODO(ahe): New failu
re at r164. Please triage. |
| OLD | NEW |