| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index ab05ce4f6911347c05e41f897f46ac0e9cbc2249..687237e523a967b6fde12b1135ff8b9d4aec1331 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -315,3 +315,6 @@ mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
|
|
|
| [ $compiler == dart2js && $runtime == d8 && $system == windows ]
|
| mirrors/*deferred*: Skip # Issue 17458
|
| +
|
| +[ $compiler == dart2js && $mode == debug ]
|
| +mirrors/native_class_test: Pass, Slow
|
|
|