| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 | 297 |
| 298 final_syntax_test/01: Fail # Missing error for uninitialized final field. | 298 final_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 299 final_syntax_test/02: Fail # Missing error for uninitialized final field. | 299 final_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 300 final_syntax_test/03: Fail # Missing error for uninitialized final field. | 300 final_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 301 final_syntax_test/04: Fail # Missing error for uninitialized final field. | 301 final_syntax_test/04: Fail # Missing error for uninitialized final field. |
| 302 const_syntax_test/01: Fail # Missing error for uninitialized final field. | 302 const_syntax_test/01: Fail # Missing error for uninitialized final field. |
| 303 const_syntax_test/02: Fail # Missing error for uninitialized final field. | 303 const_syntax_test/02: Fail # Missing error for uninitialized final field. |
| 304 const_syntax_test/03: Fail # Missing error for uninitialized final field. | 304 const_syntax_test/03: Fail # Missing error for uninitialized final field. |
| 305 | 305 |
| 306 canonical_const2_test: Fail, OK # Dart2js only has doubles. | 306 canonical_const2_test: Fail, OK # Dart2js only has doubles. |
| 307 div_by_zero_test: Fail, OK # Dart2js only has doubles. | |
| 308 | 307 |
| 309 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 308 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 310 # The following test will start to fail again once dart2js implements the | 309 # The following test will start to fail again once dart2js implements the |
| 311 # runtime semantics for numbers. | 310 # runtime semantics for numbers. |
| 312 # Should be: Fail, OK # Expects negative results of bit-operations. | 311 # Should be: Fail, OK # Expects negative results of bit-operations. |
| 313 optimization_test: Fail, OK # Expects negative results of bit-operations. | 312 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 314 | 313 |
| 315 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 314 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 316 | 315 |
| 317 # Partially implemented redirecting constructors makes this throw instead | 316 # Partially implemented redirecting constructors makes this throw instead |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 call_through_null_getter_test: Fail | 353 call_through_null_getter_test: Fail |
| 355 closure3_test: Fail | 354 closure3_test: Fail |
| 356 execute_finally3_test: Fail | 355 execute_finally3_test: Fail |
| 357 method_invocation_test: Fail | 356 method_invocation_test: Fail |
| 358 null_pointer_exception_test: Fail | 357 null_pointer_exception_test: Fail |
| 359 stack_overflow_test: Fail | 358 stack_overflow_test: Fail |
| 360 stack_overflow_stacktrace_test: Fail | 359 stack_overflow_stacktrace_test: Fail |
| 361 string_interpolate_npe_test: Fail | 360 string_interpolate_npe_test: Fail |
| 362 closure_call_wrong_argument_count_negative_test: Skip | 361 closure_call_wrong_argument_count_negative_test: Skip |
| 363 label_test: Skip | 362 label_test: Skip |
| OLD | NEW |