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

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: Address comments. Created 6 years, 7 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 | sdk/lib/_internal/compiler/implementation/js_backend/backend.dart » ('j') | 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 polymer/example/canonicalization3: Skip 161 polymer/example/canonicalization3: Skip
162 162
163 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 163 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
164 164
165 [ $compiler == dart2js && $runtime == none] 165 [ $compiler == dart2js && $runtime == none]
166 polymer/example/canonicalization: Skip 166 polymer/example/canonicalization: Skip
167 polymer/example/canonicalization2: Skip 167 polymer/example/canonicalization2: Skip
168 polymer/example/canonicalization3: Skip 168 polymer/example/canonicalization3: Skip
169 169
170 [ $compiler == dart2js && $csp ] 170 [ $compiler == dart2js && $csp ]
171 matcher/test/mirror_matchers_test: Skip # Issue 12151
172 polymer/test/noscript_test: Fail # Issue 17326 171 polymer/test/noscript_test: Fail # Issue 17326
173 polymer/test/js_interop_test: Fail # Issue 17326 172 polymer/test/js_interop_test: Fail # Issue 17326
174 173
175 # This test cannot run under CSP because it is injecting a JavaScript polyfill 174 # This test cannot run under CSP because it is injecting a JavaScript polyfill
176 mutation_observer: Skip 175 mutation_observer: Skip
177 176
178 [ $compiler == dart2js && $minified ] 177 [ $compiler == dart2js && $minified ]
179 # The unminified unittest tests test that the real names of Dart types are 178 # The unminified unittest tests test that the real names of Dart types are
180 # printed. Minified versions of these tests exist that test the behavior when 179 # printed. Minified versions of these tests exist that test the behavior when
181 # minified. 180 # minified.
182 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS 181 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS
183 matcher/test/mirror_matchers_test: Fail # Issue 15405
184 182
185 [ $compiler == dart2js && $browser ] 183 [ $compiler == dart2js && $browser ]
186 stack_trace/test/vm_test: Fail, OK # VM-specific traces 184 stack_trace/test/vm_test: Fail, OK # VM-specific traces
187 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 185 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
188 crypto/test/sha256_test: Slow, Pass 186 crypto/test/sha256_test: Slow, Pass
189 crypto/test/sha1_test: Slow, Pass 187 crypto/test/sha1_test: Slow, Pass
190 polymer/example/component: Fail # Issue 13198 188 polymer/example/component: Fail # Issue 13198
191 polymer/test/mirror_loader_test: Skip # tests development only behavior 189 polymer/test/mirror_loader_test: Skip # tests development only behavior
192 190
193 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 191 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 348 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
351 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 349 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
352 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 350 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
353 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 351 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
354 352
355 [ $use_repository_packages ] 353 [ $use_repository_packages ]
356 analyzer/test/*: PubGetError 354 analyzer/test/*: PubGetError
357 355
358 [ $runtime == ie9 ] 356 [ $runtime == ie9 ]
359 polymer: Pass, Fail, Timeout # Issue 16717 357 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/_internal/compiler/implementation/js_backend/backend.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698