| Index: tests/lib_2/lib_2_analyzer.status
|
| diff --git a/tests/lib_2/lib_2_analyzer.status b/tests/lib_2/lib_2_analyzer.status
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0537381730707d0358bc2631f51b4bfbfc53f993
|
| --- /dev/null
|
| +++ b/tests/lib_2/lib_2_analyzer.status
|
| @@ -0,0 +1,11 @@
|
| +# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +[ $compiler == dart2analyzer ]
|
| +mirrors/deferred_type_test: StaticWarning, OK # Deliberately refers to a deferred type in a declaration.
|
| +mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
|
| +
|
| +[ $compiler == dart2analyzer && $strong ]
|
| +mirrors/deferred_type_test: CompileTimeError, OK # Deliberately refers to a deferred type in a declaration.
|
| +mirrors/deferred_mirrors_metadata_test: StaticWarning # Issue 28969
|
|
|