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

Side by Side Diff: pkg/kernel/test/closures/closures.status

Issue 2987143002: Fix parsing of ClosureCreation kernel nodes in VM. (Closed)
Patch Set: Cosmetic fixes. Created 3 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | runtime/vm/kernel_binary_flowgraph.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 field: RuntimeError 5 field: RuntimeError
6 type_variables: RuntimeError 6 type_variables: RuntimeError
7 capture_closure: RuntimeError
8 capture_closure_parameter: RuntimeError
9 capture_this: RuntimeError
10 catch: RuntimeError
11 closure_in_constructor: RuntimeError
12 closure_in_initializer: RuntimeError
13 closure_in_initializer_closure: RuntimeError
14 closures: RuntimeError
15 for_in_closure: RuntimeError
16 for_loop: RuntimeError
17 for_variable_capture_test: RuntimeError
18 instance_tear_off: RuntimeError
19 named_closure: RuntimeError
20 non_void_context: RuntimeError
21 uncaptured_for_in_loop: RuntimeError
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/kernel_binary_flowgraph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698