| Index: dart/tests/try/try.status
|
| diff --git a/dart/tests/try/try.status b/dart/tests/try/try.status
|
| index c5095c3ec05fdcbafea6c38584832c54c5d48ec2..e3b7f96895af280434716243bf2ee917f5115b62 100644
|
| --- a/dart/tests/try/try.status
|
| +++ b/dart/tests/try/try.status
|
| @@ -10,6 +10,7 @@ web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=
|
|
|
| [ $csp ]
|
| web/end_to_end_test: Fail, OK # http://dartbug.com/17935
|
| +web/incremental_compilation_update_test: Skip # Test uses eval, not supported in CSP mode.
|
|
|
| [ $runtime == safari || $runtime == safarimobilesim ]
|
| web/cursor_position_test: Fail # http://dartbug.com/19836
|
| @@ -30,5 +31,5 @@ poi/serialize_test: SkipByDesign # Uses dart:io.
|
| [ $compiler == dart2js ]
|
| poi/*: Skip # http://dartbug.com/20031
|
|
|
| -[ $runtime == ff || $checked || $csp ]
|
| +[ $runtime == ff || $checked ]
|
| web/incremental_compilation_update_test: Slow, Pass
|
|
|