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

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

Issue 10538105: Make isUtc a getter, change some method names in Date. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 | « samples/ui_lib/util/DateUtils.dart ('k') | tests/co19/co19-runtime.status » ('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 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 115 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
116 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 116 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
117 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 117 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
118 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 118 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
119 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 119 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
120 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 120 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
121 121
122 122
123 # The following tests use the deprecated Date interface. 123 # The following tests use the deprecated Date interface.
124 # Issue co19 - 125 124 # Issue co19 - 125
125 LibTest/core/Date/Date_A02_t01: Fail, OK 125 LibTest/core/Date/Date_A02_t01: Fail, Pass
126 LibTest/core/Date/Date.now_A02_t01: Fail, OK 126 LibTest/core/Date/Date.now_A02_t01: Fail, Pass
127 LibTest/core/Date/add_A04_t01: Fail, OK 127 LibTest/core/Date/add_A02_t01: Fail, Pass
128 LibTest/core/Date/value_A01_t02: Skip 128 LibTest/core/Date/add_A03_t01: Fail, Pass
129 LibTest/core/Date/value_A02_t01: Skip 129 LibTest/core/Date/add_A04_t01: Fail, Pass
130 LibTest/core/Date/isLocalTime_A01_t01: Fail, OK 130 LibTest/core/Date/value_A01_t02: Fail, Pass
131 LibTest/core/Date/toString_A02_t01: Skip 131 LibTest/core/Date/value_A01_t03: Fail, Pass
132 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK 132 LibTest/core/Date/value_A02_t01: Fail, Pass
133 LibTest/core/Date/changeTimeZone_A01_t01: Skip 133 LibTest/core/Date/isLocalTime_A01_t01: Fail, Pass
134 LibTest/core/Date/changeTimeZone_A02_t01: Fail, OK 134 LibTest/core/Date/toString_A02_t01: Fail, Pass
135 LibTest/core/Date/changeTimeZone_A03_t01: Fail, OK 135 LibTest/core/Date/Date.fromString_A01_t02: Fail, Pass
136 LibTest/core/Date/changeTimeZone_A04_t01: Skip 136 LibTest/core/Date/Date.fromString_A01_t03: Fail, Pass
137 LibTest/core/Date/changeTimeZone_A05_t01: Fail, OK 137 LibTest/core/Date/changeTimeZone_A01_t01: Fail, Pass
138 LibTest/core/Date/isUtc_A01_t01: Fail, OK 138 LibTest/core/Date/changeTimeZone_A02_t01: Fail, Pass
139 LibTest/core/Date/timeZone_A01_t01: Skip 139 LibTest/core/Date/changeTimeZone_A03_t01: Fail, Pass
140 LibTest/core/Date/timeZone_A01_t02: Fail, OK 140 LibTest/core/Date/changeTimeZone_A04_t01: Fail, Pass
141 LibTest/core/Date/timeZone_A01_t03: Fail, OK 141 LibTest/core/Date/changeTimeZone_A05_t01: Fail, Pass
142 LibTest/core/Date/difference_A01_t01: Skip 142 LibTest/core/Date/isUtc_A01_t01: Fail, Pass
143 LibTest/core/Date/difference_A01_t02: Skip 143 LibTest/core/Date/timeZone_A01_t01: Fail, Pass
144 LibTest/core/Date/subtract_A04_t01: Fail, OK 144 LibTest/core/Date/timeZone_A01_t02: Fail, Pass
145 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail, OK 145 LibTest/core/Date/timeZone_A01_t03: Fail, Pass
146 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, OK 146 LibTest/core/Date/difference_A01_t01: Fail, Pass
147 LibTest/core/Date/Date.fromEpoch_A01_t02: Skip 147 LibTest/core/Date/difference_A01_t02: Fail, Pass
148 LibTest/core/Date/Date.fromEpoch_A01_t01: Skip 148 LibTest/core/Date/milliseconds_A01_t01: Fail, Pass
149 LibTest/core/Date/Date.withTimeZone_A01_t01: Skip 149 LibTest/core/Date/seconds_A01_t01: Fail, Pass
150 LibTest/core/Date/Date.withTimeZone_A01_t02: Skip 150 LibTest/core/Date/minutes_A01_t01: Fail, Pass
151 LibTest/core/Date/Date.withTimeZone_A01_t03: Skip 151 LibTest/core/Date/hours_A01_t01: Fail, Pass
152 LibTest/core/Date/subtract_A02_t01: Fail, Pass
153 LibTest/core/Date/subtract_A03_t01: Fail, Pass
154 LibTest/core/Date/subtract_A04_t01: Fail, Pass
155 LibTest/core/Date/Date.fromEpoch_A03_t01: Fail, Pass
156 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass
157 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass
158 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
159 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
160 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
161 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
152 162
153 LibTest/core/TimeZone/TimeZone.local_A01_t01: Skip 163 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
154 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Skip 164 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
155 165
156 166
157 [ $compiler == dart2js && $checked ] 167 [ $compiler == dart2js && $checked ]
158 # Leg does not support checked mode yet. 168 # Leg does not support checked mode yet.
159 *: Skip 169 *: Skip
160 170
161 171
162 [ $compiler == dart2js && $browser ] 172 [ $compiler == dart2js && $browser ]
163 *: Skip 173 *: Skip
164 174
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 700 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
691 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 701 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
692 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 702 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
693 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 703 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
694 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 704 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
695 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 705 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
696 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 706 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
697 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 707 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
698 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 708 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
699 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 709 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « samples/ui_lib/util/DateUtils.dart ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698