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

Side by Side Diff: pkg/pkg.status

Issue 23223002: mark csslib+drt+dart2js checked mode flaky (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 95 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
96 csslib: Pass, Crash # crashing randomly, see issue 12468 96 csslib: Pass, Crash # crashing randomly, see issue 12468
97 97
98 [ $compiler == dart2js && $browser ] 98 [ $compiler == dart2js && $browser ]
99 stack_trace/test/vm_test: Fail, OK # VM-specific traces 99 stack_trace/test/vm_test: Fail, OK # VM-specific traces
100 crypto/test/sha256_test: Slow, Pass 100 crypto/test/sha256_test: Slow, Pass
101 crypto/test/sha1_test: Slow, Pass 101 crypto/test/sha1_test: Slow, Pass
102 csslib/test/var_test: Fail # looking for VM-specific stack traces 102 csslib/test/var_test: Fail # looking for VM-specific stack traces
103 103
104 [ $compiler == dart2js && $runtime == drt ] 104 [ $compiler == dart2js && $runtime == drt ]
105 csslib/test/nested_test: Fail # crashing DRT
106 third_party/html5lib/test/parser_feature_test: Fail # issue 12466 105 third_party/html5lib/test/parser_feature_test: Fail # issue 12466
106 csslib: Pass, Fail # issue 12466
107 107
108 [ $browser ] 108 [ $browser ]
109 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 109 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
110 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 110 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
111 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 111 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
112 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 112 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
113 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 113 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
114 barback/test/*: Fail, OK # Uses dart:io. 114 barback/test/*: Fail, OK # Uses dart:io.
115 http/test/client_test: Fail, OK # Uses dart:io. 115 http/test/client_test: Fail, OK # Uses dart:io.
116 http/test/http_test: Fail, OK # Uses dart:io. 116 http/test/http_test: Fail, OK # Uses dart:io.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 194
195 # Skip tests on the VM if the package depends on dart:html 195 # Skip tests on the VM if the package depends on dart:html
196 [ $runtime == vm ] 196 [ $runtime == vm ]
197 custom_element: Skip 197 custom_element: Skip
198 mdv: Skip 198 mdv: Skip
199 mutation_observer: Skip 199 mutation_observer: Skip
200 third_party/html5lib/test/browser/browser_test: Skip 200 third_party/html5lib/test/browser/browser_test: Skip
201 201
202 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 202 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
203 docgen/test/single_library_test: Skip # Uses dart:io 203 docgen/test/single_library_test: Skip # Uses dart:io
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