| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index a55531af7b8fb0fa9a9f4bb0978cc5bfdab7b647..3313c000bbd40f2a63df1b58dba2df0865fc30ad 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -84,6 +84,12 @@ docgen/test/*: Skip # Far too slow
|
| third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
|
| typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
|
|
|
| +[ $compiler == dart2js && $runtime == drt ]
|
| +third_party/angular_tests/browser_test/core_dom/compiler: Fail # Issue 19329
|
| +third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issue 19329
|
| +third_party/angular_tests/browser_test/core/templateurl: Fail # Issue 19329
|
| +web_components/test/interop2_test: Fail # Issue 19329
|
| +
|
| [ $compiler == dart2js && $checked ]
|
| crypto/test/base64_test: Slow, Pass
|
|
|
|
|