| 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 double_to_string_as_fixed_test: Fail | 243 double_to_string_as_fixed_test: Fail |
| 244 | 244 |
| 245 | 245 |
| 246 [ $compiler == dart2js && $runtime == ie ] | 246 [ $compiler == dart2js && $runtime == ie ] |
| 247 arithmetic2_test: Fail # BUG(3304) | 247 arithmetic2_test: Fail # BUG(3304) |
| 248 bad_named_parameters2_test: Fail # BUG(3304) | 248 bad_named_parameters2_test: Fail # BUG(3304) |
| 249 bad_named_parameters_test: Fail # BUG(3304) | 249 bad_named_parameters_test: Fail # BUG(3304) |
| 250 call_through_getter_test: Fail # BUG(3304) | 250 call_through_getter_test: Fail # BUG(3304) |
| 251 call_through_null_getter_test: Fail # BUG(3304) | 251 call_through_null_getter_test: Fail # BUG(3304) |
| 252 div_by_zero_test: Fail # BUG(3304) | 252 div_by_zero_test: Fail # BUG(3304) |
| 253 double_to_string_as_exponential_test: Fail # BUG(3304) | |
| 254 double_to_string_as_fixed_test: Fail | 253 double_to_string_as_fixed_test: Fail |
| 255 dynamic_field_test: Fail # BUG(3304) | 254 dynamic_field_test: Fail # BUG(3304) |
| 256 exception_test: Fail # BUG(3304) | 255 exception_test: Fail # BUG(3304) |
| 257 execute_finally7_test: Fail # BUG(3304) | 256 execute_finally7_test: Fail # BUG(3304) |
| 258 expect_test: Fail # BUG(3304) | 257 expect_test: Fail # BUG(3304) |
| 259 factory3_test: Fail # BUG(3304) | 258 factory3_test: Fail # BUG(3304) |
| 260 fannkuch_test: Fail # BUG(3304) | 259 fannkuch_test: Fail # BUG(3304) |
| 261 generics2_test: Fail # BUG(3304) | 260 generics2_test: Fail # BUG(3304) |
| 262 hello_dart_test: Fail # BUG(3304) | 261 hello_dart_test: Fail # BUG(3304) |
| 263 hello_script_test: Fail # BUG(3304) | 262 hello_script_test: Fail # BUG(3304) |
| (...skipping 30 matching lines...) Expand all Loading... |
| 294 | 293 |
| 295 | 294 |
| 296 [ $compiler == dart2js && $runtime == safari ] | 295 [ $compiler == dart2js && $runtime == safari ] |
| 297 arithmetic_test: Skip # BUG(3492): Times out. | 296 arithmetic_test: Skip # BUG(3492): Times out. |
| 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 297 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 298 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 299 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 300 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 301 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 302 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| OLD | NEW |