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

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

Issue 9316098: Update co19 status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « dart/tests/co19/co19-compiler.status ('k') | no next file » | 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 prefix co19 5 prefix co19
6 6
7 7
8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16 8 LibTest/core/Proxy/Proxy.forIsolate_A01_t01: Skip # Issue co19 - 16
9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16 9 LibTest/core/Proxy/Proxy.forIsolateWithPromise_A01_t01: Skip # Issue co19 - 16
10 10
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 110 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37
111 LibTest/core/double/operator%_A01_t01: Fail # Issue co19 - 36 111 LibTest/core/double/operator%_A01_t01: Fail # Issue co19 - 36
112 LibTest/core/double/operator~div_A01_t07: Fail # Issue co19 - 36 112 LibTest/core/double/operator~div_A01_t07: Fail # Issue co19 - 36
113 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue 441 113 Language/13_Types/8_Parameterized_Types_A02_t01: Fail # Issue 441
114 114
115 [ $component == vm && $system == win32 ] 115 [ $component == vm && $system == win32 ]
116 LibTest/core/Math/pow_A07_t01: Fail 116 LibTest/core/Math/pow_A07_t01: Fail
117 LibTest/core/double/operator_remainder_A01_t04: Fail 117 LibTest/core/double/operator_remainder_A01_t04: Fail
118 LibTest/core/double/round_A01_t01: Fail 118 LibTest/core/double/round_A01_t01: Fail
119 LibTest/core/double/remainder_A01_t04: Fail 119 LibTest/core/double/remainder_A01_t04: Fail
120 LibTest/core/Math/atan2_A01_t03: Fail
121 LibTest/core/int/remainder_A01_t02: Fail
122 LibTest/core/int/operator_remainder_A01_t02: Fail
120 123
121 124
122 [ $component == vm ] 125 [ $component == vm ]
123 LibTest/core/SendPort/send_A02_t02: Crash 126 LibTest/core/SendPort/send_A02_t02: Crash
124 LibTest/core/String/contains_A01_t03: Skip # Times out. 127 LibTest/core/String/contains_A01_t03: Skip # Times out.
125 128
126 Language/05_Variables/05_Variables_A05_t04: Fail 129 Language/05_Variables/05_Variables_A05_t04: Fail
127 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail 130 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail
128 Language/07_Classes/07_Classes_A02_t05: Fail 131 Language/07_Classes/07_Classes_A02_t05: Fail
129 Language/07_Classes/07_Classes_A02_t06: Fail 132 Language/07_Classes/07_Classes_A02_t06: Fail
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail 218 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail
216 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail 219 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail
217 Language/09_Generics/09_Generics_A01_t02: Fail 220 Language/09_Generics/09_Generics_A01_t02: Fail
218 Language/09_Generics/09_Generics_A01_t03: Fail 221 Language/09_Generics/09_Generics_A01_t03: Fail
219 Language/09_Generics/09_Generics_A04_t06: Fail 222 Language/09_Generics/09_Generics_A04_t06: Fail
220 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail 223 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
221 LibTest/core/FallThroughError/toString_A01_t01: Fail 224 LibTest/core/FallThroughError/toString_A01_t01: Fail
222 LibTest/core/List/lastIndexOf_A03_t01: Fail 225 LibTest/core/List/lastIndexOf_A03_t01: Fail
223 LibTest/core/ReceivePort/receive_A01_t02: Fail 226 LibTest/core/ReceivePort/receive_A01_t02: Fail
224 LibTest/core/SendPort/send_A02_t01: Fail 227 LibTest/core/SendPort/send_A02_t01: Fail
225 LibTest/core/Stopwatch/elapsed_A01_t02: Fail
226 LibTest/core/Stopwatch/start_A01_t02: Fail 228 LibTest/core/Stopwatch/start_A01_t02: Fail
227 LibTest/core/String/contains_A01_t02: Fail 229 LibTest/core/String/contains_A01_t02: Fail
228 LibTest/core/int/operator_left_shift_A01_t02: Fail 230 LibTest/core/int/operator_left_shift_A01_t02: Fail
229 231
230 232
231 [ $component == vm && $unchecked ] 233 [ $component == vm && $unchecked ]
232 Language/13_Types/1_Static_Types_A02_t08: Fail 234 Language/13_Types/1_Static_Types_A02_t08: Fail
233 235
234 236
235 [ $component == vm && $checked ] 237 [ $component == vm && $checked ]
(...skipping 20 matching lines...) Expand all
256 LibTest/core/Map/putIfAbsent_A01_t04: Fail 258 LibTest/core/Map/putIfAbsent_A01_t04: Fail
257 259
258 260
259 261
260 [ $arch == simarm ] 262 [ $arch == simarm ]
261 *: Skip 263 *: Skip
262 264
263 265
264 [ $arch == arm ] 266 [ $arch == arm ]
265 *: Skip 267 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698