Chromium Code Reviews| Index: samples/tests/samples/samples.status |
| diff --git a/samples/tests/samples/samples.status b/samples/tests/samples/samples.status |
| index b0aab3e6e74d6045f05c89b4dea89e1bb16cf240..a05daba1852f4788d4944a246c3a498d8d3a85b5 100644 |
| --- a/samples/tests/samples/samples.status |
| +++ b/samples/tests/samples/samples.status |
| @@ -31,8 +31,7 @@ chat/chat_server_test: Skip # Uses dart:io |
| [ $runtime == drt ] |
| lib/touch/touch_test: Skip # Issue 157 |
| -markdown_test: Skip # markdown_test includes dart:io, and times out |
| - # due to http://dartbug.com/7036. |
| +markdown_test: Skip # markdown_test uses dart:io, it should only run in the vm |
|
Siggi Cherem (dart-lang)
2012/12/13 19:39:08
note with the latest fix from Anton and the change
ahe
2012/12/14 07:55:46
I'd like to avoid skipping tests unless we absolut
Siggi Cherem (dart-lang)
2012/12/14 19:13:01
Thanks, done. I think I'd prefer having a dedicate
|
| [ $compiler == none && $runtime == drt ] |
| dartcombat/dartcombat_test: Skip # Issue 2790 |