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

Side by Side Diff: pkg/pkg.status

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: change location of html5lib to pkg/third_party/html5lib 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
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
11 11
12 # Skip non-test files ending with "_test". 12 # Skip non-test files ending with "_test".
13 scheduled_test/lib/*: Skip 13 scheduled_test/lib/*: Skip
14 14
15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582 15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
17 17
18 # Skip test not runnable via test.dart
19 third_party/html5lib/test/dom_compat_test: Skip
20
18 [ $compiler == dart2js ] 21 [ $compiler == dart2js ]
19 analyzer_experimental/test/generated/ast_test: Fail #Issue 12341 22 analyzer_experimental/test/generated/ast_test: Fail #Issue 12341
20 23
21 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] 24 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ]
22 crypto/test/hmac_sha256_test: Pass, Fail # v8 bug: Issue 12293 25 crypto/test/hmac_sha256_test: Pass, Fail # v8 bug: Issue 12293
23 crypto/test/sha1_test: Pass, Fail # v8 bug: Issue 12293 26 crypto/test/sha1_test: Pass, Fail # v8 bug: Issue 12293
24 crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293 27 crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293
25 path/test/relative_test: Pass, Fail # v8 bug: Issue 12293 28 path/test/relative_test: Pass, Fail # v8 bug: Issue 12293
26 29
27 [ $runtime == d8 || $runtime == jsshell ] 30 [ $runtime == d8 || $runtime == jsshell ]
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 142 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
140 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440 143 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440
141 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 144 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
142 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440 145 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440
143 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 146 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
144 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40 147 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
145 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440 148 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
146 149
147 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 150 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
148 151
152 # Skip tests on the browser if the test depends on dart:io
153 third_party/html5lib/test/parser_test: Skip
154 third_party/html5lib/test/tokenizer_test: Skip
155
149 [ $runtime == safari] 156 [ $runtime == safari]
150 # Bug in JSC: the test only passes when being debugged. 157 # Bug in JSC: the test only passes when being debugged.
151 crypto/test/hmac_md5_test: Fail, Pass 158 crypto/test/hmac_md5_test: Fail, Pass
152 159
153 [ $minified == false ] 160 [ $minified == false ]
154 # The minified unittest tests test that the minified names of Dart types are 161 # The minified unittest tests test that the minified names of Dart types are
155 # printed. Unminified versions of these tests exist that test the behavior when 162 # printed. Unminified versions of these tests exist that test the behavior when
156 # not minified. 163 # not minified.
157 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 164 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
158 165
(...skipping 15 matching lines...) Expand all
174 # Skip serialization test that explicitly has no library declaration in the 181 # Skip serialization test that explicitly has no library declaration in the
175 # test on Dartium, which requires all tests to have a library. 182 # test on Dartium, which requires all tests to have a library.
176 [ $runtime == dartium || $runtime == drt ] 183 [ $runtime == dartium || $runtime == drt ]
177 serialization/test/no_library_test: Skip # Expected Failure 184 serialization/test/no_library_test: Skip # Expected Failure
178 185
179 # Skip tests on the VM if the package depends on dart:html 186 # Skip tests on the VM if the package depends on dart:html
180 [ $runtime == vm ] 187 [ $runtime == vm ]
181 custom_element: Skip 188 custom_element: Skip
182 mdv: Skip 189 mdv: Skip
183 mutation_observer: Skip 190 mutation_observer: Skip
191 third_party/html5lib/test/browser/browser_test: Skip
184 192
185 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 193 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
186 docgen/test/single_library_test: Skip # Uses dart:io 194 docgen/test/single_library_test: Skip # Uses dart:io
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698