| 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 == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 | 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 |
| 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 | 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 |
| 8 | 8 |
| 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas
e triage this failure. | 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas
e triage this failure. |
| (...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 Language/03_Overview/1_Scoping_A03_t02: Fail # http://dartbug.com/4050 | 1201 Language/03_Overview/1_Scoping_A03_t02: Fail # http://dartbug.com/4050 |
| 1202 Language/03_Overview/2_Privacy_A01_t01: Fail # http://dartbug.com/4050 | 1202 Language/03_Overview/2_Privacy_A01_t01: Fail # http://dartbug.com/4050 |
| 1203 Language/03_Overview/2_Privacy_A01_t16: Fail # http://dartbug.com/4050 | 1203 Language/03_Overview/2_Privacy_A01_t16: Fail # http://dartbug.com/4050 |
| 1204 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co
m/4050 | 1204 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co
m/4050 |
| 1205 | 1205 |
| 1206 | 1206 |
| 1207 # | 1207 # |
| 1208 # Unexpected runtime errors. | 1208 # Unexpected runtime errors. |
| 1209 # | 1209 # |
| 1210 [ $compiler == dart2js ] | 1210 [ $compiler == dart2js ] |
| 1211 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope
rty 'call$0' of undefined | |
| 1212 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' | 1211 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' |
| 1213 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TypeError: Object #<Foo> has no method 'call$0' | 1212 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TypeError: Object #<Foo> has no method 'call$0' |
| 1214 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected:
<Instance of 'C'>, actual: <Instance of 'C'>) fails. | 1213 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected:
<Instance of 'C'>, actual: <Instance of 'C'>) fails. |
| 1215 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc
eption expected') | 1214 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc
eption expected') |
| 1216 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException
expected') | 1215 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException
expected') |
| 1217 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu
e of type Number to incompatible type G | 1216 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu
e of type Number to incompatible type G |
| 1218 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu
e of type Number to incompatible type G | 1217 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu
e of type Number to incompatible type G |
| 1219 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. | 1218 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. |
| 1220 | 1219 |
| 1221 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 | 1220 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 |
| 1222 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 | 1221 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 |
| 1223 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 1222 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 1224 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 1223 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 1225 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 1224 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 1226 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 1225 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 1227 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 1226 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 1228 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 1227 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 1229 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 1228 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 1230 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 1229 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 1231 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 1230 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 1232 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 1231 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |