| 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 optimization_test: Fail, OK # Expects negative results of bit-operations. | 319 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 320 | 320 |
| 321 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 321 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 322 | 322 |
| 323 # Partially implemented redirecting constructors makes this throw instead | 323 # Partially implemented redirecting constructors makes this throw instead |
| 324 # of failing. | 324 # of failing. |
| 325 const_factory_negative_test: Crash, Fail | 325 const_factory_negative_test: Crash, Fail |
| 326 | 326 |
| 327 assign_top_method_test: Fail | 327 assign_top_method_test: Fail |
| 328 | 328 |
| 329 super_getter_setter_test: Fail # MirrorSystem.getName not yet implemented. |
| 330 |
| 331 |
| 329 [ $compiler == dart2js && $runtime == none ] | 332 [ $compiler == dart2js && $runtime == none ] |
| 330 *: Fail, Pass # TODO(ahe): Triage these tests. | 333 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 331 | 334 |
| 332 | 335 |
| 333 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9)] | 336 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9)] |
| 334 arithmetic_test: Fail # Issue 7881 | 337 arithmetic_test: Fail # Issue 7881 |
| 335 | 338 |
| 336 | 339 |
| 337 [ $compiler == dart2js && $runtime == ie9 ] | 340 [ $compiler == dart2js && $runtime == ie9 ] |
| 338 double_to_string_as_exponential3_test: Fail | 341 double_to_string_as_exponential3_test: Fail |
| (...skipping 18 matching lines...) Expand all Loading... |
| 357 call_through_null_getter_test: Fail | 360 call_through_null_getter_test: Fail |
| 358 closure3_test: Fail | 361 closure3_test: Fail |
| 359 execute_finally3_test: Fail | 362 execute_finally3_test: Fail |
| 360 method_invocation_test: Fail | 363 method_invocation_test: Fail |
| 361 null_pointer_exception_test: Fail | 364 null_pointer_exception_test: Fail |
| 362 stack_overflow_test: Fail | 365 stack_overflow_test: Fail |
| 363 stack_overflow_stacktrace_test: Fail | 366 stack_overflow_stacktrace_test: Fail |
| 364 string_interpolate_npe_test: Fail | 367 string_interpolate_npe_test: Fail |
| 365 closure_call_wrong_argument_count_negative_test: Skip | 368 closure_call_wrong_argument_count_negative_test: Skip |
| 366 label_test: Skip | 369 label_test: Skip |
| OLD | NEW |