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

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

Issue 10411057: Deprecate use of timezones. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 LibTest/core/double/operator_remainder_A01_t04: Fail 138 LibTest/core/double/operator_remainder_A01_t04: Fail
139 LibTest/core/double/round_A01_t01: Fail 139 LibTest/core/double/round_A01_t01: Fail
140 LibTest/core/double/remainder_A01_t04: Fail 140 LibTest/core/double/remainder_A01_t04: Fail
141 LibTest/core/Math/atan2_A01_t03: Fail 141 LibTest/core/Math/atan2_A01_t03: Fail
142 LibTest/core/int/remainder_A01_t02: Fail 142 LibTest/core/int/remainder_A01_t02: Fail
143 LibTest/core/int/operator_remainder_A01_t02: Fail 143 LibTest/core/int/operator_remainder_A01_t02: Fail
144 144
145 145
146 [ $runtime == vm ] 146 [ $runtime == vm ]
147 147
148 # The following tests use the deprecated Date interface.
149 LibTest/core/Date/Date_A02_t01: Fail
150 LibTest/core/Date/Date.now_A02_t01: Fail
151 LibTest/core/Date/add_A04_t01: Fail
152 LibTest/core/Date/value_A01_t02: Skip
153 LibTest/core/Date/value_A02_t01: Skip
154 LibTest/core/Date/isLocalTime_A01_t01: Fail
155 LibTest/core/Date/toString_A02_t01: Skip
156 LibTest/core/Date/Date.fromString_A01_t03: Fail
157 LibTest/core/Date/changeTimeZone_A01_t01: Skip
158 LibTest/core/Date/changeTimeZone_A02_t01: Fail
159 LibTest/core/Date/changeTimeZone_A03_t01: Fail
160 LibTest/core/Date/changeTimeZone_A04_t01: Skip
161 LibTest/core/Date/changeTimeZone_A05_t01: Fail
162 LibTest/core/Date/isUtc_A01_t01: Fail
163 LibTest/core/Date/timeZone_A01_t01: Skip
164 LibTest/core/Date/timeZone_A01_t02: Fail
165 LibTest/core/Date/timeZone_A01_t03: Fail
166 LibTest/core/Date/difference_A01_t01: Skip
167 LibTest/core/Date/difference_A01_t02: Skip
168 LibTest/core/Date/subtract_A04_t01: Fail
169 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail
170 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail
171 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip
172 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip
173 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip
174 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip
175 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip
176
177 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip
178 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip
179
180
181 [ $runtime == vm ]
182
148 # The following tests contain String operator + which is being removed 183 # The following tests contain String operator + which is being removed
149 # from the language. These tests pass or fail depending on whether support 184 # from the language. These tests pass or fail depending on whether support
150 # for + is enabled or not. 185 # for + is enabled or not.
151 Language/05_Variables/05_Variables_A05_t04: Pass,Fail 186 Language/05_Variables/05_Variables_A05_t04: Pass,Fail
152 Language/11_Statements/10_Return_A02_t01: Pass,Fail 187 Language/11_Statements/10_Return_A02_t01: Pass,Fail
153 Language/11_Statements/08_Switch_A02_t02: Pass,Fail 188 Language/11_Statements/08_Switch_A02_t02: Pass,Fail
154 Language/11_Statements/08_Switch_A01_t03: Pass,Fail 189 Language/11_Statements/08_Switch_A01_t03: Pass,Fail
155 Language/11_Statements/07_Do_A02_t02: Pass,Fail 190 Language/11_Statements/07_Do_A02_t02: Pass,Fail
156 Language/11_Statements/05_For/2_Foreach_A01_t05: Pass,Fail 191 Language/11_Statements/05_For/2_Foreach_A01_t05: Pass,Fail
157 Language/11_Statements/05_For/1_For_Loop_A01_t05: Pass,Fail 192 Language/11_Statements/05_For/1_For_Loop_A01_t05: Pass,Fail
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 Language/13_Types/1_Static_Types_A02_t08: Fail 343 Language/13_Types/1_Static_Types_A02_t08: Fail
309 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 344 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
310 345
311 346
312 [ $arch == simarm ] 347 [ $arch == simarm ]
313 *: Skip 348 *: Skip
314 349
315 350
316 [ $arch == arm ] 351 [ $arch == arm ]
317 *: Skip 352 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698