| Index: dart/tests/utils/utils.status
|
| diff --git a/dart/tests/utils/utils.status b/dart/tests/utils/utils.status
|
| index a8665bdc696c79b1eb69f2fb098b2ea1e13517e9..906fff4edb49c502b1f444e87a3292d9b91fc1ad 100644
|
| --- a/dart/tests/utils/utils.status
|
| +++ b/dart/tests/utils/utils.status
|
| @@ -13,6 +13,12 @@ MarkdownTest: Skip
|
| [ $compiler == frog || $compiler == frogsh ]
|
| DummyCompilerTest: Fail
|
|
|
| +[ $compiler == frog ]
|
| +Utf8Test: Crash
|
| +
|
| +[ $compiler == dart2js ]
|
| +Utf8Test: Fail # compiler cancelled: Unhandled non-BMP character: U+10412
|
| +
|
| [ $runtime == vm || $compiler == dartc || ($compiler == none && $runtime == drt) ]
|
| # TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
|
| # dartdoc uses, so disable for now. Once the deps files are unified this should
|
|
|