| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 | 295 |
| 296 | 296 |
| 297 [ $compiler == dart2js && $runtime == safari ] | 297 [ $compiler == dart2js && $runtime == safari ] |
| 298 arithmetic_test: Skip # BUG(3492): Times out. | 298 arithmetic_test: Skip # BUG(3492): Times out. |
| 299 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 299 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 300 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 300 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 301 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 301 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 302 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 303 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 303 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 304 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 304 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 305 | |
| 306 | |
| 307 [ $compiler == dart2js && $system == windows ] | |
| 308 function_type_alias6_test: Fail # Test runner bug: this is a crash. | |
| OLD | NEW |