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

Side by Side Diff: tests/co19/co19-leg.status

Issue 9601009: Change labeled statement to use visitSubGraph for its body instead of marking its "exit block" spec… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | Annotate | Revision Log
« frog/leg/ssa/codegen.dart ('K') | « frog/leg/ssa/nodes.dart ('k') | no next file » | 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 prefix co19 5 prefix co19
6 6
7 [ $component == leg && $system == macos ] 7 [ $component == leg && $system == macos ]
8 LibTest/core/Math/acos_A01_t01: Fail 8 LibTest/core/Math/acos_A01_t01: Fail
9 LibTest/core/Math/asin_A01_t01: Fail 9 LibTest/core/Math/asin_A01_t01: Fail
10 LibTest/core/Math/atan_A01_t01: Fail 10 LibTest/core/Math/atan_A01_t01: Fail
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 Language/11_Statements/08_Switch_A01_t03: Fail # TODO(ahe): New co19 failure, pl ease triage. 163 Language/11_Statements/08_Switch_A01_t03: Fail # TODO(ahe): New co19 failure, pl ease triage.
164 Language/11_Statements/08_Switch_A02_t01: Fail # TODO(ahe): New co19 failure, pl ease triage. 164 Language/11_Statements/08_Switch_A02_t01: Fail # TODO(ahe): New co19 failure, pl ease triage.
165 Language/11_Statements/08_Switch_A02_t02: Fail # TODO(ahe): New co19 failure, pl ease triage. 165 Language/11_Statements/08_Switch_A02_t02: Fail # TODO(ahe): New co19 failure, pl ease triage.
166 Language/11_Statements/08_Switch_A03_t01: Fail # TODO(ahe): New co19 failure, pl ease triage. 166 Language/11_Statements/08_Switch_A03_t01: Fail # TODO(ahe): New co19 failure, pl ease triage.
167 Language/11_Statements/08_Switch_A04_t01: Fail # TODO(ahe): New co19 failure, pl ease triage. 167 Language/11_Statements/08_Switch_A04_t01: Fail # TODO(ahe): New co19 failure, pl ease triage.
168 Language/11_Statements/09_Try_A02_t02: Fail # TODO(ahe): New co19 failure, pleas e triage. 168 Language/11_Statements/09_Try_A02_t02: Fail # TODO(ahe): New co19 failure, pleas e triage.
169 Language/11_Statements/09_Try_A02_t04: Fail # TODO(ahe): New co19 failure, pleas e triage. 169 Language/11_Statements/09_Try_A02_t04: Fail # TODO(ahe): New co19 failure, pleas e triage.
170 Language/11_Statements/09_Try_A05_t03: Fail # TODO(ahe): New co19 failure, pleas e triage. 170 Language/11_Statements/09_Try_A05_t03: Fail # TODO(ahe): New co19 failure, pleas e triage.
171 Language/11_Statements/11_Labels_A03_t04: Fail # TODO(ahe): New co19 failure, pl ease triage. 171 Language/11_Statements/11_Labels_A03_t04: Fail # TODO(ahe): New co19 failure, pl ease triage.
172 Language/11_Statements/11_Labels_A03_t06: Fail # TODO(ahe): New co19 failure, pl ease triage. 172 Language/11_Statements/11_Labels_A03_t06: Fail # TODO(ahe): New co19 failure, pl ease triage.
173 Language/11_Statements/12_Break_A03_t01: Fail # TODO(ahe): New co19 failure, ple ase triage.
174 Language/11_Statements/12_Break_A03_t02: Fail # TODO(ahe): New co19 failure, ple ase triage.
175 Language/11_Statements/12_Break_A03_t03: Fail # TODO(ahe): New co19 failure, ple ase triage.
176 Language/11_Statements/12_Break_A03_t04: Fail # TODO(ahe): New co19 failure, ple ase triage.
177 Language/11_Statements/12_Break_A03_t05: Fail # TODO(ahe): New co19 failure, ple ase triage. 173 Language/11_Statements/12_Break_A03_t05: Fail # TODO(ahe): New co19 failure, ple ase triage.
178 Language/11_Statements/12_Break_A03_t07: Fail # TODO(ahe): New co19 failure, ple ase triage. 174 Language/11_Statements/12_Break_A03_t07: Fail # TODO(ahe): New co19 failure, ple ase triage.
179 Language/11_Statements/13_Continue_A02_t12: Fail # TODO(ahe): New co19 failure, please triage. 175 Language/11_Statements/13_Continue_A02_t12: Fail # TODO(ahe): New co19 failure, please triage.
180 Language/11_Statements/13_Continue_A02_t13: Fail # TODO(ahe): New co19 failure, please triage. 176 Language/11_Statements/13_Continue_A02_t13: Fail # TODO(ahe): New co19 failure, please triage.
181 Language/11_Statements/13_Continue_A03_t01: Fail # TODO(ahe): New co19 failure, please triage. 177 Language/11_Statements/13_Continue_A03_t01: Fail # TODO(ahe): New co19 failure, please triage.
182 Language/11_Statements/13_Continue_A03_t02: Fail # TODO(ahe): New co19 failure, please triage. 178 Language/11_Statements/13_Continue_A03_t02: Fail # TODO(ahe): New co19 failure, please triage.
183 Language/11_Statements/13_Continue_A03_t03: Fail # TODO(ahe): New co19 failure, please triage. 179 Language/11_Statements/13_Continue_A03_t03: Fail # TODO(ahe): New co19 failure, please triage.
184 Language/11_Statements/13_Continue_A03_t04: Fail # TODO(ahe): New co19 failure, please triage. 180 Language/11_Statements/13_Continue_A03_t04: Fail # TODO(ahe): New co19 failure, please triage.
185 Language/11_Statements/13_Continue_A03_t05: Fail # TODO(ahe): New co19 failure, please triage. 181 Language/11_Statements/13_Continue_A03_t05: Fail # TODO(ahe): New co19 failure, please triage.
186 Language/11_Statements/13_Continue_A03_t06: Fail # TODO(ahe): New co19 failure, please triage. 182 Language/11_Statements/13_Continue_A03_t06: Fail # TODO(ahe): New co19 failure, please triage.
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 757 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
762 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 758 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
763 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error 759 Language/11_Statements/11_Labels_A03_t05: Fail, OK # @compile-error
764 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error 760 Language/11_Statements/12_Break_A02_t03: Fail, OK # @compile-error
765 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error 761 Language/11_Statements/12_Break_A02_t04: Fail, OK # @compile-error
766 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error 762 Language/11_Statements/13_Continue_A02_t07: Fail, OK # @compile-error
767 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error 763 Language/11_Statements/13_Continue_A02_t16: Fail, OK # @compile-error
768 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 764 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
769 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 765 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
770 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 766 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« frog/leg/ssa/codegen.dart ('K') | « frog/leg/ssa/nodes.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698