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

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

Issue 17315019: Mark co19/LibTest/core/Stopwatch/elapsed_A01_t01 as flaky on the vm on windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « 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) 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 [ $runtime = vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7
5 [ $runtime == vm ] 8 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 10 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
8 11
9 [ $compiler == none && $runtime == vm ] 12 [ $compiler == none && $runtime == vm ]
10 13
11 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 14 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
12 LibTest/core/double/floor_A01_t05: Fail # issue 428 15 LibTest/core/double/floor_A01_t05: Fail # issue 428
13 LibTest/core/double/ceil_A01_t05: Fail # issue 428 16 LibTest/core/double/ceil_A01_t05: Fail # issue 428
14 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428 17 Language/12_Statements/02_Expression_Statements_A01_t06: Fail # co19 issue 428
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac 540 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac
538 541
539 542
540 [ $compiler == none && $runtime == vm && $arch == mips ] 543 [ $compiler == none && $runtime == vm && $arch == mips ]
541 *: Skip 544 *: Skip
542 545
543 546
544 [ $compiler == none && $runtime == vm && $arch == simmips ] 547 [ $compiler == none && $runtime == vm && $arch == simmips ]
545 *: Skip 548 *: Skip
546 549
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