| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index e4958d4da8057d617d7c678a50f9d46566ffcf85..570213190e956c32020e97fb869a4c67da4dbd4f 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -10,6 +10,9 @@ dartdoc_test: Fail # http://dartbug.com/4540
|
| [ $compiler == dart2js ]
|
| dummy_compiler_test: Slow, Pass
|
|
|
| +[ $compiler == dartc ]
|
| +dummy_compiler_test: Fail # Issue 5143
|
| +
|
| [ $compiler == none && $runtime == drt ]
|
| dummy_compiler_test: Fail # Issue 2264.
|
| dartdoc_test: Skip # http://dartbug.com/4541
|
|
|