Chromium Code Reviews| Index: .status |
| diff --git a/.status b/.status |
| index 86976789dc96ea7f457112538a078969da35cb01..4f6b6fd5dc6a85f2b572c424a4956a395fc5e6ee 100644 |
| --- a/.status |
| +++ b/.status |
| @@ -14,7 +14,11 @@ packages/*: Skip |
| # difference between transformed an untransformed code. |
| test/*: Skip |
| -lib/src/live_test: Skip # Don't run library files as tests |
| +# Don't run library files as tests |
| +lib/*: Skip |
| +lib/*/*: Skip |
| +lib/*/*/*: Skip |
| +lib/*/*/*/*: Skip |
| [ $runtime == jsshell ] |
| build/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728 |