| 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 == frog || $component == frogsh ] | 7 [ $component == frog || $component == frogsh ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 [ $component == leg ] | 10 [ $component == leg ] |
| 11 # Skip library tests for now. | 11 # Skip library tests for now. |
| 12 LibTest/*: Skip | 12 LibTest/*: Skip |
| 13 | 13 |
| 14 |
| 15 # TODO(ahe): Investigate why these tests are flaky. |
| 16 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/02_1_Cla
ss_Construction_A18_t01: Fail,Pass |
| 17 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument
s/Named_Arguments_A03_t01: Fail,Pass |
| 18 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi
gnment/Variable_Or_Parameter_Assignment_A03_t04: Fail,Pass |
| 19 Language/07_Classes/5_Constructors/2_Factories_A06_t01: Fail,Pass |
| 20 Language/07_Classes/5_Constructors/2_Factories_A06_t02: Fail,Pass |
| 21 Language/07_Classes/5_Constructors/2_Factories_A06_t03: Fail,Pass |
| 22 Language/07_Classes/5_Constructors/2_Factories_A06_t04: Fail,Pass |
| 23 Language/07_Classes/5_Constructors/2_Factories_A06_t05: Fail,Pass |
| 24 Language/07_Classes/5_Constructors/2_Factories_A06_t06: Fail,Pass |
| 25 Language/13_Types/2_Dynamic_Type_System_A01_t01: Fail,Pass |
| 26 |
| 27 |
| 14 # Crashes and time outs. | 28 # Crashes and time outs. |
| 15 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h | 29 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h |
| 16 Language/09_Generics/09_Generics_A01_t06: Crash | 30 Language/09_Generics/09_Generics_A01_t06: Crash |
| 17 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash | 31 Language/13_Types/3_Type_Declarations/1_Typedef_A01_t04: Crash |
| 18 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash | 32 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t01: Crash |
| 19 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash | 33 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t02: Crash |
| 20 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash | 34 Language/13_Types/3_Type_Declarations/1_Typedef_A05_t03: Crash |
| 21 Language/13_Types/4_Interface_Types_A09_t01: Crash | 35 Language/13_Types/4_Interface_Types_A09_t01: Crash |
| 22 Language/13_Types/4_Interface_Types_A11_t01: Skip # Times out. | 36 Language/13_Types/4_Interface_Types_A11_t01: Skip # Times out. |
| 23 | 37 |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 Language/13_Types/5_Function_Types_A02_t01: Fail | 333 Language/13_Types/5_Function_Types_A02_t01: Fail |
| 320 Language/13_Types/5_Function_Types_A02_t02: Fail | 334 Language/13_Types/5_Function_Types_A02_t02: Fail |
| 321 Language/13_Types/5_Function_Types_A02_t03: Fail | 335 Language/13_Types/5_Function_Types_A02_t03: Fail |
| 322 Language/13_Types/5_Function_Types_A02_t04: Fail | 336 Language/13_Types/5_Function_Types_A02_t04: Fail |
| 323 Language/13_Types/5_Function_Types_A02_t05: Fail | 337 Language/13_Types/5_Function_Types_A02_t05: Fail |
| 324 Language/13_Types/6_Type_Dynamic_A01_t01: Fail | 338 Language/13_Types/6_Type_Dynamic_A01_t01: Fail |
| 325 Language/13_Types/6_Type_Dynamic_A02_t01: Fail | 339 Language/13_Types/6_Type_Dynamic_A02_t01: Fail |
| 326 Language/13_Types/6_Type_Dynamic_A03_t01: Fail | 340 Language/13_Types/6_Type_Dynamic_A03_t01: Fail |
| 327 Language/13_Types/6_Type_Dynamic_A04_t01: Fail | 341 Language/13_Types/6_Type_Dynamic_A04_t01: Fail |
| 328 Language/13_Types/7_Type_Void_A04_t05: Fail | 342 Language/13_Types/7_Type_Void_A04_t05: Fail |
| OLD | NEW |