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

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

Issue 9939003: Use null type argument vector instead of vector of Dynamic for a generic raw (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
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 8
9 9
10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes 10 Language/07_Classes/07_Classes_A01_t01: Fail # issue 1603 (abstract not supporte d for classes
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 [ $runtime == vm && $arch == x64 && $mode == debug ] 115 [ $runtime == vm && $arch == x64 && $mode == debug ]
116 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 116 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
117 LibTest/core/List/add_A01_t01: Skip # Timeout 117 LibTest/core/List/add_A01_t01: Skip # Timeout
118 LibTest/core/List/sort_A01_t06: Skip # Timeout 118 LibTest/core/List/sort_A01_t06: Skip # Timeout
119 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 119 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
120 LibTest/core/Queue/addLast_A01_t01: Skip # Timeout 120 LibTest/core/Queue/addLast_A01_t01: Skip # Timeout
121 LibTest/core/Queue/add_A01_t01: Skip # Timeout 121 LibTest/core/Queue/add_A01_t01: Skip # Timeout
122 122
123 [ $runtime == vm && $checked ] 123 [ $runtime == vm && $checked ]
124 Language/09_Generics/09_Generics_A01_t02: Fail # Issue 439
125 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage. 124 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. 125 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. 126 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 127 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331
129 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 128 LibTest/core/Queue/add_A01_t01: Skip # Issue 331
130 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 129 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331
131 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 130 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37
132 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102 131 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102
133 132
134 133
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 Language/13_Types/1_Static_Types_A02_t08: Fail 248 Language/13_Types/1_Static_Types_A02_t08: Fail
250 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 249 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
251 250
252 251
253 [ $arch == simarm ] 252 [ $arch == simarm ]
254 *: Skip 253 *: Skip
255 254
256 255
257 [ $arch == arm ] 256 [ $arch == arm ]
258 *: Skip 257 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698