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