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

Side by Side Diff: pkg/pkg.status

Issue 22901014: Update status file (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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # These tests are runtime negative but statically positive, so we skip 79 # These tests are runtime negative but statically positive, so we skip
80 # them in the analyzer. 80 # them in the analyzer.
81 unittest/test/mock_regexp_negative_test: Skip 81 unittest/test/mock_regexp_negative_test: Skip
82 unittest/test/mock_stepwise_negative_test: Skip 82 unittest/test/mock_stepwise_negative_test: Skip
83 83
84 [ $compiler == dart2js && $csp ] 84 [ $compiler == dart2js && $csp ]
85 unittest/test/mirror_matchers_test: Skip # Issue 12151 85 unittest/test/mirror_matchers_test: Skip # Issue 12151
86 observe/test/observe_test: Fail # Issue 11970 86 observe/test/observe_test: Fail # Issue 11970
87 observe/test/path_observer_test: Fail # Issue 11970 87 observe/test/path_observer_test: Fail # Issue 11970
88 mdv/test/binding_syntax_test: Fail # Issue 11970 88 mdv/test/binding_syntax_test: Fail # Issue 11970
89 polymer_expressions/test/eval_test: Fail # Issue 12578
90 polymer_expressions/test/syntax_test: Fail # Issue 12578
89 serialization/test/serialization_test: Fail # Issue 6490 91 serialization/test/serialization_test: Fail # Issue 6490
90 serialization/test/no_library_test: Fail # Issue 6490 92 serialization/test/no_library_test: Fail # Issue 6490
91 93
92 # This test cannot run under CSP because it is injecting a JavaScript polyfill 94 # This test cannot run under CSP because it is injecting a JavaScript polyfill
93 mutation_observer: Skip 95 mutation_observer: Skip
94 96
95 [ $compiler == dart2js && $minified ] 97 [ $compiler == dart2js && $minified ]
96 # The unminified unittest tests test that the real names of Dart types are 98 # The unminified unittest tests test that the real names of Dart types are
97 # printed. Minified versions of these tests exist that test the behavior when 99 # printed. Minified versions of these tests exist that test the behavior when
98 # minified. 100 # minified.
99 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 101 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
100 csslib: Pass, Crash # crashing randomly, see issue 12468 102 csslib: Pass, Crash # crashing randomly, see issue 12468
101 103
102 [ $compiler == dart2js && $browser ] 104 [ $compiler == dart2js && $browser ]
103 stack_trace/test/vm_test: Fail, OK # VM-specific traces 105 stack_trace/test/vm_test: Fail, OK # VM-specific traces
104 crypto/test/sha256_test: Slow, Pass 106 crypto/test/sha256_test: Slow, Pass
105 crypto/test/sha1_test: Slow, Pass 107 crypto/test/sha1_test: Slow, Pass
106 108
107 [ $compiler == dart2js ] 109 [ $compiler == dart2js ]
108 csslib/test/var_test: Fail # looking for VM-specific stack traces, issue 12469 110 csslib/test/var_test: Fail # looking for VM-specific stack traces, issue 12469
109 111
110 [ $compiler == dart2js && $runtime == drt ] 112 [ $compiler == dart2js && $runtime == drt ]
111 third_party/html5lib/test/parser_feature_test: Fail # issue 12466
Siggi Cherem (dart-lang) 2013/08/20 21:49:31 was this fixed? didn't see much in the bug. If so,
112 csslib: Pass, Fail # issue 12466 113 csslib: Pass, Fail # issue 12466
113 114
114 [ $browser ] 115 [ $browser ]
115 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 116 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
116 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 117 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
117 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 118 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
118 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 119 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
119 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 120 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
120 barback/test/*: Fail, OK # Uses dart:io. 121 barback/test/*: Fail, OK # Uses dart:io.
121 http/test/client_test: Fail, OK # Uses dart:io. 122 http/test/client_test: Fail, OK # Uses dart:io.
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 mutation_observer: Skip 206 mutation_observer: Skip
206 polymer_expressions/test/syntax_test: Skip 207 polymer_expressions/test/syntax_test: Skip
207 third_party/html5lib/test/browser/browser_test: Skip 208 third_party/html5lib/test/browser/browser_test: Skip
208 209
209 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 210 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
210 docgen/test/single_library_test: Skip # Uses dart:io 211 docgen/test/single_library_test: Skip # Uses dart:io
211 212
212 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 213 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
213 # Skipped for in-progress Dartium rull on 8-16-2013 214 # Skipped for in-progress Dartium rull on 8-16-2013
214 mutation_observer/test/mutation_observer_test: Fail 215 mutation_observer/test/mutation_observer_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