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

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

Issue 11362143: Update status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « no previous file | tests/language/language.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) 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 # Calling unresolved class constructor: 6 # Calling unresolved class constructor:
7 Language/03_Overview/2_Privacy_A01_t19: Fail 7 Language/03_Overview/2_Privacy_A01_t19: Fail
8 Language/03_Overview/2_Privacy_A01_t20: Fail 8 Language/03_Overview/2_Privacy_A01_t20: Fail
9 Language/07_Classes/6_Constructors_A03_t03: Fail 9 Language/07_Classes/6_Constructors_A03_t03: Fail
10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail 10 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail
11 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail 11 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail
12 Language/11_Expressions/11_Instance_Creation/1_New_A06_t06: Fail 12 Language/11_Expressions/11_Instance_Creation/1_New_A06_t06: Fail
13 13
14 # Renaming type from platform library: 14 # Renaming type from platform library:
15 Language/09_Generics/09_Generics_A02_t01: Fail 15 Language/09_Generics/09_Generics_A02_t01: Fail
16 Language/14_Types/4_Interface_Types_A10_t03: Fail 16 Language/14_Types/4_Interface_Types_A10_t03: Fail
17 17
18 18
19 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6603 fai ls in minified, TRIAGE
20 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http:// dartbug.com/6603 fails in minified, TRIAGE
19 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash # TODO(dart2dart-team ): Please triage this crash. 21 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash # TODO(dart2dart-team ): Please triage this crash.
20 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash # TODO(dart2dart-team ): Please triage this crash. 22 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash # TODO(dart2dart-team ): Please triage this crash.
21 Language/12_Statements/10_Try_A06_t01: Fail, Pass # Fails in minified, TRIAGE 23 Language/12_Statements/10_Try_A06_t01: Fail, Pass # Fails in minified, TRIAGE
22 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # Fails i n minified, TRIAGE 24 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # Fails i n minified, TRIAGE
23 25
24 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(dart2dart-team): Please tria ge this failure. 26 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(dart2dart-team): Please tria ge this failure.
25 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(dart2dart-team): Please triage this failure. 27 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(dart2dart-team): Please triage this failure.
26 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(dart2dart-team): Please triage this failure. 28 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(dart2dart-team): Please triage this failure.
27 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(dart2dart-team): Please triage this failure. 29 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(dart2dart-team): Please triage this failure.
28 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(dart2dart-team): Please triage this failure. 30 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(dart2dart-team): Please triage this failure.
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 [ $compiler == dart2dart && $system == windows ] 516 [ $compiler == dart2dart && $system == windows ]
515 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 517 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
516 LibTest/core/double/round_A01_t01: Fail # Result is NaN 518 LibTest/core/double/round_A01_t01: Fail # Result is NaN
517 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 519 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
518 520
519 521
520 [ $compiler == dart2dart && $system == macos ] 522 [ $compiler == dart2dart && $system == macos ]
521 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 523 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
522 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 524 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
523 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 525 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
OLDNEW
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698