| 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 ] | 5 [ $compiler == dart2js ] |
| 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK | 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK |
| 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK | 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK |
| 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK | 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK |
| 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK | 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK |
| 10 LibTest/core/double/ceil_A01_t03: Fail, OK | 10 LibTest/core/double/ceil_A01_t03: Fail, OK |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, OK | 805 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, OK |
| 806 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, OK | 806 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, OK |
| 807 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, OK | 807 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, OK |
| 808 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, OK | 808 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, OK |
| 809 | 809 |
| 810 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, OK | 810 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, OK |
| 811 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, OK | 811 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, OK |
| 812 | 812 |
| 813 | 813 |
| 814 [ $compiler == dart2js && $checked ] | 814 [ $compiler == dart2js && $checked ] |
| 815 # Leg does not support checked mode yet. | |
| 816 *: Skip | |
| 817 | 815 |
| 816 # The following tests fail on int checks. |
| 817 # Issue 3720 |
| 818 Language/07_Classes/4_Instance_Variables_A02_t06: Fail |
| 819 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A04_t04: Fail |
| 820 Language/11_Statements/05_For/2_For_in_A01_t01: Fail |
| 821 LibTest/core/Date/Date.fromString_A01_t01: Fail |
| 822 LibTest/core/Date/Date.now_A01_t01: Fail |
| 823 LibTest/core/Date/Date.now_A01_t02: Fail |
| 824 LibTest/core/Date/add_A01_t01: Fail |
| 825 LibTest/core/Date/compareTo_A01_t01: Fail |
| 826 LibTest/core/Date/compareTo_A01_t02: Fail |
| 827 LibTest/core/Date/day_A01_t01: Fail |
| 828 LibTest/core/Date/month_A01_t01: Fail |
| 829 LibTest/core/Date/subtract_A01_t01: Fail |
| 830 LibTest/core/Date/toString_A01_t01: Fail |
| 831 LibTest/core/Date/weekday_A01_t01: Fail |
| 832 LibTest/core/Duration/Duration_A01_t01: Fail |
| 833 LibTest/core/Duration/Duration_A02_t01: Fail |
| 834 LibTest/core/Duration/inDays_A01_t01: Fail |
| 835 LibTest/core/Duration/inHours_A01_t01: Fail |
| 836 LibTest/core/Duration/inMilliseconds_A01_t01: Fail |
| 837 LibTest/core/Duration/inMinutes_A01_t01: Fail |
| 838 LibTest/core/Duration/inSeconds_A01_t01: Fail |
| 839 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail |
| 840 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail |
| 841 LibTest/core/Stopwatch/elapsed_A01_t01: Fail |
| 842 LibTest/core/Stopwatch/elapsed_A01_t02: Fail |
| 843 LibTest/core/Stopwatch/frequency_A01_t01: Fail |
| 844 LibTest/core/Stopwatch/start_A01_t01: Fail |
| 845 LibTest/core/Stopwatch/start_A01_t02: Fail |
| 846 LibTest/core/Stopwatch/start_A01_t03: Fail |
| 847 LibTest/core/Stopwatch/stop_A01_t01: Fail |
| 848 LibTest/core/double/operator_remainder_A01_t02: Fail |
| 849 LibTest/core/double/operator_remainder_A01_t03: Fail |
| 850 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 851 LibTest/core/double/operator_remainder_A01_t05: Fail |
| 852 |
| 853 LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass |
| 818 | 854 |
| 819 [ $compiler == dart2js && $browser ] | 855 [ $compiler == dart2js && $browser ] |
| 820 *: Skip | 856 *: Skip |
| 821 | 857 |
| 822 | 858 |
| 823 # | 859 # |
| 824 # Issues with co19 test suite. | 860 # Issues with co19 test suite. |
| 825 # | 861 # |
| 826 # If you add anything here, either file a bug against the Dart | 862 # If you add anything here, either file a bug against the Dart |
| 827 # language specification, co19 test suite, or add a comment that ahe@ | 863 # language specification, co19 test suite, or add a comment that ahe@ |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error | 1151 Language/10_Expressions/28_Identifier_Reference_A06_t54: Fail # @compile-error |
| 1116 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error | 1152 Language/10_Expressions/28_Identifier_Reference_A06_t55: Fail # @compile-error |
| 1117 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error | 1153 Language/10_Expressions/28_Identifier_Reference_A06_t56: Fail # @compile-error |
| 1118 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error | 1154 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error |
| 1119 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error | 1155 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error |
| 1120 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 1156 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
| 1121 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 1157 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
| 1122 | 1158 |
| 1123 [ $compiler == dart2dart ] | 1159 [ $compiler == dart2dart ] |
| 1124 *: Skip | 1160 *: Skip |
| OLD | NEW |