| 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 28 matching lines...) Expand all Loading... |
| 39 redirecting_factory_infinite_steps_test/01: Fail | 39 redirecting_factory_infinite_steps_test/01: Fail |
| 40 assert_with_type_test_or_cast_test: Fail # Issue 4929 | 40 assert_with_type_test_or_cast_test: Fail # Issue 4929 |
| 41 type_variable_bounds_test/01: Fail | 41 type_variable_bounds_test/01: Fail |
| 42 type_variable_bounds_test/02: Fail | 42 type_variable_bounds_test/02: Fail |
| 43 type_variable_bounds_test/04: Fail | 43 type_variable_bounds_test/04: Fail |
| 44 type_variable_bounds_test/05: Fail | 44 type_variable_bounds_test/05: Fail |
| 45 type_variable_bounds2_test/00: Fail | 45 type_variable_bounds2_test/00: Fail |
| 46 type_variable_bounds2_test/03: Fail | 46 type_variable_bounds2_test/03: Fail |
| 47 type_variable_bounds2_test/05: Fail | 47 type_variable_bounds2_test/05: Fail |
| 48 type_variable_bounds2_test/06: Pass # For the wrong reasons. | 48 type_variable_bounds2_test/06: Pass # For the wrong reasons. |
| 49 assign_top_method_test: Pass # For the wrong reasons. | |
| 50 f_bounded_quantification_test/01: Fail | 49 f_bounded_quantification_test/01: Fail |
| 51 f_bounded_quantification_test/02: Fail | 50 f_bounded_quantification_test/02: Fail |
| 52 closure_type_test: Fail # does not detect type error in checked mode. | 51 closure_type_test: Fail # does not detect type error in checked mode. |
| 53 function_type_test: Fail # does not detect type error in checked mode. | 52 function_type_test: Fail # does not detect type error in checked mode. |
| 54 factory1_test/00: Fail | 53 factory1_test/00: Fail |
| 55 factory1_test/01: Fail | 54 factory1_test/01: Fail |
| 56 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 55 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 57 prefix15_test: Fail # Issue 5022 | 56 prefix15_test: Fail # Issue 5022 |
| 58 local_function2_test: Fail # Issue 5022 | 57 local_function2_test: Fail # Issue 5022 |
| 59 | 58 |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 # Should be: Fail, OK # Expects negative results of bit-operations. | 320 # Should be: Fail, OK # Expects negative results of bit-operations. |
| 322 optimization_test: Fail, OK # Expects negative results of bit-operations. | 321 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 323 | 322 |
| 324 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 323 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 325 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 324 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 326 | 325 |
| 327 # Partially implemented redirecting constructors makes this throw instead | 326 # Partially implemented redirecting constructors makes this throw instead |
| 328 # of failing. | 327 # of failing. |
| 329 const_factory_negative_test: Crash, Fail | 328 const_factory_negative_test: Crash, Fail |
| 330 | 329 |
| 331 [ $compiler == dart2js && $mode == release ] | |
| 332 assign_top_method_test: Fail | 330 assign_top_method_test: Fail |
| 333 | 331 |
| 334 | 332 |
| 335 [ $compiler == dart2js && $runtime == none ] | 333 [ $compiler == dart2js && $runtime == none ] |
| 336 *: Fail, Pass # TODO(ahe): Triage these tests. | 334 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 337 | 335 |
| 338 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9)] | 336 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9)] |
| 339 arithmetic_test: Fail # Issue 7881 | 337 arithmetic_test: Fail # Issue 7881 |
| 340 | 338 |
| 341 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)] | 339 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 368 string_interpolate_null_test: Fail # Issue: 7413 | 366 string_interpolate_null_test: Fail # Issue: 7413 |
| 369 call_through_null_getter_test: Fail | 367 call_through_null_getter_test: Fail |
| 370 closure3_test: Fail | 368 closure3_test: Fail |
| 371 execute_finally3_test: Fail | 369 execute_finally3_test: Fail |
| 372 method_invocation_test: Fail | 370 method_invocation_test: Fail |
| 373 null_pointer_exception_test: Fail | 371 null_pointer_exception_test: Fail |
| 374 stack_overflow_test: Fail | 372 stack_overflow_test: Fail |
| 375 string_interpolate_npe_test: Fail | 373 string_interpolate_npe_test: Fail |
| 376 closure_call_wrong_argument_count_negative_test: Skip | 374 closure_call_wrong_argument_count_negative_test: Skip |
| 377 label_test: Skip | 375 label_test: Skip |
| OLD | NEW |