Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: tests/kernel/kernel.status

Issue 2434123003: Merge more Kernel infrastructure from kernel_sdk SDK fork. (Closed)
Patch Set: address more comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ]

Powered by Google App Engine
This is Rietveld 408576698