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

Side by Side Diff: tests/standalone/standalone.status

Issue 16273008: Exclude coverage test from Dartium runs (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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 # Fails because checked-in dart executable is not up to date. 8 # Fails because checked-in dart executable is not up to date.
9 io/test_runner_test: Fail 9 io/test_runner_test: Fail
10 # Fails because checked-in dart executable is not up to date. 10 # Fails because checked-in dart executable is not up to date.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 io/directory_non_ascii_sync_test: Pass, Fail 49 io/directory_non_ascii_sync_test: Pass, Fail
50 io/directory_non_ascii_test: Pass, Fail 50 io/directory_non_ascii_test: Pass, Fail
51 io/process_non_ascii_test: Pass, Fail 51 io/process_non_ascii_test: Pass, Fail
52 52
53 [ $compiler == none && $runtime == drt ] 53 [ $compiler == none && $runtime == drt ]
54 typed_data_isolate_test: Skip # This test uses dart:io 54 typed_data_isolate_test: Skip # This test uses dart:io
55 io/*: Skip # Don't run tests using dart:io in the browser 55 io/*: Skip # Don't run tests using dart:io in the browser
56 crypto/*: Skip # Don't run tests using dart:io in the browser 56 crypto/*: Skip # Don't run tests using dart:io in the browser
57 package/*: Skip # Do not run those in Dartium. 57 package/*: Skip # Do not run those in Dartium.
58 debugger/*: Skip # Do not run standalone debugger tests in browser. 58 debugger/*: Skip # Do not run standalone debugger tests in browser.
59 coverage_test: Skip
59 60
60 [ $compiler == dartc ] 61 [ $compiler == dartc ]
61 62
62 # package test issue 7392 63 # package test issue 7392
63 package/package1_test: Fail 64 package/package1_test: Fail
64 package/package_test: Fail 65 package/package_test: Fail
65 io/test_runner_test: Fail # Library dart:uri removed. 66 io/test_runner_test: Fail # Library dart:uri removed.
66 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 67 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
67 68
68 69
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 *: Skip 135 *: Skip
135 136
136 [ $arch == simarm ] 137 [ $arch == simarm ]
137 *: Skip 138 *: Skip
138 139
139 [ $arch == mips ] 140 [ $arch == mips ]
140 *: Skip 141 *: Skip
141 142
142 [ $arch == simmips ] 143 [ $arch == simmips ]
143 *: Skip 144 *: 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