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

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

Issue 10534111: Revert "Refactor Date implementation in VM." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
112 LibTest/core/Date/Date_A02_t01: Fail 111 LibTest/core/Date/Date_A02_t01: Fail
113 LibTest/core/Date/Date.now_A02_t01: Fail 112 LibTest/core/Date/Date.now_A02_t01: Fail
114 LibTest/core/Date/add_A04_t01: Fail 113 LibTest/core/Date/add_A04_t01: Fail
115 LibTest/core/Date/value_A01_t02: Skip 114 LibTest/core/Date/value_A01_t02: Skip
116 LibTest/core/Date/value_A02_t01: Skip 115 LibTest/core/Date/value_A02_t01: Skip
117 LibTest/core/Date/isLocalTime_A01_t01: Fail 116 LibTest/core/Date/isLocalTime_A01_t01: Fail
118 LibTest/core/Date/toString_A02_t01: Skip 117 LibTest/core/Date/toString_A02_t01: Skip
119 LibTest/core/Date/Date.fromString_A01_t03: Fail 118 LibTest/core/Date/Date.fromString_A01_t03: Fail
120 LibTest/core/Date/changeTimeZone_A01_t01: Skip 119 LibTest/core/Date/changeTimeZone_A01_t01: Skip
121 LibTest/core/Date/changeTimeZone_A02_t01: Fail 120 LibTest/core/Date/changeTimeZone_A02_t01: Fail
122 LibTest/core/Date/changeTimeZone_A03_t01: Fail 121 LibTest/core/Date/changeTimeZone_A03_t01: Fail
123 LibTest/core/Date/changeTimeZone_A04_t01: Skip 122 LibTest/core/Date/changeTimeZone_A04_t01: Skip
124 LibTest/core/Date/changeTimeZone_A05_t01: Fail 123 LibTest/core/Date/changeTimeZone_A05_t01: Fail
125 LibTest/core/Date/isUtc_A01_t01: Fail 124 LibTest/core/Date/isUtc_A01_t01: Fail
126 LibTest/core/Date/timeZone_A01_t01: Skip 125 LibTest/core/Date/timeZone_A01_t01: Skip
127 LibTest/core/Date/timeZone_A01_t02: Fail 126 LibTest/core/Date/timeZone_A01_t02: Fail
128 LibTest/core/Date/timeZone_A01_t03: Fail 127 LibTest/core/Date/timeZone_A01_t03: Fail
129 LibTest/core/Date/difference_A01_t01: Skip 128 LibTest/core/Date/difference_A01_t01: Skip
130 LibTest/core/Date/difference_A01_t02: Skip 129 LibTest/core/Date/difference_A01_t02: Skip
131 LibTest/core/Date/subtract_A04_t01: Fail 130 LibTest/core/Date/subtract_A04_t01: Fail
132 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail 131 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail
133 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail 132 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail
134 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip 133 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip
135 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip 134 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip
136 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip 135 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip
137 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip 136 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip
138 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip 137 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip
139 LibTest/core/Date/year_A01_t01: Fail, Pass 138
140 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip 139 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip
141 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip 140 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip
142 141
143 142
144 [ $runtime == vm ] 143 [ $runtime == vm ]
145 144
146 # The following tests contain String operator + which is being removed 145 # The following tests contain String operator + which is being removed
147 # from the language. These tests pass or fail depending on whether support 146 # from the language. These tests pass or fail depending on whether support
148 # for + is enabled or not. 147 # for + is enabled or not.
149 Language/11_Statements/10_Return_A02_t01: Pass,Fail 148 Language/11_Statements/10_Return_A02_t01: Pass,Fail
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 453
455 [ $runtime == vm && $arch == x64 && $checked ] 454 [ $runtime == vm && $arch == x64 && $checked ]
456 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash 455 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash
457 Language/10_Expressions/07_Maps_A10_t05: Fail 456 Language/10_Expressions/07_Maps_A10_t05: Fail
458 Language/10_Expressions/06_Lists_A09_t01: Fail 457 Language/10_Expressions/06_Lists_A09_t01: Fail
459 Language/10_Expressions/06_Lists_A09_t04: Fail 458 Language/10_Expressions/06_Lists_A09_t04: Fail
460 459
461 460
462 [ $runtime == vm && $mode == debug && $unchecked ] 461 [ $runtime == vm && $mode == debug && $unchecked ]
463 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 462 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