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

Side by Side Diff: pkg/pkg.status

Issue 209333003: pkg/mock - NEW! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nit Created 6 years, 9 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 | « pkg/mock/test/mock_test.dart ('k') | 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 path/test/browser_test: Fail, OK # Uses dart:html 130 path/test/browser_test: Fail, OK # Uses dart:html
131 intl/test/find_default_locale_browser_test: Skip 131 intl/test/find_default_locale_browser_test: Skip
132 intl/test/date_time_format_http_request_test: Skip 132 intl/test/date_time_format_http_request_test: Skip
133 133
134 [ $runtime == vm && $system == windows ] 134 [ $runtime == vm && $system == windows ]
135 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 135 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
136 136
137 [ $compiler == dartanalyzer ] 137 [ $compiler == dartanalyzer ]
138 # These tests are runtime negative but statically positive, so we skip 138 # These tests are runtime negative but statically positive, so we skip
139 # them in the analyzer. 139 # them in the analyzer.
140 mock/test/mock_regexp_negative_test: Skip
141 mock/test/mock_stepwise_negative_test: Skip
140 unittest/test/mock_regexp_negative_test: Skip 142 unittest/test/mock_regexp_negative_test: Skip
141 unittest/test/mock_stepwise_negative_test: Skip 143 unittest/test/mock_stepwise_negative_test: Skip
142 polymer/example/canonicalization: Skip 144 polymer/example/canonicalization: Skip
143 polymer/example/canonicalization2: Skip 145 polymer/example/canonicalization2: Skip
144 polymer/example/canonicalization3: Skip 146 polymer/example/canonicalization3: Skip
145 147
146 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 148 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
147 149
148 [ $compiler == dart2analyzer ] 150 [ $compiler == dart2analyzer ]
149 # These tests are runtime negative but statically positive, so we skip 151 # These tests are runtime negative but statically positive, so we skip
150 # them in the analyzer. 152 # them in the analyzer.
153 mock/test/mock_regexp_negative_test: Skip
154 mock/test/mock_stepwise_negative_test: Skip
151 unittest/test/mock_regexp_negative_test: Skip 155 unittest/test/mock_regexp_negative_test: Skip
152 unittest/test/mock_stepwise_negative_test: Skip 156 unittest/test/mock_stepwise_negative_test: Skip
153 polymer/example/canonicalization: Skip 157 polymer/example/canonicalization: Skip
154 polymer/example/canonicalization2: Skip 158 polymer/example/canonicalization2: Skip
155 polymer/example/canonicalization3: Skip 159 polymer/example/canonicalization3: Skip
156 160
157 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 161 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
158 162
159 [ $compiler == dart2js && $runtime == none] 163 [ $compiler == dart2js && $runtime == none]
160 polymer/example/canonicalization: Skip 164 polymer/example/canonicalization: Skip
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 collection/test/priority_queue_test: PubGetError 384 collection/test/priority_queue_test: PubGetError
381 collection/test/unmodifiable_collection_test: PubGetError 385 collection/test/unmodifiable_collection_test: PubGetError
382 collection/test/wrapper_test: PubGetError 386 collection/test/wrapper_test: PubGetError
383 stack_trace/test/chain_test: PubGetError 387 stack_trace/test/chain_test: PubGetError
384 stack_trace/test/frame_test: PubGetError 388 stack_trace/test/frame_test: PubGetError
385 stack_trace/test/trace_test: PubGetError 389 stack_trace/test/trace_test: PubGetError
386 stack_trace/test/vm_test: PubGetError 390 stack_trace/test/vm_test: PubGetError
387 391
388 [ $runtime == ie9 ] 392 [ $runtime == ie9 ]
389 polymer: Pass, Fail, Timeout # Issue 16717 393 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « pkg/mock/test/mock_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698