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 prefix co19 | 5 prefix co19 |
6 | 6 |
7 | |
8 # | |
9 # Problems specific to running on Mac OS X | |
10 # | |
11 | |
12 [ $component == dartc && $system == macos ] | |
13 LibTest/core/Math/acos_A01_t01: Fail # Issue co19 - 44 | |
14 LibTest/core/Math/asin_A01_t01: Fail # Issue co19 - 44 | |
15 LibTest/core/Math/atan_A01_t01: Fail # Issue co19 - 44 | |
16 | |
17 LibTest/core/String/toLowerCase_A01_t04: Fail | |
18 LibTest/core/String/toUpperCase_A01_t04: Fail | |
19 | |
20 | |
21 [ $component == dartc ] | 7 [ $component == dartc ] |
22 | 8 |
23 | 9 |
24 # Marked failed after code generation removed from dartc | 10 # Marked failed after code generation removed from dartc |
25 | 11 |
26 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Pass # status change with --check-only | 12 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Pass # status change with --check-only |
27 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t02: Fail | 13 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t02: Fail |
28 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/04_2_Operations_on_bas
ic_types_A02_t01: Pass # status change with --check-only | 14 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/04_2_Operations_on_bas
ic_types_A02_t01: Pass # status change with --check-only |
29 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t02: Pass # status change with --check-only | 15 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t02: Pass # status change with --check-only |
30 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t03: Pass # status change with --check-only | 16 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t03: Pass # status change with --check-only |
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 | 530 |
545 [ $component == dartium ] | 531 [ $component == dartium ] |
546 *: Skip | 532 *: Skip |
547 | 533 |
548 | 534 |
549 [ $component == chromium ] | 535 [ $component == chromium ] |
550 *: Skip | 536 *: Skip |
551 | 537 |
552 [ $component == frogium ] | 538 [ $component == frogium ] |
553 *: Skip | 539 *: Skip |
OLD | NEW |