Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index bd67e9a261975b5cdd0d8f8367266634fd5c2fd6..282d267a91f1e63c85f520084cfb0bea35214e3b 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -54,25 +54,6 @@ debugger/*: Skip # Do not run standalone debugger tests in browser. |
coverage_test: Skip |
http_launch_test: Skip |
-[ $compiler == dartc ] |
- |
-# package test issue 7392 |
-package/package1_test: Fail |
-package/package_test: Fail |
- |
- |
-# 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. |
-io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
-io/http_cookie_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. |
- |
[ $compiler == dartanalyzer ] |
53bit_overflow_literal_test/01: fail, ok |
@@ -95,7 +76,6 @@ io/process_exit_negative_test: Skip |
[ $compiler == dart2analyzer ] |
53bit_overflow_literal_test/01: fail, ok |
-package/package_isolate_test: fail # issue 11647 |
# test issue https://code.google.com/p/dart/issues/detail?id=11518 |
io/file_constructor_test: fail |