| Index: samples/tests/samples/samples.status
|
| diff --git a/samples/tests/samples/samples.status b/samples/tests/samples/samples.status
|
| index b0aab3e6e74d6045f05c89b4dea89e1bb16cf240..a9e4dd45b30872ff1f48375ae883c1151004f911 100644
|
| --- a/samples/tests/samples/samples.status
|
| +++ b/samples/tests/samples/samples.status
|
| @@ -31,8 +31,9 @@ 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: Fail # markdown_test uses dart:io, it should only run in the vm
|
| + # this is marked as failed purposely, as a regression test
|
| + # for bug 7036
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| dartcombat/dartcombat_test: Skip # Issue 2790
|
|
|