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

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

Issue 15934013: Enable optimization of try-finally in the VM's optimizing compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure. 152 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure.
153 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Pass # TODO(ahe): Please tri age this failure. 153 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail, Pass # TODO(ahe): Please tri age this failure.
154 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail, Pass # TODO(ahe): Please tri age this failure. 154 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail, Pass # TODO(ahe): Please tri age this failure.
155 155
156 156
157 [ $compiler == dart2js && $runtime == jsshell && $system == macos ] 157 [ $compiler == dart2js && $runtime == jsshell && $system == macos ]
158 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure. 158 LibTest/math/cos_A01_t01: Fail # TODO(ahe): Please triage this failure.
159 159
160 160
161 [ $compiler == dart2js ] 161 [ $compiler == dart2js ]
162 Language/14_Types/4_Interface_Types_A11_t01: Pass, Crash # Issue 8857
163 Language/14_Types/4_Interface_Types_A11_t02: Pass, Crash # Issue 8857
164
162 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750 165 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # Issue 6750
163 166
164 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 167 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
165 168
166 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail. 169 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail # Partially impleme nted rediriecting constructors makes this fail.
167 170
168 [ $compiler == dart2js && $runtime == ie9 ] 171 [ $compiler == dart2js && $runtime == ie9 ]
169 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920 172 Language/11_Expressions/03_Numbers_A01_t06: Fail # Issue: 8920
170 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920 173 Language/11_Expressions/03_Numbers_A01_t09: Fail # Issue: 8920
171 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920 174 Language/11_Expressions/06_Lists_A07_t02: Fail # Issue: 8920
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 738 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
736 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 739 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
737 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
738 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
739 742
740 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 743 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
741 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 744 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
742 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 745 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
743 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 746 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
744 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 747 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/smaller_4_Interface_Types_A11_t01_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698