| 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 [ $compiler == dartc ] | 5 [ $compiler == dartc ] |
| 6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 | 6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 |
| 7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 | 7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 |
| 8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 | 8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 |
| 9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179 | 9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179 |
| 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517
9 | 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517
9 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 Language/07_Classes/07_Classes_A01_t20: Fail, OK # the default constructor invok
es a non-existent zero argument constructor | 71 Language/07_Classes/07_Classes_A01_t20: Fail, OK # the default constructor invok
es a non-existent zero argument constructor |
| 72 Language/07_Classes/07_Classes_A02_t01: Fail # Issue 5419 | 72 Language/07_Classes/07_Classes_A02_t01: Fail # Issue 5419 |
| 73 Language/07_Classes/07_Classes_A02_t31: Fail, OK # constant constructors are not
required to have a body | 73 Language/07_Classes/07_Classes_A02_t31: Fail, OK # constant constructors are not
required to have a body |
| 74 Language/07_Classes/07_Classes_A02_t32: Fail, OK # constant constructors are not
required to have a body | 74 Language/07_Classes/07_Classes_A02_t32: Fail, OK # constant constructors are not
required to have a body |
| 75 Language/07_Classes/07_Classes_A02_t34: Fail # Issue 5419 | 75 Language/07_Classes/07_Classes_A02_t34: Fail # Issue 5419 |
| 76 Language/07_Classes/07_Classes_A09_t01: Fail, OK # warning expected if instance
member has the same name as a static member | 76 Language/07_Classes/07_Classes_A09_t01: Fail, OK # warning expected if instance
member has the same name as a static member |
| 77 Language/07_Classes/2_Getters_A01_t05: Fail # No issue: waiting to remove old ge
tter syntax | 77 Language/07_Classes/2_Getters_A01_t05: Fail # No issue: waiting to remove old ge
tter syntax |
| 78 Language/07_Classes/3_Setters_A04_t02: Fail, OK # getter and method with the sam
e name | 78 Language/07_Classes/3_Setters_A04_t02: Fail, OK # getter and method with the sam
e name |
| 79 Language/07_Classes/3_Setters_A04_t03: Fail, OK # getter and method with the sam
e name | 79 Language/07_Classes/3_Setters_A04_t03: Fail, OK # getter and method with the sam
e name |
| 80 Language/07_Classes/3_Setters_A04_t06: Fail OK # getter and method with the same
name | 80 Language/07_Classes/3_Setters_A04_t06: Fail OK # getter and method with the same
name |
| 81 Language/07_Classes/6_Constructors_A01_t01: Fail # Issue 5163 | |
| 82 Language/07_Classes/6_Constructors_A03_t03: Fail, OK # this should be a warning,
not an error | 81 Language/07_Classes/6_Constructors_A03_t03: Fail, OK # this should be a warning,
not an error |
| 83 | 82 |
| 84 # co19 issue 217 | 83 # co19 issue 217 |
| 85 Language/07_Classes/07_Classes_A07_t03: Fail, OK | 84 Language/07_Classes/07_Classes_A07_t03: Fail, OK |
| 86 Language/07_Classes/07_Classes_A07_t06: Fail, OK | 85 Language/07_Classes/07_Classes_A07_t06: Fail, OK |
| 87 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK | 86 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK |
| 88 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK | 87 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK |
| 89 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK | 88 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK |
| 90 | 89 |
| 91 # co19 issue 218 | 90 # co19 issue 218 |
| 92 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail, OK | 91 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail, OK |
| 93 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail, OK | 92 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail, OK |
| 94 Language/10_Expressions/28_Identifier_Reference_A08_t05: Fail, OK | 93 Language/10_Expressions/28_Identifier_Reference_A08_t05: Fail, OK |
| 95 Language/10_Expressions/28_Identifier_Reference_A08_t38: Fail, OK | 94 Language/10_Expressions/28_Identifier_Reference_A08_t38: Fail, OK |
| 96 Language/11_Statements/15_Assert_A05_t02: Fail, OK | 95 Language/11_Statements/15_Assert_A05_t02: Fail, OK |
| 97 Language/11_Statements/15_Assert_A05_t03: Fail, OK | 96 Language/11_Statements/15_Assert_A05_t03: Fail, OK |
| 98 Language/11_Statements/15_Assert_A05_t01: Fail, OK | 97 Language/11_Statements/15_Assert_A05_t01: Fail, OK |
| 99 Language/11_Statements/15_Assert_A05_t04: Fail, OK | 98 Language/11_Statements/15_Assert_A05_t04: Fail, OK |
| 100 Language/11_Statements/15_Assert_A05_t05: Fail, OK | 99 Language/11_Statements/15_Assert_A05_t05: Fail, OK |
| 101 | 100 |
| 102 # co19 issue 219 | 101 # co19 issue 219 |
| 103 Language/03_Overview/1_Scoping_A02_t05: Fail, OK | 102 Language/03_Overview/1_Scoping_A02_t05: Fail, OK |
| 104 Language/09_Generics/09_Generics_A04_t04: Fail, OK | 103 Language/09_Generics/09_Generics_A04_t04: Fail, OK |
| 105 Language/09_Generics/09_Generics_A04_t05: Fail, OK | 104 Language/09_Generics/09_Generics_A04_t05: Fail, OK |
| 106 | 105 |
| 106 # co19 issue 222 |
| 107 Language/07_Classes/07_Classes_A03_t10: Fail, OK |
| 108 |
| 109 |
| 107 Language/07_Classes/7_Static_Methods_A01_t03: Fail, OK # this should be a warnin
g, not an error | 110 Language/07_Classes/7_Static_Methods_A01_t03: Fail, OK # this should be a warnin
g, not an error |
| 108 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Fail # Issue 5240 | 111 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Fail # Issue 5240 |
| 109 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail,
OK # this should be a warning, not an error | 112 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail,
OK # this should be a warning, not an error |
| 110 Language/10_Expressions/30_Type_Cast_A01_t04: Fail, OK # the expected error is n
ot specified | 113 Language/10_Expressions/30_Type_Cast_A01_t04: Fail, OK # the expected error is n
ot specified |
| 111 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail, OK # p
art directive with invalid URI | 114 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail, OK # p
art directive with invalid URI |
| 112 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c
ontains syntax error | 115 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c
ontains syntax error |
| 113 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c
ontains syntax error | 116 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c
ontains syntax error |
| 114 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail, OK # contains syntax
error | 117 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail, OK # contains syntax
error |
| 115 Language/13_Libraries_and_Scripts/2_Imports_A01_t03: Fail, OK # testing an unspe
cified error | 118 Language/13_Libraries_and_Scripts/2_Imports_A01_t03: Fail, OK # testing an unspe
cified error |
| 116 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail, OK # contains semanti
c error | 119 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail, OK # contains semanti
c error |
| (...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK | 708 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK |
| 706 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK | 709 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK |
| 707 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK | 710 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK |
| 708 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK | 711 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK |
| 709 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK | 712 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK |
| 710 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK | 713 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK |
| 711 | 714 |
| 712 | 715 |
| 713 [ $runtime == drt && ($compiler == none || $compiler == frog) ] | 716 [ $runtime == drt && ($compiler == none || $compiler == frog) ] |
| 714 *: Skip | 717 *: Skip |
| OLD | NEW |