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

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

Issue 23572009: Add timeout suppression for corelib/collection_length_test on IE (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 | « no previous file | 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 == dart2js && $runtime == drt ] 7 [ $compiler == dart2js && $runtime == drt ]
8 hash_set_test: Pass, Fail # v8 bug: Issue 12293 8 hash_set_test: Pass, Fail # v8 bug: Issue 12293
9 list_test: Pass, Fail # v8 bug: Issue 12293 9 list_test: Pass, Fail # v8 bug: Issue 12293
10 10
(...skipping 13 matching lines...) Expand all
24 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 24 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
25 unicode_test: Fail 25 unicode_test: Fail
26 26
27 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 27 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
28 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 28 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
29 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 29 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
30 30
31 [ $runtime == ie9 ] 31 [ $runtime == ie9 ]
32 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 32 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
33 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 33 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
34 collection_length_test: Pass, Timeout # Issue 12844
35
34 36
35 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ] 37 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
36 string_trim_unicode_test: Fail # V8 bug 2408 38 string_trim_unicode_test: Fail # V8 bug 2408
37 39
38 [ $runtime == opera ] 40 [ $runtime == opera ]
39 core_runtime_types_test: Fail 41 core_runtime_types_test: Fail
40 null_nosuchmethod_test: Fail # Issue: 7413 42 null_nosuchmethod_test: Fail # Issue: 7413
41 date_time7_test: Fail 43 date_time7_test: Fail
42 unicode_test: Fail 44 unicode_test: Fail
43 45
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 collection_to_string_test: Pass, Crash # Issue: 11207 111 collection_to_string_test: Pass, Crash # Issue: 11207
110 112
111 [ $arch == simmips ] 113 [ $arch == simmips ]
112 int_parse_radix_test: Skip # Timeout 114 int_parse_radix_test: Skip # Timeout
113 115
114 [ $arch == simmips && $checked ] 116 [ $arch == simmips && $checked ]
115 collection_length_test: Pass, Timeout 117 collection_length_test: Pass, Timeout
116 118
117 [ $arch == simmips && $mode == debug ] 119 [ $arch == simmips && $mode == debug ]
118 collection_to_string_test: Pass, Crash # Issue: 11207 120 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698