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

Side by Side Diff: pkg/pkg.status

Issue 268623002: [html5lib] implement querySelector/querySelectorAll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rename runes to chars 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
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 239 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
240 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 240 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440
241 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440 241 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug. com/8440
242 242
243 243
244 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 244 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
245 245
246 # Skip tests on the browser if the test depends on dart:io 246 # Skip tests on the browser if the test depends on dart:io
247 third_party/html5lib/test/parser_test: Skip 247 third_party/html5lib/test/parser_test: Skip
248 third_party/html5lib/test/tokenizer_test: Skip 248 third_party/html5lib/test/tokenizer_test: Skip
249 third_party/html5lib/test/selectors/*: Skip
249 250
250 polymer/test/unbind_test: Pass, Fail # Issue 15259 251 polymer/test/unbind_test: Pass, Fail # Issue 15259
251 252
252 [ $minified == false ] 253 [ $minified == false ]
253 # The minified unittest tests test that the minified names of Dart types are 254 # The minified unittest tests test that the minified names of Dart types are
254 # printed. Unminified versions of these tests exist that test the behavior when 255 # printed. Unminified versions of these tests exist that test the behavior when
255 # not minified. 256 # not minified.
256 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS 257 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
257 258
258 [ $arch == mips ] 259 [ $arch == mips ]
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 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.
348 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.
349 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
350 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
351 352
352 [ $use_repository_packages ] 353 [ $use_repository_packages ]
353 analyzer/test/*: PubGetError 354 analyzer/test/*: PubGetError
354 355
355 [ $runtime == ie9 ] 356 [ $runtime == ie9 ]
356 polymer: Pass, Fail, Timeout # Issue 16717 357 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698