blob: 0537381730707d0358bc2631f51b4bfbfc53f993 [file] [log] [blame]
# 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