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

Side by Side Diff: tests/corelib/corelib.status

Issue 18649003: Partial solution to analyze potentially constant expressions (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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 | « tests/co19/co19-runtime.status ('k') | 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 reg_exp_unicode_2_test: Fail # Bug 6592 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
11 11
12 symbol_test/01: Fail 12 symbol_test/none: Fail # bug 11669
13 symbol_test/02: Fail 13 symbol_test/01: Fail, Pass # bug 11669
14 symbol_test/03: Fail 14 symbol_test/02: Fail, Pass # bug 11669
15 symbol_test/03: Fail, Pass # bug 11669
15 16
16 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 17 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
17 unicode_test: Fail 18 unicode_test: Fail
18 19
19 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 20 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
20 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 21 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
21 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 22 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
22 23
23 [ $runtime == ie9 ] 24 [ $runtime == ie9 ]
24 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 25 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 115
115 [ $arch == simmips ] 116 [ $arch == simmips ]
116 int_parse_radix_test: Skip # Timeout 117 int_parse_radix_test: Skip # Timeout
117 118
118 [ $arch == simmips && $checked ] 119 [ $arch == simmips && $checked ]
119 hash_map2_test: Crash # Too far PC relative branch. 120 hash_map2_test: Crash # Too far PC relative branch.
120 collection_length_test: Pass, Timeout 121 collection_length_test: Pass, Timeout
121 122
122 [ $arch == simmips && $mode == debug ] 123 [ $arch == simmips && $mode == debug ]
123 collection_to_string_test: Pass, Crash # Issue: 11207 124 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698