| Index: tests/try/try.status
|
| ===================================================================
|
| --- tests/try/try.status (revision 39366)
|
| +++ tests/try/try.status (working copy)
|
| @@ -6,9 +6,12 @@
|
| # dart2js-drt (Content Shell --dump-render-tree)
|
| # dart2js-chrome
|
| # dart2js-ff (Firefox)
|
| -[ $compiler != dart2js || ($runtime != drt && $runtime != chrome && $runtime != ff && $runtime != safari) ]
|
| +[ $compiler != dart2js || ($runtime != drt && $runtime != chrome && $runtime != ff && $runtime != safari && $runtime != ie11) ]
|
| web/*: Skip
|
|
|
| +[ $compiler == dart2js && $runtime == ie11 ]
|
| +web/cursor_position_test: Fail # http://dartbug.com/20593
|
| +
|
| [ $compiler == dart2js && $runtime == drt ]
|
| web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=3347
|
|
|
|
|