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

Side by Side Diff: pkg/third_party/html5lib/html5lib.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
« no previous file with comments | « pkg/third_party/html5lib/README.md ('k') | pkg/third_party/html5lib/lib/dom.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 # Skip test not runnable via test.dart
Siggi Cherem (dart-lang) 2013/08/14 16:17:32 probably don't need this file anymore?
Jennifer Messerly 2013/08/14 20:48:29 good catch, done.
3 test/dom_compat_test: Skip
4
5 [$compiler == dart2dart]
6 *: Skip
7
8 # Skip tests on the browser if the test depends on dart:io
9 [ $browser ]
10 test/parser_test: Skip
11 test/tokenizer_test: Skip
12
13 # Skip tests on the VM if the package depends on dart:html
14 [ $runtime == vm ]
15 test/browser/browser_test: Skip
16
17 [ $arch == arm ]
18 *: Skip
19
20 [ $arch == simarm ]
21 *: Skip
22
23 [ $arch == mips ]
24 *: Skip
25
26 [ $arch == simmips ]
27 *: Skip
OLDNEW
« no previous file with comments | « pkg/third_party/html5lib/README.md ('k') | pkg/third_party/html5lib/lib/dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698