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

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

Issue 9705041: Fix 2172: report 'int' instead of Smi, Mint and Bigint when throwing TypeError. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « runtime/vm/code_generator.cc ('k') | tests/language/src/TypeVMTest.dart » ('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 [ $component == vm ] 6 [ $component == 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 Language/09_Generics/09_Generics_A01_t02: Fail # Issue 439 133 Language/09_Generics/09_Generics_A01_t02: Fail # Issue 439
134 Language/09_Generics/09_Generics_A04_t05: Fail # Issue co19 - 94 134 Language/09_Generics/09_Generics_A04_t05: Fail # Issue co19 - 94
135 Language/09_Generics/09_Generics_A03_t01: Fail # Issue co19 - 95 135 Language/09_Generics/09_Generics_A03_t01: Fail # Issue co19 - 95
136 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage. 136 Language/10_Expressions/10_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : New failure, please triage.
137 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : New failure, please triage. 137 Language/10_Expressions/10_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : New failure, please triage.
138 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple ase triage. 138 Language/11_Statements/15_Assert_A03_t08: Fail # TODO(vm-team): New failure, ple ase triage.
139 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331 139 LibTest/core/Queue/addLast_A01_t01: Skip # Issue 331
140 LibTest/core/Queue/add_A01_t01: Skip # Issue 331 140 LibTest/core/Queue/add_A01_t01: Skip # Issue 331
141 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331 141 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Issue 331
142 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37 142 LibTest/core/SendPort/send_A02_t01: Fail # Issue co19 - 37
143 LibTest/core/TypeError/srcType_A01_t01: Fail # Issue co19 - 102
143 144
144 145
145 146
146 147
147 148
148 [ $component == vm && $system == win32 ] 149 [ $component == vm && $system == win32 ]
149 LibTest/core/double/operator_remainder_A01_t04: Fail 150 LibTest/core/double/operator_remainder_A01_t04: Fail
150 LibTest/core/double/round_A01_t01: Fail 151 LibTest/core/double/round_A01_t01: Fail
151 LibTest/core/double/remainder_A01_t04: Fail 152 LibTest/core/double/remainder_A01_t04: Fail
152 LibTest/core/Math/atan2_A01_t03: Fail 153 LibTest/core/Math/atan2_A01_t03: Fail
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 Language/13_Types/1_Static_Types_A02_t08: Fail 236 Language/13_Types/1_Static_Types_A02_t08: Fail
236 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 237 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
237 238
238 239
239 [ $arch == simarm ] 240 [ $arch == simarm ]
240 *: Skip 241 *: Skip
241 242
242 243
243 [ $arch == arm ] 244 [ $arch == arm ]
244 *: Skip 245 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/code_generator.cc ('k') | tests/language/src/TypeVMTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698