| 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 ] |
| 11 getters_setters2_test/03: Pass # TODO(ahe): For the wrong reason, I will change
that soon. |
| 12 type_variable_scope_test/00: Pass # TODO(ahe): For the wrong reason, I will chan
ge that soon. |
| 13 type_variable_scope_test/01: Pass # TODO(ahe): For the wrong reason, I will chan
ge that soon. |
| 14 type_variable_scope_test/02: Pass # TODO(ahe): For the wrong reason, I will chan
ge that soon. |
| 15 type_variable_scope_test/03: Pass # TODO(ahe): For the wrong reason, I will chan
ge that soon. |
| 16 type_variable_scope_test/04: Pass # TODO(ahe): For the wrong reason, I will chan
ge that soon. |
| 17 type_variable_scope_test/05: Pass # TODO(ahe): For the wrong reason, I will chan
ge that soon. |
| 18 |
| 11 assign_static_type_test/01: Fail | 19 assign_static_type_test/01: Fail |
| 12 assign_static_type_test/02: Fail | 20 assign_static_type_test/02: Fail |
| 13 assign_static_type_test/03: Fail | 21 assign_static_type_test/03: Fail |
| 14 assign_static_type_test/04: Fail | 22 assign_static_type_test/04: Fail |
| 15 type_variable_bounds_test/01: Fail | 23 type_variable_bounds_test/01: Fail |
| 16 type_variable_bounds_test/02: Fail | 24 type_variable_bounds_test/02: Fail |
| 17 type_variable_bounds_test/04: Fail | 25 type_variable_bounds_test/04: Fail |
| 18 type_variable_bounds_test/05: Fail | 26 type_variable_bounds_test/05: Fail |
| 19 type_variable_bounds2_test/00: Fail | 27 type_variable_bounds2_test/00: Fail |
| 20 type_variable_bounds2_test/03: Fail | 28 type_variable_bounds2_test/03: Fail |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 [ $compiler == dart2js && $runtime == safari ] | 358 [ $compiler == dart2js && $runtime == safari ] |
| 351 arithmetic_test: Skip # BUG(3492): Times out. | 359 arithmetic_test: Skip # BUG(3492): Times out. |
| 352 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 360 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 353 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 361 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 354 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 362 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 355 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 363 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 356 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 364 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 357 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 365 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 358 naming_test: Fail | 366 naming_test: Fail |
| 359 | 367 |
| OLD | NEW |