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

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

Issue 10832166: Updated VM and JS versions of Date to allow underflow and overflow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase 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 | « tests/co19/co19-dart2js.status ('k') | tests/corelib/date_time_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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # These tests fail after the deprecation of the corelib 6 # These tests fail after the deprecation of the corelib
7 # Math object in favor of the dart:math library. 7 # Math object in favor of the dart:math library.
8 # issue co19 - ??? 8 # issue co19 - ???
9 Language/05_Variables/05_Variables_A05_t03: Fail, OK 9 Language/05_Variables/05_Variables_A05_t03: Fail, OK
10 Language/05_Variables/05_Variables_A04_t09: Fail, OK 10 Language/05_Variables/05_Variables_A04_t09: Fail, OK
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 # Obsolete use of 'factory' keyword fixed in newer co19 revisions. 182 # Obsolete use of 'factory' keyword fixed in newer co19 revisions.
183 183
184 # New failures 184 # New failures
185 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 185 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
186 186
187 [ $runtime == vm ] 187 [ $runtime == vm ]
188 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445 188 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Issue 445
189 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 189 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
190 LibTest/core/Date/Date_A01_t01: Fail # Issue 445 190 LibTest/core/Date/Date_A01_t01: Fail # Issue 445
191 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
191 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 192 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
192 LibTest/core/Expect/notEquals_A01_t03: Fail # Issue co19 - 178 193 LibTest/core/Expect/notEquals_A01_t03: Fail # Issue co19 - 178
193 LibTest/core/Expect/equals_A01_t03: Fail # Issue co19 - 178 194 LibTest/core/Expect/equals_A01_t03: Fail # Issue co19 - 178
194 LibTest/core/Match/operator_subscript_A01_t01: Fail 195 LibTest/core/Match/operator_subscript_A01_t01: Fail
195 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44 196 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
196 LibTest/core/Math/pow_A11_t01: Fail # Issue 449 197 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
197 LibTest/core/Math/pow_A13_t01: Fail # Issue 449 198 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
198 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157 199 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157
199 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157 200 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157
200 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 201 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail 587 Language/10_Expressions/08_Function_Expressions_A03_t05: Fail
587 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158 588 Language/13_Types/7_Type_Void_A04_t02: Fail # co19 issue 158
588 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158 589 Language/13_Types/7_Type_Void_A04_t03: Fail # co19 issue 158
589 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158 590 Language/13_Types/7_Type_Void_A04_t04: Fail # co19 issue 158
590 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158 591 Language/13_Types/7_Type_Void_A04_t05: Fail # co19 issue 158
591 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error 592 Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error
592 593
593 594
594 [ $runtime == vm && $mode == debug && $unchecked ] 595 [ $runtime == vm && $mode == debug && $unchecked ]
595 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 596 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/date_time_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698