| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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. | 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. | 60 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/A03/t01:
Fail # Bug 5371670. | |
| 62 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04:
Fail # Bug 5371670. | 61 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04:
Fail # Bug 5371670. |
| 63 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371670. | 62 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371670. |
| 64 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01:
Fail # Bug 5371670. | 63 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A13/t01:
Fail # Bug 5371670. |
| 65 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail | 64 LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail |
| 66 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371670. | 65 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371670. |
| 67 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t01: Fail | 66 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t01: Fail |
| 68 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail | 67 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail |
| 69 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail | 68 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail |
| 70 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail | 69 LangGuideTest/03_Values/03_3_Strings/A03/t01: Fail |
| 71 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail | 70 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/A02/t01: Fail |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 | 386 |
| 388 [ $component == dartium ] | 387 [ $component == dartium ] |
| 389 *: Skip | 388 *: Skip |
| 390 | 389 |
| 391 | 390 |
| 392 [ $component == chromium ] | 391 [ $component == chromium ] |
| 393 *: Skip | 392 *: Skip |
| 394 | 393 |
| 395 [ $component == frogium ] | 394 [ $component == frogium ] |
| 396 *: Skip | 395 *: Skip |
| OLD | NEW |