Index: third_party/pkg/html5lib/html5lib.status |
diff --git a/third_party/pkg/html5lib/html5lib.status b/third_party/pkg/html5lib/html5lib.status |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bbde72b393606be374b57b30e8cd600713406273 |
--- /dev/null |
+++ b/third_party/pkg/html5lib/html5lib.status |
@@ -0,0 +1,37 @@ |
+# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
+# for details. All rights reserved. Use of this source code is governed by a |
+# 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.
|
+ |
+# Don't run any test-like files that show up in packages directories. It |
+# shouldn't be necessary to run "pub install" in these packages, but if you do |
+# it shouldn't break the tests. |
+*/packages/*/*: Skip |
+*/*/packages/*/*: Skip |
+*/*/*/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
|
+ |
+# Skip test not runnable via test.dart |
+test/dom_compat_test: Skip |
+ |
+[$compiler == dart2dart] |
+*: Skip |
+ |
+# Skip tests on the browser if the test depends on dart:io |
+[ $browser ] |
+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
|
+test/tokenizer_test: Skip |
+ |
+# Skip tests on the VM if the package depends on dart:html |
+[ $runtime == vm ] |
+test/browser/browser_test: Skip |
+ |
+[ $arch == arm ] |
+*: 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
|
+ |
+[ $arch == simarm ] |
+*: Skip |
+ |
+[ $arch == mips ] |
+*: Skip |
+ |
+[ $arch == simmips ] |
+*: Skip |