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

Side by Side Diff: third_party/pkg/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: 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
(Empty)
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
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.
ricow1 2013/08/12 05:51:17 There seems to be a mismatch between this statemen
Jennifer Messerly 2013/08/12 17:55:13 good catch! removed.
4
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
7 # it shouldn't break the tests.
8 */packages/*/*: Skip
9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip
ricow1 2013/08/12 05:51:17 this will only be the case if they are actually na
Jennifer Messerly 2013/08/12 17:55:13 Good point, removed :) I copied this from "pkg/pk
11
12 # Skip test not runnable via test.dart
13 test/dom_compat_test: Skip
14
15 [$compiler == dart2dart]
16 *: Skip
17
18 # Skip tests on the browser if the test depends on dart:io
19 [ $browser ]
20 test/parser_test: Skip
ricow1 2013/08/12 05:51:17 Is this temporary or will we continue depending on
Jennifer Messerly 2013/08/12 17:55:13 I think it is permanent. The test cases are discov
21 test/tokenizer_test: Skip
22
23 # Skip tests on the VM if the package depends on dart:html
24 [ $runtime == vm ]
25 test/browser/browser_test: Skip
26
27 [ $arch == arm ]
28 *: Skip
ricow1 2013/08/12 05:51:17 Are we really incapable of running this on arm, th
Jennifer Messerly 2013/08/12 17:55:13 Oh, I have no idea, I just copied this from "pkg/p
29
30 [ $arch == simarm ]
31 *: Skip
32
33 [ $arch == mips ]
34 *: Skip
35
36 [ $arch == simmips ]
37 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698