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

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

Issue 27731004: - Fix status files for main(args) in Dartium. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 [ $compiler == none ] 5 [ $compiler == none ]
6 unicode_test: Fail # Bug 6706 6 unicode_test: Fail # Bug 6706
7 compare_to2_test: Fail # Bug 4018 7 compare_to2_test: Fail # Bug 4018
8 8
9 symbol_test/01: Fail, Pass # bug 11669 9 symbol_test/01: Fail, Pass # bug 11669
10 symbol_test/02: Fail, Pass # bug 11669 10 symbol_test/02: Fail, Pass # bug 11669
11 symbol_test/03: Fail, Pass # bug 11669 11 symbol_test/03: Fail, Pass # bug 11669
12 12
13 [ $compiler == none || $compiler == dart2dart ] 13 [ $compiler == none || $compiler == dart2dart ]
14 symbol_test/none: Fail # bug 11669 14 symbol_test/none: Fail # bug 11669
15 error_stack_trace2_test: Fail # Bug 5802 15 error_stack_trace2_test: Fail # Bug 5802
16 16
17 [ $compiler == none && $runtime == drt ]
18 main_test: Fail # Dartium needs to check for both main() and main(args).
19
20 [ $compiler == none && $runtime == dartium ]
21 main_test: Fail # Dartium needs to check for both main() and main(args).
22
17 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 23 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
18 unicode_test: Fail 24 unicode_test: Fail
19 25
20 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 26 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
21 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 27 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
22 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 28 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
23 29
24 [ $runtime == ie9 ] 30 [ $runtime == ie9 ]
25 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 31 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
26 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 32 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 collection_to_string_test: Pass, Crash # Issue: 11207 106 collection_to_string_test: Pass, Crash # Issue: 11207
101 107
102 [ $arch == simmips ] 108 [ $arch == simmips ]
103 int_parse_radix_test: Skip # Timeout 109 int_parse_radix_test: Skip # Timeout
104 110
105 [ $arch == simmips && $checked ] 111 [ $arch == simmips && $checked ]
106 collection_length_test: Pass, Timeout 112 collection_length_test: Pass, Timeout
107 113
108 [ $arch == simmips && $mode == debug ] 114 [ $arch == simmips && $mode == debug ]
109 collection_to_string_test: Pass, Crash # Issue: 11207 115 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