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

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

Issue 10408077: Fix bad language tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 | « 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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 118
119 [ $runtime == vm && $arch == x64 && $mode == debug ] 119 [ $runtime == vm && $arch == x64 && $mode == debug ]
120 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 120 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
121 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 121 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
122 122
123 [ $runtime == vm && $checked ] 123 [ $runtime == vm && $checked ]
124 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118 124 Language/09_Generics/09_Generics_A04_t06: Fail # co19 issue 118
125 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage. 125 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage.
126 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : New failure, please triage. 126 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : New failure, please triage.
127 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple ase triage. 127 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple ase triage.
128 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331
129 LibTest/core/Queue/add_A01_t01: Skip # Issue 331
130 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331
131 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 128 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37
132 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 129 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102
133 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110 130 Language/12_Libraries_and_Scripts/3_Scripts_A02_t01: Fail # Issue co19 - 110
134 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue co19 - 110 131 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A01_t01: Fail # Issue co19 - 110
135 132
136 133
137 [ $runtime == vm && $system == windows ] 134 [ $runtime == vm && $system == windows ]
138 LibTest/core/double/operator_remainder_A01_t04: Fail 135 LibTest/core/double/operator_remainder_A01_t04: Fail
139 LibTest/core/double/round_A01_t01: Fail 136 LibTest/core/double/round_A01_t01: Fail
140 LibTest/core/double/remainder_A01_t04: Fail 137 LibTest/core/double/remainder_A01_t04: Fail
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 Language/13_Types/1_Static_Types_A02_t08: Fail 307 Language/13_Types/1_Static_Types_A02_t08: Fail
311 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 308 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
312 309
313 310
314 [ $arch == simarm ] 311 [ $arch == simarm ]
315 *: Skip 312 *: Skip
316 313
317 314
318 [ $arch == arm ] 315 [ $arch == arm ]
319 *: Skip 316 *: Skip
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