| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 | 222 |
| 223 | 223 |
| 224 [ $compiler == dart2js && $mode == release ] | 224 [ $compiler == dart2js && $mode == release ] |
| 225 assign_top_method_negative_test: Crash | 225 assign_top_method_negative_test: Crash |
| 226 | 226 |
| 227 | 227 |
| 228 [ $compiler == dart2js && $runtime == none ] | 228 [ $compiler == dart2js && $runtime == none ] |
| 229 *: Fail, Pass # TODO(ahe): Triage these tests. | 229 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 230 | 230 |
| 231 | 231 |
| 232 [ $compiler == dart2js && $runtime != ie ] | 232 [ $compiler == dart2js && ($runtime == ff || $runtime == safari || $runtime == d
8 || $runtime == drt || $runtime == chrome) ] |
| 233 class_override_negative_test: Fail, OK # Negative language test. | 233 class_override_negative_test: Fail, OK # Negative language test. |
| 234 override_field_method4_negative_test: Fail, OK # Negative language test. | 234 override_field_method4_negative_test: Fail, OK # Negative language test. |
| 235 override_field_method5_negative_test: Fail, OK # Negative language test. | 235 override_field_method5_negative_test: Fail, OK # Negative language test. |
| 236 | 236 |
| 237 | 237 |
| 238 [ $compiler == dart2js && $runtime == ff ] | 238 [ $compiler == dart2js && $runtime == ff ] |
| 239 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 239 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 240 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 240 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 241 double_to_string_as_fixed_test: Fail | 241 double_to_string_as_fixed_test: Fail |
| 242 double_to_string_as_exponential_test: Fail | 242 double_to_string_as_exponential_test: Fail |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 unbound_getter_test: Fail # BUG(3304) | 291 unbound_getter_test: Fail # BUG(3304) |
| 292 | 292 |
| 293 | 293 |
| 294 [ $compiler == dart2js && $runtime == safari ] | 294 [ $compiler == dart2js && $runtime == safari ] |
| 295 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 295 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 296 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 296 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 297 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 297 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 298 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 298 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 299 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 299 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 300 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 300 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| OLD | NEW |