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

Unified Diff: .status

Issue 646683003: Fix web components tests - package bots use the .html as is, no more %TEST_SOURCE% (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .status
diff --git a/.status b/.status
index b3def4b5c30d0062f45f1fc3735fbe906a5ca6dc..2ef412de307bd99d116e96174bda5f5732f88c4d 100644
--- a/.status
+++ b/.status
@@ -11,13 +11,15 @@
*/*/*/*/packages/*/*: Skip
*/*/*/*/*/packages/*/*: Skip
-build/*: Skip # nothing requires pub-build
-
[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
test/interop_test: Pass, RuntimeError # Issue 18931
[ $compiler == dart2js && $csp && $runtime == drt ]
-test/interop_test: Fail # Issue 19329
+build/test/interop_test: Fail # Issue 19329
[ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
test/*: Skip # uses dart:html
+build/test/*: Skip # uses dart:html
+
+[ $compiler == dart2js ]
+test/*: Skip # use pub-build to run tests (they need the companion .html file)
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698