| Index: dart/tests/lib/lib.status
|
| diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
|
| index 18c6e54d3eb21deb079eaab708ad3ecbe2a15ebb..2488346fdb1a48bad9a306ea14dc22fd1625ef0a 100644
|
| --- a/dart/tests/lib/lib.status
|
| +++ b/dart/tests/lib/lib.status
|
| @@ -65,13 +65,8 @@ async/timer_not_available_test: Fail, OK # only meant to test when there is no w
|
| # implement timer (currently only in d8)
|
|
|
| [ $compiler == dart2dart ]
|
| -mirrors/metadata_test: Fail
|
| -mirrors/mirrors_test: Fail # Issue 10957
|
| -mirrors/library_uri_package_test: Fail # Issue 10957
|
| +mirrors/*: Skip # http://dartbug.com/11511
|
| async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
|
| -mirrors/reflect_model_test: Fail # http://dartbug.com/11219
|
| -mirrors/disable_tree_shaking_test: Fail
|
| -mirrors/to_string_test: Fail
|
|
|
| [ $compiler == dart2dart && $minified ]
|
| json/json_test: Fail # Issue 10961
|
| @@ -79,9 +74,6 @@ typed_data/float32x4_test: Fail # Issue 10961
|
| typed_data/float32x4_list_test: Fail # Issue 10961
|
| typed_data/float32x4_unbox_phi_test: Fail # Issue 10961
|
| typed_data/float32x4_unbox_regress_test: Fail # Issue 10961
|
| -mirrors/reflect_runtime_type_test: Fail
|
| -mirrors/reflect_uninstantiated_class_test: Fail
|
| -mirrors/get_symbol_name_no_such_method_test: Fail
|
|
|
| [ $runtime == ff ]
|
| # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291386
|
|
|