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

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

Issue 8439003: Adjust co19 status for windows (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 7 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip 10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail 160 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail
161 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail 161 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail
162 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail 162 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail
163 LibTest/core/List/setRange/List/setRange/A01/t01: Fail 163 LibTest/core/List/setRange/List/setRange/A01/t01: Fail
164 LibTest/core/List/some/List/some/A01/t03: Fail 164 LibTest/core/List/some/List/some/A01/t03: Fail
165 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail 165 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail
166 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail 166 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail
167 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail 167 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail
168 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail 168 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail
169 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail 169 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail
170 LibTest/core/Math/exp/Math/exp/A01/t01: Fail
171 LibTest/core/Math/max/Math/max/A01/t02: Fail 170 LibTest/core/Math/max/Math/max/A01/t02: Fail
172 LibTest/core/Math/pow/Math/pow/A01/t01: Fail 171 LibTest/core/Math/pow/Math/pow/A01/t01: Fail
173 LibTest/core/Math/pow/Math/pow/A01/t02: Fail 172 LibTest/core/Math/pow/Math/pow/A01/t02: Fail
174 LibTest/core/Math/pow/Math/pow/A11/t01: Fail 173 LibTest/core/Math/pow/Math/pow/A11/t01: Fail
175 LibTest/core/Math/pow/Math/pow/A13/t01: Fail 174 LibTest/core/Math/pow/Math/pow/A13/t01: Fail
176 LibTest/core/Math/pow/Math/pow/A18/t01: Fail
177 LibTest/core/Math/sin/Math/sin/A01/t01: Fail
178 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail 175 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail
179 LibTest/core/Math/tan/Math/tan/A01/t01: Fail
180 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail 176 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail
181 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail 177 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail
182 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail 178 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail
183 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail 179 LibTest/core/Promise/complete/Promise/complete/A01/t04: Fail
184 LibTest/core/Promise/error/Promise/error/A01/t01: Fail 180 LibTest/core/Promise/error/Promise/error/A01/t01: Fail
185 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail 181 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail
186 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail 182 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail
187 LibTest/core/Promise/join/Promise/join/A01/t06: Fail 183 LibTest/core/Promise/join/Promise/join/A01/t06: Fail
188 LibTest/core/Promise/then/Promise/then/A01/t02: Fail 184 LibTest/core/Promise/then/Promise/then/A01/t02: Fail
189 LibTest/core/Promise/value/Promise/value/A01/t02: Fail 185 LibTest/core/Promise/value/Promise/value/A01/t02: Fail
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 LibTest/core/int/remainder/int/remainder/A01/t03: Fail 249 LibTest/core/int/remainder/int/remainder/A01/t03: Fail
254 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail 250 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail
255 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail 251 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail
256 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail 252 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail
257 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail 253 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail
258 [ $component == vm && $system == macos ] 254 [ $component == vm && $system == macos ]
259 LibTest/core/Math/acos/Math/acos/A01/t01: Fail 255 LibTest/core/Math/acos/Math/acos/A01/t01: Fail
260 LibTest/core/Math/asin/Math/asin/A01/t01: Fail 256 LibTest/core/Math/asin/Math/asin/A01/t01: Fail
261 LibTest/core/Math/atan/Math/atan/A01/t01: Fail 257 LibTest/core/Math/atan/Math/atan/A01/t01: Fail
262 LibTest/core/Math/cos/Math/cos/A01/t01: Fail 258 LibTest/core/Math/cos/Math/cos/A01/t01: Fail
259 LibTest/core/Math/exp/Math/exp/A01/t01: Fail
260 LibTest/core/Math/pow/Math/pow/A18/t01: Fail
261 LibTest/core/Math/sin/Math/sin/A01/t01: Fail
262 LibTest/core/Math/tan/Math/tan/A01/t01: Fail
263 [ $component == vm && $system == linux ]
264 LibTest/core/Math/exp/Math/exp/A01/t01: Fail
265 LibTest/core/Math/pow/Math/pow/A18/t01: Fail
266 LibTest/core/Math/sin/Math/sin/A01/t01: Fail
267 LibTest/core/Math/tan/Math/tan/A01/t01: Fail
263 [ $component == vm && $unchecked ] 268 [ $component == vm && $unchecked ]
264 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail 269 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail
265 LangGuideTest/08_Expressions/A01/t02: Fail 270 LangGuideTest/08_Expressions/A01/t02: Fail
266 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail 271 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
267 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail 272 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
268 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail 273 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
269 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail 274 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
270 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail 275 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
271 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail 276 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
272 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail 277 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail 324 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail
320 LibTest/core/Set/add/Set/add/A01/t03: Fail 325 LibTest/core/Set/add/Set/add/A01/t03: Fail
321 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail 326 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail
322 LibTest/core/double/ceil/double/ceil/A01/t02: Fail 327 LibTest/core/double/ceil/double/ceil/A01/t02: Fail
323 LibTest/core/double/floor/double/floor/A01/t02: Fail 328 LibTest/core/double/floor/double/floor/A01/t02: Fail
324 LibTest/core/double/operator%/double/operator%/A01/t01: Fail 329 LibTest/core/double/operator%/double/operator%/A01/t01: Fail
325 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail 330 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail
326 LibTest/core/double/remainder/double/remainder/A01/t01: Fail 331 LibTest/core/double/remainder/double/remainder/A01/t01: Fail
327 LibTest/core/double/truncate/double/truncate/A01/t01: Fail 332 LibTest/core/double/truncate/double/truncate/A01/t01: Fail
328 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail 333 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
334 [ $component == vm && $system == win32 ]
335 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Crash
336 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name.
337 LibTest/core/Math/pow/Math/pow/A07/t01: Fail
338 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail
339 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail
340 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail
341 LibTest/core/double/operator%/double/operator%/A01/t04: Fail
342 LibTest/core/double/round/double/round/A01/t01: Fail
329 343
330 344
331 [ $arch == x64 ] 345 [ $arch == x64 ]
332 *: Skip 346 *: Skip
333 347
334 348
335 [ $arch == simarm ] 349 [ $arch == simarm ]
336 *: Skip 350 *: Skip
337 351
338 352
339 [ $arch == arm ] 353 [ $arch == arm ]
340 *: Skip 354 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698