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

Side by Side Diff: tests/co19/co19-dart2dart.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
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/co19/co19-dart2js.status » ('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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. 6 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure.
7 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure. 7 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure.
8 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(dart2dart-team): Pleas e triage this failure. 8 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(dart2dart-team): Pleas e triage this failure.
9 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail # TODO(dart2d art-team): Please triage this failure. 9 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail # TODO(dart2d art-team): Please triage this failure.
10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dart2dart-team ): Please triage this failure. 10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(dart2dart-team ): Please triage this failure.
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 LibTest/core/double/round_A01_t01: Fail # Result is NaN 414 LibTest/core/double/round_A01_t01: Fail # Result is NaN
415 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 415 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
416 416
417 417
418 [ $compiler == dart2dart && $system == macos ] 418 [ $compiler == dart2dart && $system == macos ]
419 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 419 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
420 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 420 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
421 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 421 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
422 422
423 [ $compiler == dart2dart ] 423 [ $compiler == dart2dart ]
424 Language/14_Types/4_Interface_Types_A11_t01: Pass, Crash # Issue 8857
425 Language/14_Types/4_Interface_Types_A11_t02: Pass, Crash # Issue 8857
426
424 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379 427 LibTest/core/Date/operator_equality_A01_t01: Fail # DateTime.== now looks at tim ezone, co19 issue 379
425 428
426 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374) 429 Language/14_Types/6_Type_dynamic_A03_t01: Fail # Renamed Date to DateTime (issue 373, 374)
427 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374) 430 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail # Renamed Date t o DateTime (issue 373, 374)
428 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374) 431 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail # Renamed Date t o DateTime (issue 373, 374)
429 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: pass 432 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: pass
430 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374) 433 LibTest/core/Date/Date.fromString_A01_t01: Fail # Renamed Date to DateTime (issu e 373, 374)
431 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374) 434 LibTest/core/Date/Date.fromString_A01_t02: Fail # Renamed Date to DateTime (issu e 373, 374)
432 LibTest/core/Date/Date.fromString_A03_t01: pass 435 LibTest/core/Date/Date.fromString_A03_t01: pass
433 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) 436 LibTest/core/Date/Date.now_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 LibTest/core/List/List.fixedLength_A01_t01: Fail # Issue 400 573 LibTest/core/List/List.fixedLength_A01_t01: Fail # Issue 400
571 LibTest/core/List/addAll_A02_t01: Fail # Issue 400 574 LibTest/core/List/addAll_A02_t01: Fail # Issue 400
572 LibTest/core/List/add_A02_t01: Fail # Issue 400 575 LibTest/core/List/add_A02_t01: Fail # Issue 400
573 LibTest/core/List/clear_A02_t01: Fail # Issue 400 576 LibTest/core/List/clear_A02_t01: Fail # Issue 400
574 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400 577 LibTest/core/List/insertRange_A02_t01: Fail # Issue 400
575 LibTest/core/List/length_A04_t01: Fail # Issue 400 578 LibTest/core/List/length_A04_t01: Fail # Issue 400
576 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400 579 LibTest/core/List/removeLast_A02_t01: Fail # Issue 400
577 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400 580 LibTest/core/List/removeRange_A02_t01: Fail # Issue 400
578 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400 581 LibTest/core/Set/isSubsetOf_A01_t01: Fail # Issue 400
579 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400 582 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Issue 400
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698