| 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 && $system == macos ] | 7 [ $component == leg && $system == macos ] |
| 8 LibTest/core/Math/acos_A01_t01: Fail | 8 LibTest/core/Math/acos_A01_t01: Fail |
| 9 LibTest/core/Math/asin_A01_t01: Fail | 9 LibTest/core/Math/asin_A01_t01: Fail |
| 10 LibTest/core/Math/atan_A01_t01: Fail | 10 LibTest/core/Math/atan_A01_t01: Fail |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 [ $component == leg && $mode == release ] | 33 [ $component == leg && $mode == release ] |
| 34 | 34 |
| 35 | 35 |
| 36 [ $component == leg && $mode == debug ] | 36 [ $component == leg && $mode == debug ] |
| 37 | 37 |
| 38 | 38 |
| 39 [ $component == leg ] | 39 [ $component == leg ] |
| 40 Language/13_Types/7_Type_Void_A01_t02: Fail # TODO(ahe): investigate. | 40 Language/13_Types/7_Type_Void_A01_t02: Fail # TODO(ahe): investigate. |
| 41 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail
# TODO(ahe): investigate. | 41 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail
# TODO(ahe): investigate. |
| 42 | 42 |
| 43 # Time outs on the bots. |
| 44 LibTest/core/List/sort_A01_t05: Skip # Times out. |
| 45 LibTest/core/List/sort_A01_t06: Skip # Times out. |
| 46 |
| 43 | 47 |
| 44 # Issues with co19 test suite. | 48 # Issues with co19 test suite. |
| 45 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. | 49 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. |
| 46 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. | 50 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. |
| 47 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. | 51 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. |
| 48 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. | 52 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p
rint string. |
| 49 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 53 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 50 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. | 54 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. |
| 51 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. | 55 LibTest/core/List/sort_A01_t03: Fail, OK # No method List.copyFrom. |
| 52 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 56 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error | 498 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error |
| 495 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error | 499 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error |
| 496 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error | 500 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error |
| 497 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 501 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
| 498 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 502 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
| 499 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 503 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
| 500 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 504 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
| 501 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 505 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
| 502 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 506 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
| 503 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 507 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
| OLD | NEW |