| 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 && $checked ] | 5 [ $compiler == dart2js && $checked ] |
| 6 assign_static_type_test/01: Fail | 6 assign_static_type_test/01: Fail |
| 7 assign_static_type_test/02: Fail | 7 assign_static_type_test/02: Fail |
| 8 assign_static_type_test/03: Fail | 8 assign_static_type_test/03: Fail |
| 9 assign_static_type_test/04: Fail | 9 assign_static_type_test/04: Fail |
| 10 type_variable_bounds_test/01: Fail | 10 type_variable_bounds_test/01: Fail |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 function_type_alias_test: Fail # cannot resolve type Fun | 56 function_type_alias_test: Fail # cannot resolve type Fun |
| 57 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 57 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
| 58 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 58 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
| 59 generic_instanceof_test: Fail # cannot resolve type T | 59 generic_instanceof_test: Fail # cannot resolve type T |
| 60 generic_instanceof2_test: Fail # fails an instance of test at run time | 60 generic_instanceof2_test: Fail # fails an instance of test at run time |
| 61 generic_instanceof3_test: Fail # cannot handle generics. | 61 generic_instanceof3_test: Fail # cannot handle generics. |
| 62 generic_test: Fail # cannot resolve type T | 62 generic_test: Fail # cannot resolve type T |
| 63 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. | 63 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. |
| 64 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 64 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 65 implicit_scope_test: Fail # duplicate definition of a="bar" | 65 implicit_scope_test: Fail # duplicate definition of a="bar" |
| 66 label_test: Fail # switch cases are not implemented | |
| 67 library_prefixes_test: Fail # other is not a type | 66 library_prefixes_test: Fail # other is not a type |
| 68 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). | 67 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). |
| 69 many_generic_instanceof_test: Fail # cannot resolve type T | 68 many_generic_instanceof_test: Fail # cannot resolve type T |
| 70 method_binding_test: Fail # internal error: super property read not implemented. | 69 method_binding_test: Fail # internal error: super property read not implemented. |
| 71 method_name_test: Fail # Parsing of pseudo keywords. | 70 method_name_test: Fail # Parsing of pseudo keywords. |
| 72 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 71 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 73 method_override2_test/00: Fail # accepts illegal override | 72 method_override2_test/00: Fail # accepts illegal override |
| 74 method_override2_test/01: Fail # accepts illegal override | 73 method_override2_test/01: Fail # accepts illegal override |
| 75 method_override2_test/02: Fail # accepts illegal override | 74 method_override2_test/02: Fail # accepts illegal override |
| 76 method_override2_test/03: Fail # accepts illegal override | 75 method_override2_test/03: Fail # accepts illegal override |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 | 309 |
| 311 [ $compiler == dart2js && $runtime == safari ] | 310 [ $compiler == dart2js && $runtime == safari ] |
| 312 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 311 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 313 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 312 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 314 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 313 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 315 arithmetic_test: Skip # Timeout | 314 arithmetic_test: Skip # Timeout |
| 316 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 315 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 317 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 316 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 318 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 317 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 319 label_test: Skip # Timeout | 318 label_test: Skip # Timeout |
| OLD | NEW |