| Index: .status
|
| diff --git a/.status b/.status
|
| index 94bd895c5e1c23ea980a6a6b8dff0f0fcdccf93d..2632dfbc5c2a6ff483246d3828e2646367f33176 100644
|
| --- a/.status
|
| +++ b/.status
|
| @@ -11,6 +11,10 @@
|
| */*/*/*/packages/*/*: Skip
|
| */*/*/*/*/packages/*/*: Skip
|
|
|
| +[ $compiler == dart2js ]
|
| +test/*: Skip # raw tests only meant to be run in dartium. Other browsers run
|
| + # the output of pub-build
|
|
|
| [ $runtime == vm || $runtime == jsshell || $runtime == d8 ]]
|
| -test/*: Skip # All tests are meant to run in the browser
|
| +build/test/*: Skip # All tests are meant to run in a browser
|
| +test/*: Skip # All tests are meant to run in a browser
|
|
|