| 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 | 7 |
| 8 # | 8 # |
| 9 # Problems specific to running on Mac OS X | 9 # Problems specific to running on Mac OS X |
| 10 # | 10 # |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail | 49 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail |
| 50 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail | 50 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail |
| 51 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail | 51 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail |
| 52 | 52 |
| 53 # | 53 # |
| 54 # Problems in both debug and release builds | 54 # Problems in both debug and release builds |
| 55 # | 55 # |
| 56 [ $component == dartc ] | 56 [ $component == dartc ] |
| 57 | 57 |
| 58 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail | 58 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A04/t01: Fail |
| 59 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02
/t01: Fail # Bug 5371670. | |
| 60 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371670. | 59 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371670. |
| 61 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04:
Fail # Bug 5371670. | 60 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04:
Fail # Bug 5371670. |
| 62 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371670. | 61 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371670. |
| 63 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01:
Fail # Bug 5371670. | 62 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01:
Fail # Bug 5371670. |
| 64 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail | 63 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail |
| 65 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371670. | 64 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371670. |
| 66 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t01: Fail | 65 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t01: Fail |
| 67 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail | 66 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail |
| 68 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail | 67 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail |
| 69 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail | 68 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 | 373 |
| 375 [ $component == dartium ] | 374 [ $component == dartium ] |
| 376 *: Skip | 375 *: Skip |
| 377 | 376 |
| 378 | 377 |
| 379 [ $component == chromium ] | 378 [ $component == chromium ] |
| 380 *: Skip | 379 *: Skip |
| 381 | 380 |
| 382 [ $component == frogium ] | 381 [ $component == frogium ] |
| 383 *: Skip | 382 *: Skip |
| OLD | NEW |