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

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

Issue 10452017: Triage VM failures in co19 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 | 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 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 [ $runtime == vm && $system == linux && $arch == ia32 ] 115 [ $runtime == vm && $system == linux && $arch == ia32 ]
116 LibTest/core/Math/sin_A01_t01: Fail 116 LibTest/core/Math/sin_A01_t01: Fail
117 LibTest/core/Math/tan_A01_t01: Fail 117 LibTest/core/Math/tan_A01_t01: Fail
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 # Issue 1380
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 # Issue 1380
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 # Issue 1584
128 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 128 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37
129 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 129 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102
130 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
131 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
132 132
133 133
134 [ $runtime == vm && $system == windows ] 134 [ $runtime == vm && $system == windows ]
135 LibTest/core/double/operator_remainder_A01_t04: Fail 135 LibTest/core/double/operator_remainder_A01_t04: Fail
136 LibTest/core/double/round_A01_t01: Fail 136 LibTest/core/double/round_A01_t01: Fail
137 LibTest/core/double/remainder_A01_t04: Fail 137 LibTest/core/double/remainder_A01_t04: Fail
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue 92 317 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue 92
318 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue 92 318 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue 92
319 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1 9 issue 92 319 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1 9 issue 92
320 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19 issue 92 320 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19 issue 92
321 LibTest/core/SendPort/send_A02_t01: Fail 321 LibTest/core/SendPort/send_A02_t01: Fail
322 LibTest/core/String/contains_A01_t02: Fail 322 LibTest/core/String/contains_A01_t02: Fail
323 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103 323 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103
324 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103 324 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103
325 325
326 326
327 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(vm-team): New failure at r16 4. Please triage. 327 Language/03_Overview/2_Privacy_A01_t11: Fail # Related to issue 978
328 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(vm-team): New failure at r16 4. Please triage. 328 Language/03_Overview/2_Privacy_A01_t16: Fail # Issue 2242
329 Language/11_Statements/11_Labels_A01_t03: Fail # TODO(vm-team): New failure at r 164. Please triage. 329 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238
330 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(vm-team): New f ailure at r164. Please triage. 330 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # Issue 3206
331 331
332 332
333 [ $runtime == vm && $arch == ia32 ] 333 [ $runtime == vm && $arch == ia32 ]
334 LibTest/core/int/operator_left_shift_A01_t02: Fail 334 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
335 335
336 336
337 [ $runtime == vm && $unchecked ] 337 [ $runtime == vm && $unchecked ]
338 Language/09_Generics/09_Generics_A04_t04: Fail # co19 issue 117 338 Language/09_Generics/09_Generics_A04_t04: Fail # co19 issue 117
339 Language/13_Types/1_Static_Types_A02_t08: Fail 339 Language/13_Types/1_Static_Types_A02_t08: Fail # co19 issue 128
340 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 340 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # co19 issue 97
341 341
342 342
343 [ $arch == simarm ] 343 [ $arch == simarm ]
344 *: Skip 344 *: Skip
345 345
346 346
347 [ $arch == arm ] 347 [ $arch == arm ]
348 *: Skip 348 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698