| Index: tests/kernel/kernel.status
|
| diff --git a/tests/kernel/kernel.status b/tests/kernel/kernel.status
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9dd8014bbe0ad7d1b64d12a92539edf098f059a8
|
| --- /dev/null
|
| +++ b/tests/kernel/kernel.status
|
| @@ -0,0 +1,16 @@
|
| +# 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 == dartk && $runtime == vm ]
|
| +
|
| +[ $compiler == dartkp && $runtime == dart_precompiled ]
|
| +
|
| +[ $compiler == dart2analyzer && $runtime == none ]
|
| +unsorted/invocation_errors_test: StaticWarning
|
| +unsorted/super_mixin_test: CompileTimeError
|
| +
|
| +[ $compiler == dart2js ]
|
| +unsorted/invocation_errors_test: Pass
|
|
|