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

Side by Side Diff: pkg/pkg.status

Issue 236313012: Don't hide interceptors in mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor cleanups. Created 6 years, 8 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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 polymer/example/canonicalization3: Skip 158 polymer/example/canonicalization3: Skip
159 159
160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
161 161
162 [ $compiler == dart2js && $runtime == none] 162 [ $compiler == dart2js && $runtime == none]
163 polymer/example/canonicalization: Skip 163 polymer/example/canonicalization: Skip
164 polymer/example/canonicalization2: Skip 164 polymer/example/canonicalization2: Skip
165 polymer/example/canonicalization3: Skip 165 polymer/example/canonicalization3: Skip
166 166
167 [ $compiler == dart2js && $csp ] 167 [ $compiler == dart2js && $csp ]
168 matcher/test/mirror_matchers_test: Skip # Issue 12151
169 polymer/test/noscript_test: Fail # Issue 17326 168 polymer/test/noscript_test: Fail # Issue 17326
170 polymer/test/js_interop_test: Fail # Issue 17326 169 polymer/test/js_interop_test: Fail # Issue 17326
171 170
172 # This test cannot run under CSP because it is injecting a JavaScript polyfill 171 # This test cannot run under CSP because it is injecting a JavaScript polyfill
173 mutation_observer: Skip 172 mutation_observer: Skip
174 173
175 [ $compiler == dart2js && $minified ] 174 [ $compiler == dart2js && $minified ]
176 # The unminified unittest tests test that the real names of Dart types are 175 # The unminified unittest tests test that the real names of Dart types are
177 # printed. Minified versions of these tests exist that test the behavior when 176 # printed. Minified versions of these tests exist that test the behavior when
178 # minified. 177 # minified.
179 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS 178 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS
180 matcher/test/mirror_matchers_test: Fail # Issue 15405
181 179
182 [ $compiler == dart2js && $browser ] 180 [ $compiler == dart2js && $browser ]
183 stack_trace/test/vm_test: Fail, OK # VM-specific traces 181 stack_trace/test/vm_test: Fail, OK # VM-specific traces
184 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 182 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
185 crypto/test/sha256_test: Slow, Pass 183 crypto/test/sha256_test: Slow, Pass
186 crypto/test/sha1_test: Slow, Pass 184 crypto/test/sha1_test: Slow, Pass
187 polymer/example/component: Fail # Issue 13198 185 polymer/example/component: Fail # Issue 13198
188 polymer/test/mirror_loader_test: Skip # tests development only behavior 186 polymer/test/mirror_loader_test: Skip # tests development only behavior
189 187
190 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 188 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 345 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
348 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 346 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
349 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 347 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
350 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 348 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
351 349
352 [ $use_repository_packages ] 350 [ $use_repository_packages ]
353 analyzer/test/*: PubGetError 351 analyzer/test/*: PubGetError
354 352
355 [ $runtime == ie9 ] 353 [ $runtime == ie9 ]
356 polymer: Pass, Fail, Timeout # Issue 16717 354 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698