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

Unified Diff: pkg/pkg.status

Issue 208823005: pkg/matcher (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nit Created 6 years, 9 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 | « pkg/matcher/test/test_utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 2ed8d9ee3000fc86e72a65907fad65468f6b1445..88c4217111b76cc1838ea961b90294859745b812 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -165,6 +165,7 @@ polymer/example/canonicalization2: Skip
polymer/example/canonicalization3: Skip
[ $compiler == dart2js && $csp ]
+matcher/test/mirror_matchers_test: Skip # Issue 12151
unittest/test/mirror_matchers_test: Skip # Issue 12151
polymer/test/noscript_test: Fail # Issue 17326
polymer/test/js_interop_test: Fail # Issue 17326
@@ -176,6 +177,8 @@ mutation_observer: Skip
# The unminified unittest tests test that the real names of Dart types are
# printed. Minified versions of these tests exist that test the behavior when
# minified.
+matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
+matcher/test/mirror_matchers_test: Fail # Issue 15405
unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
unittest/test/mirror_matchers_test: Fail # Issue 15405
@@ -255,6 +258,7 @@ polymer/test/unbind_test: Pass, Fail # Issue 15259
# The minified unittest tests test that the minified names of Dart types are
# printed. Unminified versions of these tests exist that test the behavior when
# not minified.
+matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
[ $arch == mips ]
@@ -342,6 +346,7 @@ docgen/test/multi_library_test: StaticWarning # Issue 16950
docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 16950
docgen/test/single_library_test: StaticWarning # Issue 16950
docgen/test/typedef_test: StaticWarning # Issue 16950
+matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class
unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class
[ $runtime == vm && ($system == windows || $system == macos) ]
« no previous file with comments | « pkg/matcher/test/test_utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698