Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 31851) |
| +++ pkg/pkg.status (working copy) |
| @@ -26,7 +26,7 @@ |
| http/test/http_test: Pass, RuntimeError # Issue 15652 |
| [ $runtime == vm ] |
| -watcher/test/directory_watcher/mac_os_test: Pass,Fail # Issue 16079 |
| +watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 16079 |
| [ $compiler == dart2js ] |
| collection/test/equality_test/01: Fail # Issue 1533 |
| @@ -235,6 +235,9 @@ |
| barback/test/too_many_open_files_test: Skip # 14220 |
| third_party/html5lib/test/tokenizer_test: Pass, Slow |
| +[ $arch == simarm && $checked ] |
| +watcher/test/directory_watcher/linux_test: Skip # Causes RuntimeError because it timeouts |
|
zra
2014/01/15 21:54:21
Is there an issue number to track?
srdjan
2014/01/15 22:02:20
Added issue 16118
|
| + |
| # Skip serialization test that explicitly has no library declaration in the |
| # test on Dartium, which requires all tests to have a library. |
| [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |