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

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

Issue 14366007: Handle built-in function identical correctly (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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 | « tests/co19/co19-dart2dart.status ('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) 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 ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 7
8 [ $compiler == none && $runtime == vm && $unchecked ] 8 [ $compiler == none && $runtime == vm && $unchecked ]
9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 9 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
10 10
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 103 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978
104 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978 104 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978
105 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978 105 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978
106 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978 106 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978
107 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954 107 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954
108 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # Dart issue 811 108 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # Dart issue 811
109 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # Dart issue 811 109 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # Dart issue 811
110 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # Dart issue 811 110 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # Dart issue 811
111 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Dart issue 811 111 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Dart issue 811
112 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Dart issue 811 112 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Dart issue 811
113 Language/11_Expressions/01_Constants_A03_t01: Fail # Dart issue 5214
114 Language/11_Expressions/01_Constants_A06_t01: Fail # Dart issue 5214
115 Language/11_Expressions/01_Constants_A14_t01: Fail # Dart issue 5214
116 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # Dart i ssue 7246 113 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # Dart i ssue 7246
117 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # Dart i ssue 7246 114 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # Dart i ssue 7246
118 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # Dart i ssue 7246 115 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # Dart i ssue 7246
119 Language/11_Expressions/05_Strings_A02_t46: Fail # Dart issue 4009 116 Language/11_Expressions/05_Strings_A02_t46: Fail # Dart issue 4009
120 Language/11_Expressions/05_Strings_A02_t48: Fail # Dart issue 4009 117 Language/11_Expressions/05_Strings_A02_t48: Fail # Dart issue 4009
121 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # Dart issue 33 09 118 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # Dart issue 33 09
122 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # Dart issue 72 47 119 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # Dart issue 72 47
123 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # Dart issue 13 72 120 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # Dart issue 13 72
124 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # Dart issue 5775 121 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # Dart issue 5775
125 Language/11_Expressions/19_Conditional_A01_t14: Fail # Dart issue 7251 122 Language/11_Expressions/19_Conditional_A01_t14: Fail # Dart issue 7251
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 [ $compiler == none && $arch == arm ] 511 [ $compiler == none && $arch == arm ]
515 *: Skip 512 *: Skip
516 513
517 514
518 [ $compiler == none && $arch == simmips ] 515 [ $compiler == none && $arch == simmips ]
519 *: Skip 516 *: Skip
520 517
521 518
522 [ $compiler == none && $arch == mips ] 519 [ $compiler == none && $arch == mips ]
523 *: Skip 520 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698