ba84f801f4
The mixin transformer is now responsible for adding no-such-method calls. Fixes https://github.com/dart-lang/sdk/issues/30000 R=paulberry@google.com, sigmund@google.com Review-Url: https://codereview.chromium.org/2963763002 .
20 lines
732 B
Plaintext
20 lines
732 B
Plaintext
# Copyright (c) 2016, 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.
|
|
|
|
unsorted/invocation_errors_test: RuntimeError
|
|
|
|
[ $compiler == dart2analyzer && $runtime == none ]
|
|
unsorted/invocation_errors_test: StaticWarning
|
|
unsorted/super_mixin_test: CompileTimeError
|
|
|
|
[ $compiler == dart2analyzer && $builder_tag == strong ]
|
|
*: Skip # Issue 28649
|
|
|
|
[ $compiler == dart2js ]
|
|
unsorted/invocation_errors_test: Pass
|
|
unsorted/nsm_dispatcher_test: Skip # The test uses Symbol without MirrorsUsed
|
|
unsorted/super_initializer_test: Skip
|
|
unsorted/super_mixin_test: CompileTimeError
|
|
unsorted/loop_test: Skip
|