Index: dart/tests/lib/lib.status |
diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status |
index bbea5013b34274201aad2f8799e9a8ff7d23cb68..2fc56c6fc53d6e5ffe4168c113d6a3134f85c3b8 100644 |
--- a/dart/tests/lib/lib.status |
+++ b/dart/tests/lib/lib.status |
@@ -132,6 +132,11 @@ async/stream_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) |