| Index: dart/tests/try/try.status
|
| diff --git a/dart/tests/try/try.status b/dart/tests/try/try.status
|
| index aa0b7abfb9708a24e42d624fe79cba768bd6b642..f4f3ef48aaf13cc24a636aaeb89abfb203efb778 100644
|
| --- a/dart/tests/try/try.status
|
| +++ b/dart/tests/try/try.status
|
| @@ -34,8 +34,12 @@ poi/*: Skip # http://dartbug.com/20031
|
| [ $runtime != ff && ( $checked || ($system == windows && $compiler == dart2js))]
|
| web/incremental_compilation_update_test: Slow, Pass
|
|
|
| -[ $runtime == ff && $unchecked ]
|
| +[ $runtime == ff && $unchecked && $system != windows ]
|
| web/incremental_compilation_update_test: Slow, Pass
|
|
|
| +[ $runtime == ff && $unchecked && $system == windows ]
|
| +# Compilation is slow, test fails at runtime due to time out.
|
| +web/incremental_compilation_update_test: Slow, Fail
|
| +
|
| [ $runtime == ff && $checked ]
|
| web/incremental_compilation_update_test: Slow, Fail
|
|
|