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

Side by Side Diff: pkg/pkg.status

Issue 38573004: - Mark flaky test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 stack_trace/test/vm_test: Fail, OK # VM-specific traces 140 stack_trace/test/vm_test: Fail, OK # VM-specific traces
141 crypto/test/sha256_test: Slow, Pass 141 crypto/test/sha256_test: Slow, Pass
142 crypto/test/sha1_test: Slow, Pass 142 crypto/test/sha1_test: Slow, Pass
143 polymer/example/component: Fail # Issue 13198 143 polymer/example/component: Fail # Issue 13198
144 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior 144 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior
145 145
146 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 146 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
147 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 147 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
148 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 148 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
149 149
150 [ $compiler == none && $runtime == vm && $system == windows && mode == debug ]
151 http_server/test/http_body_test: Pass, Fail # Issue 14381
ricow1 2013/10/24 05:20:04 mode => $mode
152
150 [ $browser ] 153 [ $browser ]
151 analyzer_experimental/test/error_test: Fail, Timeout, OK # Uses dart:io. 154 analyzer_experimental/test/error_test: Fail, Timeout, OK # Uses dart:io.
152 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 155 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
153 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 156 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
154 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io. 157 analyzer_experimental/test/options_test: Fail, OK, Pass # Uses dart:io.
155 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 158 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
156 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. 159 analyzer_experimental/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
157 barback/test/*: Fail, OK # Uses dart:io. 160 barback/test/*: Fail, OK # Uses dart:io.
158 http/test/client_test: Fail, OK # Uses dart:io. 161 http/test/client_test: Fail, OK # Uses dart:io.
159 http/test/http_test: Fail, OK # Uses dart:io. 162 http/test/http_test: Fail, OK # Uses dart:io.
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 observe/test/observe_test: fail 294 observe/test/observe_test: fail
292 295
293 [ $compiler == dart2analyzer ] 296 [ $compiler == dart2analyzer ]
294 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 297 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
295 custom_element/test/analyzer_test: fail 298 custom_element/test/analyzer_test: fail
296 template_binding/test/analyzer_test: fail 299 template_binding/test/analyzer_test: fail
297 observe/test/observe_test: fail 300 observe/test/observe_test: fail
298 301
299 # pkg issue 13945; Missing inherited member 'Trace.frames' 302 # pkg issue 13945; Missing inherited member 'Trace.frames'
300 observe/test/observe_test: fail 303 observe/test/observe_test: fail
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