| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 canonical_const2_test: Fail, OK # Dart2js only has doubles. | 307 canonical_const2_test: Fail, OK # Dart2js only has doubles. |
| 308 div_by_zero_test: Fail, OK # Dart2js only has doubles. | 308 div_by_zero_test: Fail, OK # Dart2js only has doubles. |
| 309 | 309 |
| 310 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 310 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 311 # The following test will start to fail again once dart2js implements the | 311 # The following test will start to fail again once dart2js implements the |
| 312 # runtime semantics for numbers. | 312 # runtime semantics for numbers. |
| 313 # Should be: Fail, OK # Expects negative results of bit-operations. | 313 # Should be: Fail, OK # Expects negative results of bit-operations. |
| 314 optimization_test: Fail, OK # Expects negative results of bit-operations. | 314 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 315 | 315 |
| 316 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 316 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 317 reg_exp3_test: Fail, OK # Expects exception from const constructor. | |
| 318 | 317 |
| 319 # Partially implemented redirecting constructors makes this throw instead | 318 # Partially implemented redirecting constructors makes this throw instead |
| 320 # of failing. | 319 # of failing. |
| 321 const_factory_negative_test: Crash, Fail | 320 const_factory_negative_test: Crash, Fail |
| 322 | 321 |
| 323 assign_top_method_test: Fail | 322 assign_top_method_test: Fail |
| 324 | 323 |
| 325 | 324 |
| 326 [ $compiler == dart2js && $runtime == none ] | 325 [ $compiler == dart2js && $runtime == none ] |
| 327 *: Fail, Pass # TODO(ahe): Triage these tests. | 326 *: Fail, Pass # TODO(ahe): Triage these tests. |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 call_through_null_getter_test: Fail | 358 call_through_null_getter_test: Fail |
| 360 closure3_test: Fail | 359 closure3_test: Fail |
| 361 execute_finally3_test: Fail | 360 execute_finally3_test: Fail |
| 362 method_invocation_test: Fail | 361 method_invocation_test: Fail |
| 363 null_pointer_exception_test: Fail | 362 null_pointer_exception_test: Fail |
| 364 stack_overflow_test: Fail | 363 stack_overflow_test: Fail |
| 365 stack_overflow_stacktrace_test: Fail | 364 stack_overflow_stacktrace_test: Fail |
| 366 string_interpolate_npe_test: Fail | 365 string_interpolate_npe_test: Fail |
| 367 closure_call_wrong_argument_count_negative_test: Skip | 366 closure_call_wrong_argument_count_negative_test: Skip |
| 368 label_test: Skip | 367 label_test: Skip |
| OLD | NEW |