| 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_negative_test: Pass # For the wrong reasons. | 49 assign_top_method_test: Pass # For the wrong reasons. |
| 50 f_bounded_quantification_test/01: Fail | 50 f_bounded_quantification_test/01: Fail |
| 51 f_bounded_quantification_test/02: Fail | 51 f_bounded_quantification_test/02: Fail |
| 52 closure_type_test: Fail # does not detect type error in checked mode. | 52 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. | 53 function_type_test: Fail # does not detect type error in checked mode. |
| 54 factory1_test/00: Fail | 54 factory1_test/00: Fail |
| 55 factory1_test/01: Fail | 55 factory1_test/01: Fail |
| 56 type_annotation_test/09: Fail # Named constructors interpreted as a type. | 56 type_annotation_test/09: Fail # Named constructors interpreted as a type. |
| 57 prefix15_test: Fail # Issue 5022 | 57 prefix15_test: Fail # Issue 5022 |
| 58 local_function2_test: Fail # Issue 5022 | 58 local_function2_test: Fail # Issue 5022 |
| 59 | 59 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 238 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 239 syntax_test/47: Fail, OK # Bad test: assumes eager loading. | 239 syntax_test/47: Fail, OK # Bad test: assumes eager loading. |
| 240 | 240 |
| 241 | 241 |
| 242 # | 242 # |
| 243 # The following tests are all negative tests that should be fixed. | 243 # The following tests are all negative tests that should be fixed. |
| 244 # | 244 # |
| 245 abstract_static_negative_test: Fail # Negative language test. | 245 abstract_static_negative_test: Fail # Negative language test. |
| 246 abstract_syntax_test/01: Fail # Negative language test. | 246 abstract_syntax_test/01: Fail # Negative language test. |
| 247 abstract_syntax_test/02: Fail # Negative language test. | 247 abstract_syntax_test/02: Fail # Negative language test. |
| 248 assign_top_method_negative_test: Fail # Negative language test. | |
| 249 const_constructor_syntax_test/04: Fail # Negative language test. | 248 const_constructor_syntax_test/04: Fail # Negative language test. |
| 250 const_field_negative_test: Fail # Negative language test. | 249 const_field_negative_test: Fail # Negative language test. |
| 251 const_init4_negative_test: Fail # Negative language test. | 250 const_init4_negative_test: Fail # Negative language test. |
| 252 const_init_negative_test: Fail # Negative language test. | 251 const_init_negative_test: Fail # Negative language test. |
| 253 const_syntax_test/04: Fail # Negative language test. | 252 const_syntax_test/04: Fail # Negative language test. |
| 254 constructor2_negative_test: Fail # Negative language test. | 253 constructor2_negative_test: Fail # Negative language test. |
| 255 constructor_return_negative_test: Fail # Negative language test. | 254 constructor_return_negative_test: Fail # Negative language test. |
| 256 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 255 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
| 257 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 256 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. |
| 258 constructor_return_with_init_negative_test: Fail # Negative language test. | 257 constructor_return_with_init_negative_test: Fail # Negative language test. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 optimization_test: Fail, OK # Expects negative results of bit-operations. | 318 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 320 | 319 |
| 321 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 320 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 322 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 321 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 323 | 322 |
| 324 # Partially implemented redirecting constructors makes this throw instead | 323 # Partially implemented redirecting constructors makes this throw instead |
| 325 # of failing. | 324 # of failing. |
| 326 const_factory_negative_test: Crash, Fail | 325 const_factory_negative_test: Crash, Fail |
| 327 | 326 |
| 328 [ $compiler == dart2js && $mode == release ] | 327 [ $compiler == dart2js && $mode == release ] |
| 329 assign_top_method_negative_test: Crash | 328 assign_top_method_test: Fail |
| 330 | 329 |
| 331 | 330 |
| 332 [ $compiler == dart2js && $runtime == none ] | 331 [ $compiler == dart2js && $runtime == none ] |
| 333 *: Fail, Pass # TODO(ahe): Triage these tests. | 332 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 334 | 333 |
| 335 | 334 |
| 336 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)] | 335 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)] |
| 337 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 336 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 338 double_to_string_as_fixed_test: Fail | 337 double_to_string_as_fixed_test: Fail |
| 339 | 338 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 362 string_interpolate_null_test: Fail # Issue: 7413 | 361 string_interpolate_null_test: Fail # Issue: 7413 |
| 363 call_through_null_getter_test: Fail | 362 call_through_null_getter_test: Fail |
| 364 closure3_test: Fail | 363 closure3_test: Fail |
| 365 execute_finally3_test: Fail | 364 execute_finally3_test: Fail |
| 366 method_invocation_test: Fail | 365 method_invocation_test: Fail |
| 367 null_pointer_exception_test: Fail | 366 null_pointer_exception_test: Fail |
| 368 stack_overflow_test: Fail | 367 stack_overflow_test: Fail |
| 369 string_interpolate_npe_test: Fail | 368 string_interpolate_npe_test: Fail |
| 370 closure_call_wrong_argument_count_negative_test: Skip | 369 closure_call_wrong_argument_count_negative_test: Skip |
| 371 label_test: Skip | 370 label_test: Skip |
| OLD | NEW |