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

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

Issue 10536116: Reapply "Refactor Date implementation in VM." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 8 years, 6 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-leg.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 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 LibTest/core/double/round_A01_t01: Fail 101 LibTest/core/double/round_A01_t01: Fail
102 LibTest/core/double/remainder_A01_t04: Fail 102 LibTest/core/double/remainder_A01_t04: Fail
103 LibTest/core/Math/atan2_A01_t03: Fail 103 LibTest/core/Math/atan2_A01_t03: Fail
104 LibTest/core/int/remainder_A01_t02: Fail 104 LibTest/core/int/remainder_A01_t02: Fail
105 LibTest/core/int/operator_remainder_A01_t02: Fail 105 LibTest/core/int/operator_remainder_A01_t02: Fail
106 106
107 107
108 [ $runtime == vm ] 108 [ $runtime == vm ]
109 109
110 # The following tests use the deprecated Date interface. 110 # The following tests use the deprecated Date interface.
111 # Issue co19 - 125
111 LibTest/core/Date/Date_A02_t01: Fail 112 LibTest/core/Date/Date_A02_t01: Fail
112 LibTest/core/Date/Date.now_A02_t01: Fail 113 LibTest/core/Date/Date.now_A02_t01: Fail
113 LibTest/core/Date/add_A04_t01: Fail 114 LibTest/core/Date/add_A04_t01: Fail
114 LibTest/core/Date/value_A01_t02: Skip 115 LibTest/core/Date/value_A01_t02: Skip
115 LibTest/core/Date/value_A02_t01: Skip 116 LibTest/core/Date/value_A02_t01: Skip
116 LibTest/core/Date/isLocalTime_A01_t01: Fail 117 LibTest/core/Date/isLocalTime_A01_t01: Fail
117 LibTest/core/Date/toString_A02_t01: Skip 118 LibTest/core/Date/toString_A02_t01: Skip
118 LibTest/core/Date/Date.fromString_A01_t03: Fail 119 LibTest/core/Date/Date.fromString_A01_t03: Fail
119 LibTest/core/Date/changeTimeZone_A01_t01: Skip 120 LibTest/core/Date/changeTimeZone_A01_t01: Skip
120 LibTest/core/Date/changeTimeZone_A02_t01: Fail 121 LibTest/core/Date/changeTimeZone_A02_t01: Fail
121 LibTest/core/Date/changeTimeZone_A03_t01: Fail 122 LibTest/core/Date/changeTimeZone_A03_t01: Fail
122 LibTest/core/Date/changeTimeZone_A04_t01: Skip 123 LibTest/core/Date/changeTimeZone_A04_t01: Skip
123 LibTest/core/Date/changeTimeZone_A05_t01: Fail 124 LibTest/core/Date/changeTimeZone_A05_t01: Fail
124 LibTest/core/Date/isUtc_A01_t01: Fail 125 LibTest/core/Date/isUtc_A01_t01: Fail
125 LibTest/core/Date/timeZone_A01_t01: Skip 126 LibTest/core/Date/timeZone_A01_t01: Skip
126 LibTest/core/Date/timeZone_A01_t02: Fail 127 LibTest/core/Date/timeZone_A01_t02: Fail
127 LibTest/core/Date/timeZone_A01_t03: Fail 128 LibTest/core/Date/timeZone_A01_t03: Fail
128 LibTest/core/Date/difference_A01_t01: Skip 129 LibTest/core/Date/difference_A01_t01: Skip
129 LibTest/core/Date/difference_A01_t02: Skip 130 LibTest/core/Date/difference_A01_t02: Skip
130 LibTest/core/Date/subtract_A04_t01: Fail 131 LibTest/core/Date/subtract_A04_t01: Fail
131 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail 132 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail
132 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail 133 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail
133 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip 134 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip
134 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip 135 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip
135 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip 136 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip
136 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip 137 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip
137 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip 138 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip
138 139 LibTest/core/Date/year_A01_t01: Fail, Pass
139 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip 140 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip
140 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip 141 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip
141 142
142 143
143 [ $runtime == vm ] 144 [ $runtime == vm ]
144 145
145 # The following tests contain String operator + which is being removed 146 # The following tests contain String operator + which is being removed
146 # from the language. These tests pass or fail depending on whether support 147 # from the language. These tests pass or fail depending on whether support
147 # for + is enabled or not. 148 # for + is enabled or not.
148 Language/11_Statements/10_Return_A02_t01: Pass,Fail 149 Language/11_Statements/10_Return_A02_t01: Pass,Fail
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 454
454 [ $runtime == vm && $arch == x64 && $checked ] 455 [ $runtime == vm && $arch == x64 && $checked ]
455 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash 456 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash
456 Language/10_Expressions/07_Maps_A10_t05: Fail 457 Language/10_Expressions/07_Maps_A10_t05: Fail
457 Language/10_Expressions/06_Lists_A09_t01: Fail 458 Language/10_Expressions/06_Lists_A09_t01: Fail
458 Language/10_Expressions/06_Lists_A09_t04: Fail 459 Language/10_Expressions/06_Lists_A09_t04: Fail
459 460
460 461
461 [ $runtime == vm && $mode == debug && $unchecked ] 462 [ $runtime == vm && $mode == debug && $unchecked ]
462 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 463 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | tests/corelib/date_time_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698