| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 savannah_test: Fail # Uncaught error: Instance of 'TypeError' | 244 savannah_test: Fail # Uncaught error: Instance of 'TypeError' |
| 245 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' | 245 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' |
| 246 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError' | 246 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError' |
| 247 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError' | 247 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError' |
| 248 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' | 248 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' |
| 249 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 249 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 250 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 250 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 251 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 251 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 252 private3_test: Fail # Uncaught error: Instance of 'TypeError' | 252 private3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 253 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 253 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 254 label_test: Skip # timeout | 254 label_test: Skip # Timeout |
| 255 | 255 |
| 256 | 256 |
| 257 [ $compiler == dart2js && $runtime == ie ] | 257 [ $compiler == dart2js && $runtime == ie ] |
| 258 arithmetic2_test: Skip # BUG(3304): Times out. | 258 arithmetic2_test: Skip # BUG(3304): Times out. |
| 259 assert_keyword_negative_test: Skip # BUG(3304): Times out. | 259 assert_keyword_negative_test: Skip # BUG(3304): Times out. |
| 260 assign_instance_method_negative_test: Skip # BUG(3304): Times out. | 260 assign_instance_method_negative_test: Skip # BUG(3304): Times out. |
| 261 bad_named_parameters2_test: Skip # BUG(3304): Times out. | 261 bad_named_parameters2_test: Skip # BUG(3304): Times out. |
| 262 bad_named_parameters_test: Skip # BUG(3304): Times out. | 262 bad_named_parameters_test: Skip # BUG(3304): Times out. |
| 263 call_through_getter_test: Skip # BUG(3304): Times out. | 263 call_through_getter_test: Skip # BUG(3304): Times out. |
| 264 call_through_null_getter_test: Skip # BUG(3304): Times out. | 264 call_through_null_getter_test: Skip # BUG(3304): Times out. |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 333 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 334 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' | 334 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError' |
| 335 local_function3_test: Fail # Uncaught error: Instance of 'TypeError' | 335 local_function3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 336 arithmetic_test: Skip # Timeout | 336 arithmetic_test: Skip # Timeout |
| 337 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 337 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 338 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 338 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 339 private3_test: Fail # Uncaught error: Instance of 'TypeError' | 339 private3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 340 savannah_test: Fail # Uncaught error: Instance of 'TypeError' | 340 savannah_test: Fail # Uncaught error: Instance of 'TypeError' |
| 341 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 341 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 342 label_test: Skip # Timeout | 342 label_test: Skip # Timeout |
| OLD | NEW |