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

Unified Diff: pkg/kernel/test/closures_type_vars/closures_type_vars.status

Issue 2989563002: Preserve type variables in closure conversion. (Closed)
Patch Set: Visit more children, review comments. Created 3 years, 5 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
« no previous file with comments | « pkg/kernel/test/closures/suite.dart ('k') | pkg/kernel/test/closures_type_vars/suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/closures_type_vars/closures_type_vars.status
diff --git a/pkg/kernel/test/closures_type_vars/closures_type_vars.status b/pkg/kernel/test/closures_type_vars/closures_type_vars.status
new file mode 100644
index 0000000000000000000000000000000000000000..ce9f505252e7f739a4a70b0b0bebce37ace3e30c
--- /dev/null
+++ b/pkg/kernel/test/closures_type_vars/closures_type_vars.status
@@ -0,0 +1,6 @@
+# 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.md file.
+
+field: Pass # This should be RuntimeError when Run step is enabled. See dartbug.com/29143.
+type_variables: Pass # This should be RuntimeError when Run step is enabled. See dartbug.com/29143.
« no previous file with comments | « pkg/kernel/test/closures/suite.dart ('k') | pkg/kernel/test/closures_type_vars/suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698