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

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

Issue 56303004: Update status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 unicode_test: Fail 63 unicode_test: Fail
64 64
65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 65 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
66 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 66 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
67 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 67 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
68 68
69 [ $runtime == ie9 ] 69 [ $runtime == ie9 ]
70 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497. 70 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
71 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497. 71 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
72 collection_length_test: Pass, Timeout # Issue 12844 72 collection_length_test: Pass, Timeout # Issue 12844
73 date_time7_test: Fail # Issue 14717. Timezone name extraction fails.
73 74
74 [ $runtime == opera ] 75 [ $runtime == opera ]
75 core_runtime_types_test: Fail 76 core_runtime_types_test: Fail
76 null_nosuchmethod_test: Fail # Issue: 7413 77 null_nosuchmethod_test: Fail # Issue: 7413
77 date_time7_test: Fail # Issue 14691 78 date_time7_test: Fail # Issue 14691
78 unicode_test: Fail # Issue 14694 79 unicode_test: Fail # Issue 14694
79 80
80 [ $compiler == dart2js ] 81 [ $compiler == dart2js ]
81 error_stack_trace1_test: RuntimeError # Issue 12399 82 error_stack_trace1_test: RuntimeError # Issue 12399
82 hash_set_test/01: RuntimeError # Issue 11551 83 hash_set_test/01: RuntimeError # Issue 11551
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 145
145 [ $arch == simmips && $mode == debug ] 146 [ $arch == simmips && $mode == debug ]
146 collection_to_string_test: Pass, Crash # Issue: 11207 147 collection_to_string_test: Pass, Crash # Issue: 11207
147 148
148 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 149 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
149 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 150 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
150 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 151 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
151 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 152 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
152 queue_test: StaticWarning # Issue 12274. 153 queue_test: StaticWarning # Issue 12274.
153 string_test: StaticWarning, OK # Test generates error on purpose. 154 string_test: StaticWarning, OK # Test generates error on purpose.
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