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

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

Issue 2989563002: Preserve type variables in closure conversion. (Closed)
Patch Set: Update binary.md. 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
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..68be84b328bde0d0fe1c53f41e2e2e3375f673c2
--- /dev/null
+++ b/pkg/kernel/test/closures_type_vars/closures_type_vars.status
@@ -0,0 +1,6 @@
+# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
karlklose 2017/07/25 09:38:23 2016 -> 2017
sjindel 2017/07/25 13:11:48 Done.
+# 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.

Powered by Google App Engine
This is Rietveld 408576698