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

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

Issue 17893003: Fix a VM bug in the handling of try/catch/finally. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $runtime == vm && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 7
8 [ $runtime == vm ] 8 [ $runtime == vm ]
9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 9 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
10 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 10 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 Language/12_Statements/09_Switch_A01_t02: Fail # Dart issue 2238 135 Language/12_Statements/09_Switch_A01_t02: Fail # Dart issue 2238
136 Language/12_Statements/09_Switch_A02_t01: Fail # Dart issue 7306 136 Language/12_Statements/09_Switch_A02_t01: Fail # Dart issue 7306
137 Language/12_Statements/09_Switch_A02_t02: Fail # Dart issue 7307 137 Language/12_Statements/09_Switch_A02_t02: Fail # Dart issue 7307
138 Language/12_Statements/09_Switch_A03_t01: Fail # Dart issue 7307 138 Language/12_Statements/09_Switch_A03_t01: Fail # Dart issue 7307
139 Language/12_Statements/09_Switch_A03_t02: Fail # Dart issue 7307 139 Language/12_Statements/09_Switch_A03_t02: Fail # Dart issue 7307
140 Language/12_Statements/09_Switch_A04_t01: Fail # Dart issue 6897 140 Language/12_Statements/09_Switch_A04_t01: Fail # Dart issue 6897
141 Language/12_Statements/09_Switch_A06_t02: Fail # Dart issue 5837 141 Language/12_Statements/09_Switch_A06_t02: Fail # Dart issue 5837
142 Language/12_Statements/10_Try_A03_t01: Fail # Dart issue 7311 142 Language/12_Statements/10_Try_A03_t01: Fail # Dart issue 7311
143 Language/12_Statements/10_Try_A03_t02: Fail # Dart issue 7311 143 Language/12_Statements/10_Try_A03_t02: Fail # Dart issue 7311
144 Language/12_Statements/10_Try_A03_t03: Fail # Dart issue 7311 144 Language/12_Statements/10_Try_A03_t03: Fail # Dart issue 7311
145 Language/12_Statements/10_Try_A11_t01: Fail # Dart issue 430
146 Language/12_Statements/12_Labels_A01_t03: Fail # Dart issue 2238 145 Language/12_Statements/12_Labels_A01_t03: Fail # Dart issue 2238
147 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # Dart issue 5839 146 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # Dart issue 5839
148 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Dart issue 3206 147 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Dart issue 3206
149 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # Dart issue 6134 148 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # Dart issue 6134
150 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Dart issue 6134 149 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # Dart issue 6134
151 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # Dart issue 6352 150 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # Dart issue 6352
152 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Dart issue 7317 151 Language/13_Libraries_and_Scripts/5_URIs_A01_t04: Fail # Dart issue 7317
153 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Dart issue 7317 152 Language/13_Libraries_and_Scripts/5_URIs_A01_t05: Fail # Dart issue 7317
154 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # Dart issue 6352 153 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # Dart issue 6352
155 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Dart issue 7317 154 Language/13_Libraries_and_Scripts/5_URIs_A01_t14: Fail # Dart issue 7317
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 LibTest/core/int/operator_unary_minus_A01_t01: Fail 549 LibTest/core/int/operator_unary_minus_A01_t01: Fail
551 550
552 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ] 551 [ $compiler == none && $runtime == vm && $arch == simmips && $mode == debug ]
553 LibTest/math/tan_A01_t01: Fail 552 LibTest/math/tan_A01_t01: Fail
554 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 553 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
555 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump. 554 LibTest/core/List/sort_A01_t04: Crash # Too far relative jump.
556 LibTest/core/List/sort_A01_t05: Crash 555 LibTest/core/List/sort_A01_t05: Crash
557 LibTest/core/List/sort_A01_t06: Crash 556 LibTest/core/List/sort_A01_t06: Crash
558 LibTest/core/int/operator_unary_minus_A01_t01: Fail 557 LibTest/core/int/operator_unary_minus_A01_t01: Fail
559 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 558 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698