| 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 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
| 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 | 299 |
| 300 | 300 |
| 301 [ $compiler == dart2js && $runtime == ie9 ] | 301 [ $compiler == dart2js && $runtime == ie9 ] |
| 302 double_to_string_as_exponential3_test: Fail | 302 double_to_string_as_exponential3_test: Fail |
| 303 double_to_string_as_fixed_test: Fail | 303 double_to_string_as_fixed_test: Fail |
| 304 double_to_string_as_precision3_test: Fail | 304 double_to_string_as_precision3_test: Fail |
| 305 expect_test: Fail | 305 expect_test: Fail |
| 306 factory3_test: Fail | 306 factory3_test: Fail |
| 307 stack_overflow_test: Fail | 307 stack_overflow_test: Fail |
| 308 stack_overflow_stacktrace_test: Fail | 308 stack_overflow_stacktrace_test: Fail |
| 309 type_checks_in_factory_method_test: Fail | |
| 310 | 309 |
| 311 | 310 |
| 312 [ $compiler == dart2js && $runtime == safari ] | 311 [ $compiler == dart2js && $runtime == safari ] |
| 313 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 312 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 314 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 313 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 315 arithmetic_test: Fail # Issue: 7414 | 314 arithmetic_test: Fail # Issue: 7414 |
| 316 | 315 |
| 317 | 316 |
| 318 [ $runtime == opera ] | 317 [ $runtime == opera ] |
| 319 null_access_error_test: Fail # Issue: 7413 | 318 null_access_error_test: Fail # Issue: 7413 |
| 320 string_interpolate_null_test: Fail # Issue: 7413 | 319 string_interpolate_null_test: Fail # Issue: 7413 |
| 321 call_through_null_getter_test: Fail | 320 call_through_null_getter_test: Fail |
| 322 closure3_test: Fail | 321 closure3_test: Fail |
| 323 execute_finally3_test: Fail | 322 execute_finally3_test: Fail |
| 324 method_invocation_test: Fail | 323 method_invocation_test: Fail |
| 325 null_pointer_exception_test: Fail | 324 null_pointer_exception_test: Fail |
| 326 stack_overflow_test: Fail | 325 stack_overflow_test: Fail |
| 327 stack_overflow_stacktrace_test: Fail | 326 stack_overflow_stacktrace_test: Fail |
| 328 string_interpolate_npe_test: Fail | 327 string_interpolate_npe_test: Fail |
| 329 closure_call_wrong_argument_count_negative_test: Skip | 328 closure_call_wrong_argument_count_negative_test: Skip |
| 330 label_test: Skip | 329 label_test: Skip |
| OLD | NEW |