Chromium Code Reviews| Index: .status |
| diff --git a/.status b/.status |
| index 4f6b6fd5dc6a85f2b572c424a4956a395fc5e6ee..52cb726d9257c290f9f4c2be5095c10a30ae57de 100644 |
| --- a/.status |
| +++ b/.status |
| @@ -20,6 +20,11 @@ lib/*/*: Skip |
| lib/*/*/*: Skip |
| lib/*/*/*/*: Skip |
| +# dart:io-specific tests. |
| +[ $browser ] |
| +build/test/loader_test: Skip |
|
kevmoo
2015/02/12 22:54:15
SkipByDesign
Trying to encourage folks to use the
nweiz
2015/02/12 23:11:58
Done.
|
| +built/test/vm_listener_test: Skip |
| + |
| [ $runtime == jsshell ] |
| build/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728 |
| build/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.com/10109 |