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

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

Issue 23604010: Remove Timeout entries in status files for ie9/ie10 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/tests/co19/co19-dart2js.status ('k') | dart/tests/html/html.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) 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
37 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ] 36 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
38 string_trim_unicode_test: Fail # V8 bug 2408 37 string_trim_unicode_test: Fail # V8 bug 2408
39 38
40 [ $runtime == opera ] 39 [ $runtime == opera ]
41 core_runtime_types_test: Fail 40 core_runtime_types_test: Fail
42 null_nosuchmethod_test: Fail # Issue: 7413 41 null_nosuchmethod_test: Fail # Issue: 7413
43 date_time7_test: Fail 42 date_time7_test: Fail
44 unicode_test: Fail 43 unicode_test: Fail
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 collection_to_string_test: Pass, Crash # Issue: 11207 110 collection_to_string_test: Pass, Crash # Issue: 11207
112 111
113 [ $arch == simmips ] 112 [ $arch == simmips ]
114 int_parse_radix_test: Skip # Timeout 113 int_parse_radix_test: Skip # Timeout
115 114
116 [ $arch == simmips && $checked ] 115 [ $arch == simmips && $checked ]
117 collection_length_test: Pass, Timeout 116 collection_length_test: Pass, Timeout
118 117
119 [ $arch == simmips && $mode == debug ] 118 [ $arch == simmips && $mode == debug ]
120 collection_to_string_test: Pass, Crash # Issue: 11207 119 collection_to_string_test: Pass, Crash # Issue: 11207
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2js.status ('k') | dart/tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698