| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 25684)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -4,6 +4,7 @@
|
|
|
| [ $compiler == dart2js ]
|
| math/*: Skip
|
| +mirrors/invoke_test: Fail # Issue 11954
|
| mirrors/class_mirror_type_variables_test: Fail # Issue 12087
|
| mirrors/method_mirror_name_test: Fail # Issue 6335
|
| mirrors/method_mirror_properties_test: Fail # Issue 11861
|
| @@ -87,10 +88,9 @@
|
|
|
| [ $runtime == vm || ($compiler == none && $runtime == drt) ]
|
| async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9001.
|
| -mirrors/library_metadata_test: Fail # http://dartbug.com/10906
|
| mirrors/parameter_test: Fail # http://dartbug.com/11567
|
| mirrors/operator_test: Fail # http://dartbug.com/11944
|
| -mirrors/local_isolate_test: Fail # http://dartbug.com/12026
|
| +mirrors/null_test: Fail
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| async/timer_isolate_test: Skip # See Issue 4997
|
|
|