| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 type_variable_scope_test/05: Fail, OK # Negative language test. | 640 type_variable_scope_test/05: Fail, OK # Negative language test. |
| 641 | 641 |
| 642 | 642 |
| 643 type_vm_test: Fail, OK # VM specific test. | 643 type_vm_test: Fail, OK # VM specific test. |
| 644 disable_privacy_test: Fail, OK # VM specific test. | 644 disable_privacy_test: Fail, OK # VM specific test. |
| 645 numbers_test: Fail, OK # (unintended?) VM specific test. | 645 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 646 | 646 |
| 647 | 647 |
| 648 div_by_zero_test: Fail, OK # Leg only has doubles. | 648 div_by_zero_test: Fail, OK # Leg only has doubles. |
| 649 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 649 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 650 optimization_test: Fail, OK # Expects negative results of bit-operations. |
| 650 | 651 |
| 651 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 652 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 652 | 653 |
| 653 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 654 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 654 | 655 |
| 655 | 656 |
| 656 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. | 657 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-
10-31. |
| 657 | 658 |
| 658 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". | 659 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". |
| 659 | 660 |
| 660 [ $compiler == dart2js && $mode == release ] | 661 [ $compiler == dart2js && $mode == release ] |
| 661 assign_top_method_negative_test: Crash | 662 assign_top_method_negative_test: Crash |
| 662 | 663 |
| 663 [ $compiler == dart2js && $runtime == none ] | 664 [ $compiler == dart2js && $runtime == none ] |
| 664 *: Fail, Pass # TODO(ahe): Triage these tests. | 665 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |