| 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 [ $arch == ia32 ] | 7 [ $component == vm ] |
| 8 | 8 |
| 9 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 | 9 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371433 |
| 10 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371433 | 10 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371433 |
| 11 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371433 | 11 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Examples/A02/t01: Fai
l # Bug 5371433 |
| 12 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail # Bug 5371433 | 12 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A01/t02: Fail # Bug 5371433 |
| 13 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail # Bug 5371433 | 13 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/Shadowing_and_Hiding_
Names/A02/t01: Fail # Bug 5371433 |
| 14 | 14 |
| 15 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail | 15 LangGuideTest/03_Values/03_4_String_Interpolation/A01/t02: Fail |
| 16 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A01/t01: Fail | 16 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A01/t01: Fail |
| 17 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A02/t11: Fail | 17 LangGuideTest/08_Expressions/08_3_Compound_Assigment_Operators/Instance-Field_Co
mpound_Assignment/A02/t11: Fail |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 [ $arch == x64 ] | 152 [ $arch == x64 ] |
| 153 *: Skip | 153 *: Skip |
| 154 | 154 |
| 155 | 155 |
| 156 [ $arch == simarm ] | 156 [ $arch == simarm ] |
| 157 *: Skip | 157 *: Skip |
| 158 | 158 |
| 159 | 159 |
| 160 [ $arch == arm ] | 160 [ $arch == arm ] |
| 161 *: Skip | 161 *: Skip |
| OLD | NEW |