| Index: dart/tests/lib/lib.status
|
| diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
|
| index bf7f15cca09c433b9b6d1557da33294367a81cd0..d4ae8e5e826a9c67e021fc96db9b6dea7cc5a492 100644
|
| --- a/dart/tests/lib/lib.status
|
| +++ b/dart/tests/lib/lib.status
|
| @@ -130,6 +130,11 @@ async/future_timeout_test: Fail # Timer interface not supported: dartbug.com/772
|
| [ $compiler == dart2js && $checked ]
|
| convert/utf85_test: Pass, Slow # Issue 12029.
|
|
|
| +[ $compiler == dart2js ]
|
| +convert/chunked_conversion_utf88_test: Slow, Pass
|
| +convert/utf85_test: Slow, Pass
|
| +
|
| +
|
| [ $compiler == dart2js && $browser ]
|
| async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
|
| # implement timer (currently only in d8)
|
|
|