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

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

Issue 9240005: Add number checks to the numeric operations in dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « compiler/lib/implementation/number.js ('k') | tests/corelib/corelib.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 7
8 # 8 #
9 # Problems specific to running on Mac OS X 9 # Problems specific to running on Mac OS X
10 # 10 #
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 LibTest/core/List/forEach/List/forEach/A01/t05: Fail 146 LibTest/core/List/forEach/List/forEach/A01/t05: Fail
147 LibTest/core/List/getRange/List/getRange/A01/t01: Fail 147 LibTest/core/List/getRange/List/getRange/A01/t01: Fail
148 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail 148 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail
149 LibTest/core/List/length/List/set/length/A01/t01: Fail 149 LibTest/core/List/length/List/set/length/A01/t01: Fail
150 LibTest/core/List/length/List/set/length/A03/t01: Fail 150 LibTest/core/List/length/List/set/length/A03/t01: Fail
151 LibTest/core/List/length/List/set/length/A05/t01: Fail 151 LibTest/core/List/length/List/set/length/A05/t01: Fail
152 LibTest/core/List/length/List/set/length/A06/t01: Fail 152 LibTest/core/List/length/List/set/length/A06/t01: Fail
153 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail 153 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail
154 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail 154 LibTest/core/List/operator\[]/List/operator\[]/A02/t02: Fail
155 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail 155 LibTest/core/List/operator\[]/List/operator\[]/A03/t01: Fail
156 LibTest/core/List/operator\[]/List/operator\[]/A04/t01: Fail
157 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail 156 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail
158 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail 157 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail
159 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail 158 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail
160 LibTest/core/List/setRange/List/setRange/A01/t01: Fail 159 LibTest/core/List/setRange/List/setRange/A01/t01: Fail
161 LibTest/core/List/some/List/some/A01/t03: Fail 160 LibTest/core/List/some/List/some/A01/t03: Fail
162 LibTest/core/List/sort/List/sort/A01/t02: Fail 161 LibTest/core/List/sort/List/sort/A01/t02: Fail
163 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail 162 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail
164 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail 163 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail
165 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail 164 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail
166 LibTest/core/Match/group/Match/group/A01/t01: Fail 165 LibTest/core/Match/group/Match/group/A01/t01: Fail
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 370
372 [ $component == dartium ] 371 [ $component == dartium ]
373 *: Skip 372 *: Skip
374 373
375 374
376 [ $component == chromium ] 375 [ $component == chromium ]
377 *: Skip 376 *: Skip
378 377
379 [ $component == frogium ] 378 [ $component == frogium ]
380 *: Skip 379 *: Skip
OLDNEW
« no previous file with comments | « compiler/lib/implementation/number.js ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698