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

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

Issue 10829365: Issue 4553. Any constant is valid for 'case'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
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 == dartc ] 5 [ $compiler == dartc ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/double/toInt_A01_t03: Fail 9 LibTest/core/double/toInt_A01_t03: Fail
10 LibTest/core/double/toInt_A01_t04: Fail 10 LibTest/core/double/toInt_A01_t04: Fail
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Issue 3476 106 Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail # Issue 3476
107 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Issue 3476 107 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail # Issue 3476
108 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Issue 3476 108 Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail # Issue 3476
109 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail # co19 issue 140 109 Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail # co19 issue 140
110 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # co19 issue 140 110 Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail # co19 issue 140
111 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # co19 issue 140 111 Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail # co19 issue 140
112 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # co19 issue 140 112 Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail # co19 issue 140
113 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # co19 issue 140 113 Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail # co19 issue 140
114 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323 114 Language/11_Statements/05_For_A01_t11: Fail # Issue 3323
115 Language/11_Statements/08_Switch_A01_t01: Fail # co19 issue 160 115 Language/11_Statements/08_Switch_A01_t01: Fail # co19 issue 160
116 Language/11_Statements/08_Switch_A06_t02: Fail # out of date - case can use any constant expression
117 Language/11_Statements/08_Switch_A06_t03: Fail # out of date - case can use any constant expression
118 Language/11_Statements/08_Switch_A06_t04: Fail # out of date - case can use any constant expression
116 Language/11_Statements/09_Try_A01_t14: Fail # out of date - catch parameters are not allowed to be typed 119 Language/11_Statements/09_Try_A01_t14: Fail # out of date - catch parameters are not allowed to be typed
117 Language/11_Statements/09_Try_A01_t18: Fail # out of date - catch parameters are not allowed to be typed 120 Language/11_Statements/09_Try_A01_t18: Fail # out of date - catch parameters are not allowed to be typed
118 Language/11_Statements/11_Labels_A03_t04: Fail # co19 issue 137
119 Language/11_Statements/12_Break_A03_t05: Fail # co19 issue 138
120 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109 121 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail # co19 Issue 109
121 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109 122 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail # co19 Issue 109
122 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109 123 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail # co19 Issue 109
123 Language/12_Libraries_and_Scripts/2_Imports_A02_t04: Fail # language change 1031 124 Language/12_Libraries_and_Scripts/2_Imports_A02_t04: Fail # language change 1031
124 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774 125 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # Issue 1774
125 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774 126 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Issue 1774
126 Language/12_Libraries_and_Scripts/3_Includes_A01_t13: Skip # out of date - resou rce directives have been removed 127 Language/12_Libraries_and_Scripts/3_Includes_A01_t13: Skip # out of date - resou rce directives have been removed
127 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109 128 Language/12_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # co19 issue 109
128 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Skip # out o f date - resource directives have been removed 129 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Skip # out o f date - resource directives have been removed
129 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 148 130 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 148
130 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141 131 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # co19 issue 141
131 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130 132 Language/13_Types/4_Interface_Types_A10_t09:Fail # co19 Issue 130
132 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130 133 Language/13_Types/5_Function_Types_A01_t08:Fail # co19 Issue 130
133 134
134 135
135 LibTest/core/FallThroughError/toString_A01_t02: Fail # co19 issue 139
136 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 136 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
137 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79) 137 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 Issue #79)
138 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79) 138 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 Issue #79)
139 139
140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # co19 issue 139 140 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail # co19 issue 139
141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 139 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 139
142 142
143 # The following tests use the deprecated Date interface. 143 # The following tests use the deprecated Date interface.
144 LibTest/core/Date/Date_A02_t01: Fail, Pass 144 LibTest/core/Date/Date_A02_t01: Fail, Pass
145 LibTest/core/Date/Date.now_A02_t01: Fail, Pass 145 LibTest/core/Date/Date.now_A02_t01: Fail, Pass
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 185 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
186 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 186 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
187 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 187 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
188 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 188 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
189 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 189 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
190 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 190 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
191 191
192 192
193 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 193 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
194 *: Skip 194 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | utils/tests/pub/pub.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698