| Index: dart/tests/try/try.status
|
| diff --git a/dart/tests/try/try.status b/dart/tests/try/try.status
|
| index 11b74a36fff04806fa7c54036fb72bb6edddc8b3..f9995980a3d05d15b35e8c2d5bad7b359d9385b5 100644
|
| --- a/dart/tests/try/try.status
|
| +++ b/dart/tests/try/try.status
|
| @@ -15,7 +15,11 @@ web/end_to_end_test: Fail, OK # http://dartbug.com/17935
|
| web/cursor_position_test: Fail # http://dartbug.com/19836
|
|
|
| [ $runtime == safari && $checked ]
|
| -web/source_update_test: Fail, Pass # Safari is flaky, suspect bad optimization.
|
| +# The following tests flake with this error:
|
| +# type '*Theme' is not a subtype of type 'Theme'
|
| +# Suspect this is a bad optimization.
|
| +web/source_update_test: Fail, Pass
|
| +web/paste_content_rewriting_test: Fail, Pass
|
|
|
| [ $browser ]
|
| poi/poi_test: SkipByDesign # Uses dart:io.
|
|
|