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

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

Issue 8589004: Fix windows build: a co19 remainder test is failing. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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 7
8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail # Issue co19 - 37 238 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail # Issue co19 - 37
239 LibTest/core/Set/add/Set/add/A01/t03: Fail # Issue co19 - 37 239 LibTest/core/Set/add/Set/add/A01/t03: Fail # Issue co19 - 37
240 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail # Issue co19 - 37 240 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail # Issue co19 - 37
241 LibTest/core/double/ceil/double/ceil/A01/t02: Fail # Issue co19 - 36 241 LibTest/core/double/ceil/double/ceil/A01/t02: Fail # Issue co19 - 36
242 LibTest/core/double/floor/double/floor/A01/t02: Fail # Issue co19 - 36 242 LibTest/core/double/floor/double/floor/A01/t02: Fail # Issue co19 - 36
243 LibTest/core/double/operator%/double/operator%/A01/t01: Fail # Issue co19 - 36 243 LibTest/core/double/operator%/double/operator%/A01/t01: Fail # Issue co19 - 36
244 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail # Issue co19 - 36 244 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail # Issue co19 - 36
245 LibTest/core/double/remainder/double/remainder/A01/t01: Fail # Issue co19 - 36 245 LibTest/core/double/remainder/double/remainder/A01/t01: Fail # Issue co19 - 36
246 LibTest/core/double/truncate/double/truncate/A01/t01: Fail # Issue co19 - 36 246 LibTest/core/double/truncate/double/truncate/A01/t01: Fail # Issue co19 - 36
247 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail # Issue co19 - 36 247 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail # Issue co19 - 36
248
248 [ $component == vm && $system == win32 ] 249 [ $component == vm && $system == win32 ]
249 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name. 250 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name.
250 LibTest/core/Math/pow/Math/pow/A07/t01: Fail 251 LibTest/core/Math/pow/Math/pow/A07/t01: Fail
251 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail 252 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail
252 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail 253 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail
253 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail 254 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail
254 LibTest/core/double/operator%/double/operator%/A01/t04: Fail 255 LibTest/core/double/operator%/double/operator%/A01/t04: Fail
255 LibTest/core/double/round/double/round/A01/t01: Fail 256 LibTest/core/double/round/double/round/A01/t01: Fail
257 LibTest/core/double/remainder/double/remainder/A01/t04: Fail
258
256 [ $component == vm && $system == win32 && $checked ] 259 [ $component == vm && $system == win32 && $checked ]
257 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail 260 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
258 261
259 # Started failing after making @static-type-error non-negative. 262 # Started failing after making @static-type-error non-negative.
260 [ $component == vm ] 263 [ $component == vm ]
261 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail # Issue 441 264 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail # Issue 441
262 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail # Issue 441 265 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail # Issue 441
263 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t02: Fail # Issue co19 - 35 266 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t02: Fail # Issue co19 - 35
264 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t03: Fail # Issue co19 - 35 267 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t03: Fail # Issue co19 - 35
265 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail # Issue co19 - 34 268 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail # Issue co19 - 34
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 [ $arch == x64 ] 316 [ $arch == x64 ]
314 *: Skip 317 *: Skip
315 318
316 319
317 [ $arch == simarm ] 320 [ $arch == simarm ]
318 *: Skip 321 *: Skip
319 322
320 323
321 [ $arch == arm ] 324 [ $arch == arm ]
322 *: Skip 325 *: 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