| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. | 55 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. |
| 56 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his | 56 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t
his |
| 57 implicit_scope_test: Fail # duplicate definition of a="bar" | 57 implicit_scope_test: Fail # duplicate definition of a="bar" |
| 58 label_test: Fail # switch cases are not implemented | 58 label_test: Fail # switch cases are not implemented |
| 59 library_prefixes_test: Fail # other is not a type | 59 library_prefixes_test: Fail # other is not a type |
| 60 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). | 60 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). |
| 61 many_generic_instanceof_test: Fail # cannot resolve type T | 61 many_generic_instanceof_test: Fail # cannot resolve type T |
| 62 method_binding_test: Fail # internal error: super property read not implemented. | 62 method_binding_test: Fail # internal error: super property read not implemented. |
| 63 method_name_test: Fail # Parsing of pseudo keywords. | 63 method_name_test: Fail # Parsing of pseudo keywords. |
| 64 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 64 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 65 method_override2_test/00: Fail # accepts illegal override |
| 66 method_override2_test/01: Fail # accepts illegal override |
| 67 method_override2_test/02: Fail # accepts illegal override |
| 68 method_override2_test/03: Fail # accepts illegal override |
| 65 named_parameters2_test: Fail # Unimplemented non-matching static call | 69 named_parameters2_test: Fail # Unimplemented non-matching static call |
| 66 named_parameters3_test: Fail # Unimplemented non-matching static call | 70 named_parameters3_test: Fail # Unimplemented non-matching static call |
| 67 named_parameters4_test: Fail # Unimplemented non-matching static call | 71 named_parameters4_test: Fail # Unimplemented non-matching static call |
| 68 naming_test: Fail # Broken because operator negate is not accessible as if it wa
s a method. | 72 naming_test: Fail # Broken because operator negate is not accessible as if it wa
s a method. |
| 69 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. | 73 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. |
| 70 parameter_initializer_test: Fail # internal error: super property read not imple
mented | 74 parameter_initializer_test: Fail # internal error: super property read not imple
mented |
| 71 pseudo_kw_test: Fail # Unexpected token '(' | 75 pseudo_kw_test: Fail # Unexpected token '(' |
| 72 super_field_access_test: Fail # internal error: super property read not implemen
ted | 76 super_field_access_test: Fail # internal error: super property read not implemen
ted |
| 73 super_field_test: Fail # internal error: super property read not implemented | 77 super_field_test: Fail # internal error: super property read not implemented |
| 74 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 78 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 225 |
| 222 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. | 226 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. |
| 223 | 227 |
| 224 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 228 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 225 | 229 |
| 226 [ $compiler == dart2js && $mode == release ] | 230 [ $compiler == dart2js && $mode == release ] |
| 227 assign_top_method_negative_test: Crash | 231 assign_top_method_negative_test: Crash |
| 228 | 232 |
| 229 [ $compiler == dart2js && $runtime == none ] | 233 [ $compiler == dart2js && $runtime == none ] |
| 230 *: Fail, Pass # TODO(ahe): Triage these tests. | 234 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |