| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 function_type_alias6_test: Fail # visitIs for typedefs not implemented. | 77 function_type_alias6_test: Fail # visitIs for typedefs not implemented. |
| 78 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef | 78 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef |
| 79 function_type_alias_test: Fail # cannot resolve type Fun | 79 function_type_alias_test: Fail # cannot resolve type Fun |
| 80 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs | 80 function_type_parameter2_test: Fail # Internal Error: expected optional paramete
rs |
| 81 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s | 81 function_type_parameter_test: Fail # Internal Error: expected optional parameter
s |
| 82 generic_instanceof_test: Fail # cannot resolve type T | 82 generic_instanceof_test: Fail # cannot resolve type T |
| 83 generic_instanceof2_test: Fail # fails an instance of test at run time | 83 generic_instanceof2_test: Fail # fails an instance of test at run time |
| 84 generic_instanceof3_test: Fail # cannot handle generics. | 84 generic_instanceof3_test: Fail # cannot handle generics. |
| 85 generic_test: Fail # cannot resolve type T | 85 generic_test: Fail # cannot resolve type T |
| 86 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. | 86 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. |
| 87 getter_no_setter_test/01: Crash # Internal error: NullPointerException : method:
'get:enclosingElement' | |
| 88 implicit_scope_test: Fail # duplicate definition of a="bar" | 87 implicit_scope_test: Fail # duplicate definition of a="bar" |
| 89 library_prefixes_test: Fail # other is not a type | 88 library_prefixes_test: Fail # other is not a type |
| 90 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). | 89 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). |
| 91 many_generic_instanceof_test: Fail # cannot resolve type T | 90 many_generic_instanceof_test: Fail # cannot resolve type T |
| 92 method_binding_test: Fail # internal error: super property read not implemented. | 91 method_binding_test: Fail # internal error: super property read not implemented. |
| 93 method_name_test: Fail # Parsing of pseudo keywords. | 92 method_name_test: Fail # Parsing of pseudo keywords. |
| 94 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 93 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 95 method_override2_test/00: Fail # accepts illegal override | 94 method_override2_test/00: Fail # accepts illegal override |
| 96 method_override2_test/01: Fail # accepts illegal override | 95 method_override2_test/01: Fail # accepts illegal override |
| 97 method_override2_test/02: Fail # accepts illegal override | 96 method_override2_test/02: Fail # accepts illegal override |
| (...skipping 10 matching lines...) Expand all Loading... |
| 108 named_parameters3_test: Fail # Unimplemented non-matching static call | 107 named_parameters3_test: Fail # Unimplemented non-matching static call |
| 109 named_parameters4_test: Fail # Unimplemented non-matching static call | 108 named_parameters4_test: Fail # Unimplemented non-matching static call |
| 110 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. | 109 named_parameters_aggregated_test/01: Fail # Presence of default values for optio
nal params is not properly validated in type definitions. |
| 111 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. | 110 named_parameters_aggregated_test/03: Fail # Presence of default values for optio
nal params is not properly validated in closure types. |
| 112 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. | 111 named_parameters_aggregated_test/05: Fail # Absence of positional parameters bef
ore named parameters does not trigger static type warning. |
| 113 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. | 112 operator6_test: Fail # Constant folding of bit-operations does not agree with ru
ntime behavior. Issue 2887. |
| 114 pseudo_kw_test: Fail # Unexpected token '(' | 113 pseudo_kw_test: Fail # Unexpected token '(' |
| 115 super_implicit_closure_test: Fail # internal error: super property read not impl
emented | 114 super_implicit_closure_test: Fail # internal error: super property read not impl
emented |
| 116 super_operator_test: Fail # internal error: super property store not implemented | 115 super_operator_test: Fail # internal error: super property store not implemented |
| 117 switch_label_test: Fail # error: target of continue is not a loop or switch case | 116 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 118 setter_no_getter_call_test/01: Crash # Issue 4361 | |
| 119 | 117 |
| 120 | 118 |
| 121 # External tests. | 119 # External tests. |
| 122 external_test/01: Fail | 120 external_test/01: Fail |
| 123 external_test/02: Fail | 121 external_test/02: Fail |
| 124 external_test/11: Fail | 122 external_test/11: Fail |
| 125 external_test/12: Fail | 123 external_test/12: Fail |
| 126 external_test/13: Skip # Runtime error (missing patch). | 124 external_test/13: Skip # Runtime error (missing patch). |
| 127 external_test/14: Fail | 125 external_test/14: Fail |
| 128 external_test/15: Fail | 126 external_test/15: Fail |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 [ $compiler == dart2js && $runtime == safari ] | 289 [ $compiler == dart2js && $runtime == safari ] |
| 292 arithmetic_test: Skip # BUG(3492): Times out. | 290 arithmetic_test: Skip # BUG(3492): Times out. |
| 293 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 291 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 294 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 292 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 295 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 293 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 296 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 294 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 297 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 295 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 298 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 296 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 299 naming_test: Fail | 297 naming_test: Fail |
| 300 | 298 |
| OLD | NEW |