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

Unified Diff: tests/standalone/standalone.status

Issue 11578007: Turn on dartc testing of tests/standalone. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index fa225d437faff6a7e3956d12c3c3fc183897b90a..63c7637ddc605660c565890bd084d2dd377f6eb1 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -50,7 +50,25 @@ crypto/*: Skip # Don't run tests using dart:io in the browser
package/*: Skip # Do not run those in Dartium.
[ $compiler == dartc ]
-*: Skip
+package/*: Skip
+
+# The dart:io library is created at build time from separate files, and
+# there is no language-spec compatible way to run unit tests on the private
+# members and methods of dart:io.
+# Dartc spots the misuse of 'part' directives in these unit tests.
+crypto/*: Skip # dartc cannot parse dart:io unit tests.
+io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests.
+io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
+io/http_date_test: Skip # dartc cannot parse dart:io unit tests.
+io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
+io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
+io/web_socket_protocol_processor_test: Skip # dart:io unit test.
+
+io/process_exit_negative_test: Fail # This is a compilation-time negative test.
+
+io/status_file_parser_test: Skip # test.dart uses old syntax. Issue 7387.
+status_expression_test: Skip # test.dart uses old syntax. Issue 7387.
+io/test_runner_test: Skip # test.dart uses old syntax. Issue 7387.
[ $compiler == frog ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698