| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 2c5f695b51a29b573e28eeef6ab9c1b0f40afe79..979ee402d78044fbc6eb36b3a951f1b36e37208d 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -61,10 +61,24 @@ intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
| intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
|
|
|
| [ $compiler == dart2js ]
|
| -pathos/test/pathos_dartium_test: Fail, OK # Issue 6490
|
| analyzer_experimental/test/generated/ast_test: Fail
|
| unittest/test/instance_test: Fail # http://dartbug.com/11191
|
|
|
| +[ $compiler == dart2js && $runtime == d8 ]
|
| +pathos/test/pathos_io_test: Fail # Issue 11258
|
| +oauth2/*: Fail # Issue 11258
|
| +oauth2/test/utils_test: Pass
|
| +http/*: Fail # Issue 11258
|
| +stack_trace/*: Fail # Issue 11258
|
| +intl/test/date_time_format_file_odd_test: Fail # Issue 11258
|
| +intl/test/date_time_format_file_even_test: Fail # Issue 11258
|
| +intl/test/message_extraction/message_extraction_test: Fail # Issue 11258
|
| +scheduled_test/*: Fail # Issue 11258
|
| +scheduled_test/test/substitute_future_test: Pass
|
| +scheduled_test/test/value_future_test: Pass
|
| +analyzer_experimental/test/error_test: Fail # Issue 11258
|
| +analyzer_experimental/test/services/formatter_test: Fail # Issue 11258
|
| +
|
| [ $compiler == dartc ]
|
| unittest/test/mock_regexp_negative_test: Fail
|
| unittest/test/mock_stepwise_negative_test: Fail
|
| @@ -102,6 +116,7 @@ unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
|
| crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2692
|
|
|
| [ $compiler == dart2js && $browser ]
|
| +pathos/test/pathos_dartium_test: Fail, OK # Issue 6490
|
| crypto/test/sha256_test: Slow, Pass
|
| crypto/test/sha1_test: Slow, Pass
|
|
|
| @@ -183,9 +198,11 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
|
| # Skip serialization test that explicitly has no library declaration in the
|
| # test on Dartium, which requires all tests to have a library.
|
| [ $runtime == dartium || $runtime == drt ]
|
| -pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490
|
| serialization/test/no_library_test: Skip # Expected Failure
|
|
|
| +[ $runtime == dartium ]
|
| +pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490
|
| +
|
| # Skip mdv_observe tests on command line VM, they only run in the browser.
|
| [ $runtime == vm ]
|
| mdv_observe: Skip
|
|
|