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

Unified Diff: pkg/pkg.status

Issue 261763002: Rip out the last dart:io dependency from pkg/http. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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
« pkg/http/lib/src/io.dart ('K') | « pkg/http/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 e8c9b156344340e96ec1a281a94ead73825f6a2e..f42bfb4be6c4ab04f8e207c74047663cc43a2174 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -204,13 +204,7 @@ analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
barback/test/*: Fail, OK # Uses dart:io.
code_transformers/test/*: Skip # Uses dart:io.
-http/test/client_test: Fail, OK # Uses dart:io.
-http/test/http_test: Fail, OK # Uses dart:io.
-http/test/mock_client_test: Fail, OK # Uses dart:io.
-http/test/multipart_test: Fail, OK # Uses dart:io.
-http/test/request_test: Fail, OK # Uses dart:io.
-http/test/response_test: Fail, OK # Uses dart:io.
-http/test/streamed_request_test: Fail, OK # Uses dart:io.
+http/test/io/*: Fail, OK # Uses dart:io.
Bob Nystrom 2014/05/01 18:30:12 Skip?
nweiz 2014/05/01 19:34:54 All the other tests use "Fail, OK" here. I don't u
Bob Nystrom 2014/05/01 19:52:14 Well, it's inconsistent with how you handle http/t
nweiz 2014/05/01 20:54:11 Done.
http_parser/test/web_socket_test: Fail, OK # Uses dart:io
http_server/test/*: Fail, OK # Uses dart:io.
intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
@@ -313,6 +307,7 @@ polymer_expressions/test/syntax_test: Skip
polymer_expressions/test/globals_test: Skip
polymer_expressions/test/bindings_test: Skip
third_party/html5lib/test/browser/browser_test: Skip
+http/test/html/*: Skip # Uses dart:html
[ $runtime == safari || $ie ]
polymer_expressions/test/globals_test: Fail # Issue 16568
@@ -354,3 +349,6 @@ analyzer/test/*: PubGetError
[ $runtime == ie9 ]
polymer: Pass, Fail, Timeout # Issue 16717
+
+[ $runtime == drt ]
+http/test/html/client_test: Skip # Issue 18566
« pkg/http/lib/src/io.dart ('K') | « pkg/http/test/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698