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

Unified 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698