Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 10899028: Update tests after removing #resource support from dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/language/resource_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 LibTest/core/int/operator_addition_A01_t01: Fail, OK 84 LibTest/core/int/operator_addition_A01_t01: Fail, OK
85 LibTest/core/int/operator_GE_A01_t01: Fail, OK 85 LibTest/core/int/operator_GE_A01_t01: Fail, OK
86 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK 86 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK
87 LibTest/core/Expect/approxEquals_A01_t04: Fail, OK 87 LibTest/core/Expect/approxEquals_A01_t04: Fail, OK
88 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK 88 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK
89 LibTest/core/Expect/approxEquals_A01_t02: Fail, OK 89 LibTest/core/Expect/approxEquals_A01_t02: Fail, OK
90 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK 90 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK
91 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK 91 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK
92 LibTest/core/Expect/approxEquals_A01_t03: Fail, OK 92 LibTest/core/Expect/approxEquals_A01_t03: Fail, OK
93 93
94 # The #resource tag has been removed.
95 # http://code.google.com/p/co19/issues/detail?id=181
96 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail, OK
97
94 # Rename "BadNumberFormatException" to "FormatException" 98 # Rename "BadNumberFormatException" to "FormatException"
95 # TODO(rnystrom): These can be enabled when 99 # TODO(rnystrom): These can be enabled when
96 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 100 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
97 LibTest/core/BadNumberFormatException/*: Fail 101 LibTest/core/BadNumberFormatException/*: Fail
98 LibTest/core/double/toInt_A01_t03: Fail 102 LibTest/core/double/toInt_A01_t03: Fail
99 LibTest/core/double/toInt_A01_t04: Fail 103 LibTest/core/double/toInt_A01_t04: Fail
100 LibTest/core/Math/parseInt_A02_t01: Fail 104 LibTest/core/Math/parseInt_A02_t01: Fail
101 LibTest/core/Math/parseDouble_A02_t01: Fail 105 LibTest/core/Math/parseDouble_A02_t01: Fail
102 106
103 # Slow tests that needs extra time to finish. 107 # Slow tests that needs extra time to finish.
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 Language/11_Statements/08_Switch_A06_t02: Fail # @compile-error 823 Language/11_Statements/08_Switch_A06_t02: Fail # @compile-error
820 Language/11_Statements/08_Switch_A06_t03: Fail # @compile-error 824 Language/11_Statements/08_Switch_A06_t03: Fail # @compile-error
821 Language/11_Statements/08_Switch_A06_t04: Fail # @compile-error 825 Language/11_Statements/08_Switch_A06_t04: Fail # @compile-error
822 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error 826 Language/11_Statements/09_Try_A01_t14: Fail # @compile-error
823 Language/11_Statements/09_Try_A01_t18: Fail # @compile-error 827 Language/11_Statements/09_Try_A01_t18: Fail # @compile-error
824 Language/11_Statements/10_Return_A04_t01: Fail # @compile-error 828 Language/11_Statements/10_Return_A04_t01: Fail # @compile-error
825 Language/11_Statements/10_Return_A04_t02: Fail # @compile-error 829 Language/11_Statements/10_Return_A04_t02: Fail # @compile-error
826 Language/11_Statements/10_Return_A04_t03: Fail # @compile-error 830 Language/11_Statements/10_Return_A04_t03: Fail # @compile-error
827 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail # @comp ile-error 831 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t11: Fail # @comp ile-error
828 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail # @comp ile-error 832 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail # @comp ile-error
829 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail # @comp ile-error
830 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # @comp ile-error 833 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # @comp ile-error
831 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail # @comp ile-error 834 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail # @comp ile-error
832 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error 835 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error
833 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail # @compile-error 836 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail # @compile-error
834 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail # @compile-error 837 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail # @compile-error
835 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail # @compile-error 838 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail # @compile-error
836 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail # @compile-error 839 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail # @compile-error
837 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 840 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
838 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
839 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 843 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
841 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 844 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
842 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 845 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
843 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 846 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
844 847
845 [ $compiler == dart2dart ] 848 [ $compiler == dart2dart ]
846 *: Skip 849 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/language/resource_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698