| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index e690afa02415fc9c971f32fe7fe90e1f57f03266..b79c486e3b33837790ffa38accdcc2152d39ce50 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -53,7 +53,6 @@ io/process_non_ascii_test: Pass, Fail
|
| [ $compiler == none && $runtime == drt ]
|
| typed_data_isolate_test: Skip # This test uses dart:io
|
| io/*: Skip # Don't run tests using dart:io in the browser
|
| -crypto/*: Skip # Don't run tests using dart:io in the browser
|
| package/*: Skip # Do not run those in Dartium.
|
| debugger/*: Skip # Do not run standalone debugger tests in browser.
|
| coverage_test: Skip
|
| @@ -72,7 +71,6 @@ io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
|
| # 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/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.
|
|
|