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

Side by Side Diff: pkg/pkg.status

Issue 218783002: Updated markdown library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated pkg/pkg.status 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
« no previous file with comments | « pkg/docgen/pubspec.yaml ('k') | third_party/pkg/markdown/lib/src/inline_parser.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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 139 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
140 # These tests are runtime negative but statically positive, so we skip 140 # These tests are runtime negative but statically positive, so we skip
141 # them in the analyzer. 141 # them in the analyzer.
142 mock/test/mock_regexp_negative_test: Skip 142 mock/test/mock_regexp_negative_test: Skip
143 mock/test/mock_stepwise_negative_test: Skip 143 mock/test/mock_stepwise_negative_test: Skip
144 polymer/example/canonicalization: Skip 144 polymer/example/canonicalization: Skip
145 polymer/example/canonicalization2: Skip 145 polymer/example/canonicalization2: Skip
146 polymer/example/canonicalization3: Skip 146 polymer/example/canonicalization3: Skip
147 147
148 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 148 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
149 docgen/test/*: StaticWarning # Issue 17896
150 149
151 [ $compiler == dart2js && $runtime == none] 150 [ $compiler == dart2js && $runtime == none]
152 polymer/example/canonicalization: Skip 151 polymer/example/canonicalization: Skip
153 polymer/example/canonicalization2: Skip 152 polymer/example/canonicalization2: Skip
154 polymer/example/canonicalization3: Skip 153 polymer/example/canonicalization3: Skip
155 154
156 [ $compiler == dart2js && $csp ] 155 [ $compiler == dart2js && $csp ]
157 matcher/test/mirror_matchers_test: Skip # Issue 12151 156 matcher/test/mirror_matchers_test: Skip # Issue 12151
158 polymer/test/noscript_test: Fail # Issue 17326 157 polymer/test/noscript_test: Fail # Issue 17326
159 polymer/test/js_interop_test: Fail # Issue 17326 158 polymer/test/js_interop_test: Fail # Issue 17326
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 343 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
345 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 344 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
346 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 345 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
347 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 346 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
348 347
349 [ $use_repository_packages ] 348 [ $use_repository_packages ]
350 analyzer/test/*: PubGetError 349 analyzer/test/*: PubGetError
351 350
352 [ $runtime == ie9 ] 351 [ $runtime == ie9 ]
353 polymer: Pass, Fail, Timeout # Issue 16717 352 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « pkg/docgen/pubspec.yaml ('k') | third_party/pkg/markdown/lib/src/inline_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698