Index: tests/kernel/kernel.status |
diff --git a/pkg/typed_mock/BUILD.gn b/tests/kernel/kernel.status |
similarity index 60% |
copy from pkg/typed_mock/BUILD.gn |
copy to tests/kernel/kernel.status |
index b00e00bb871d0d4c7b80073aa112abd5cb638c08..037e0c663cd202ec05ab7e3cfbfaaa256e63a34b 100644 |
--- a/pkg/typed_mock/BUILD.gn |
+++ b/tests/kernel/kernel.status |
@@ -2,10 +2,8 @@ |
# 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. |
-import("//build/dart/dart_package.gni") |
+unsorted/invocation_errors_test: RuntimeError |
-dart_package("typed_mock") { |
- package_name = "typed_mock" |
+[ $compiler == dartk && $runtime == vm ] |
- source_dir = "lib" |
-} |
+[ $compiler == dartkp && $runtime == dart_precompiled ] |