| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 5177af823b21d59569ae3dad610b669662c8e0c2..0d2bb2afe07f9a2ad4933f100ecd88281d57ef7c 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -67,7 +67,6 @@ mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Runt
|
| mirrors/invoke_call_through_implicit_getter_previously_accessed_test/getter_call_stub: RuntimeError # Issue 17451. When updating the status, remove the "///" in the test.
|
| mirrors/invoke_call_through_implicit_getter_test: RuntimeError # Issue 17638
|
| mirrors/invoke_named_test/none: RuntimeError # Issue 12863
|
| -mirrors/invoke_natives_fuzz_test: RuntimeError # Issue 15566
|
| mirrors/invoke_private_test: CompileTimeError # Issue 12164
|
| mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
|
| mirrors/invoke_throws_test: RuntimeError # Issue 11954
|
| @@ -132,6 +131,9 @@ mirrors/null_test: Fail # http://dartbug.com/16831
|
| typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
| typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
|
|
| +[ $compiler == dart2js && $runtime != ff && runtime != safari && runtime != chrome && $runtime != ie9 && $runtime != ie10 ]
|
| +mirrors/invoke_natives_fuzz_test: RuntimeError # Issue 15566
|
| +
|
| [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
|
| math/math_test: RuntimeError
|
| math/math2_test: RuntimeError
|
| @@ -245,6 +247,7 @@ async/timer_test: Fail, Pass
|
|
|
| [ $runtime == vm ]
|
| async/timer_not_available_test: Fail, OK
|
| +mirrors/invoke_natives_fuzz_test: RuntimeError # Issue 15274
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
|
|
| [ $compiler == none ]
|
| @@ -254,7 +257,6 @@ mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
|
| mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
|
|
|
| mirrors/generic_local_function_test: RuntimeError # Issue 14913
|
| -mirrors/invoke_natives_fuzz_test: RuntimeError # Issue 15274
|
| mirrors/symbol_validation_test: RuntimeError # Issue 13596
|
|
|
| async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|