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

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

Issue 562883002: Remove suppressions for ie9 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | 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 [ $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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 iterable_return_type_test/01: RuntimeError # Issue 13646 77 iterable_return_type_test/01: RuntimeError # Issue 13646
78 iterable_return_type_test/02: RuntimeError # Issue 13646 78 iterable_return_type_test/02: RuntimeError # Issue 13646
79 79
80 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 80 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
81 main_test: Fail # Dartium needs to check for both main() and main(args). 81 main_test: Fail # Dartium needs to check for both main() and main(args).
82 82
83 [ $compiler == none && $runtime == ContentShellOnAndroid ] 83 [ $compiler == none && $runtime == ContentShellOnAndroid ]
84 core_runtime_types_test: Pass, Fail # Issue 20525 84 core_runtime_types_test: Pass, Fail # Issue 20525
85 85
86 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 86 [ $runtime == ff || $runtime == jsshell ]
87 unicode_test: Fail 87 unicode_test: Fail
88 88
89 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari || $runtime == safarimobilesim ] 89 [ $runtime == ff || $runtime == jsshell || $runtime == safari || $runtime == saf arimobilesim ]
90 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 90 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
91 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 91 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
92 92
93 [ $runtime == ie9 ]
94 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962 7370497.
95 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
96 collection_length_test: Skip # Issue 12844
97
98 [ $runtime == opera ] 93 [ $runtime == opera ]
99 core_runtime_types_test: Fail 94 core_runtime_types_test: Fail
100 null_nosuchmethod_test: Fail # Issue: 7413 95 null_nosuchmethod_test: Fail # Issue: 7413
101 unicode_test: Fail # Issue 14694 96 unicode_test: Fail # Issue 14694
102 97
103 [ $compiler == dart2js ] 98 [ $compiler == dart2js ]
104 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad dAll. 99 growable_list_test: RuntimeError # Fails to detect concurrent modification in ad dAll.
105 error_stack_trace1_test: RuntimeError # Issue 12399 100 error_stack_trace1_test: RuntimeError # Issue 12399
106 hash_set_test/01: RuntimeError # Issue 11551 101 hash_set_test/01: RuntimeError # Issue 11551
107 integer_to_string_test/01: RuntimeError # Issue 1533 102 integer_to_string_test/01: RuntimeError # Issue 1533
108 iterable_return_type_test/01: RuntimeError # Issue 20085 103 iterable_return_type_test/01: RuntimeError # Issue 20085
109 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 104 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
110 105
111 big_integer_vm_test: RuntimeError, OK # VM specific test. 106 big_integer_vm_test: RuntimeError, OK # VM specific test.
112 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 107 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
113 compare_to2_test: RuntimeError, OK # Requires bigint support. 108 compare_to2_test: RuntimeError, OK # Requires bigint support.
114 string_base_vm_test: RuntimeError, OK # VM specific test. 109 string_base_vm_test: RuntimeError, OK # VM specific test.
115 nan_infinity_test/01: Fail # Issue 11551 110 nan_infinity_test/01: Fail # Issue 11551
116 111
117 [ $compiler == dart2js && $runtime == none ] 112 [ $compiler == dart2js && $runtime == none ]
118 *: Fail, Pass # TODO(ahe): Triage these tests. 113 *: Fail, Pass # TODO(ahe): Triage these tests.
119 114
120 [ $compiler == dart2js && $runtime == ie9 ]
121 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
122 list_test: Fail # IE doesn't support typed data.
123 shuffle_test: Fail # IE doesn't support typed data.
124
125 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 115 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
126 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 116 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
127 117
128 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 118 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
129 119
130 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 120 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
131 string_trimlr_test/none: Fail 121 string_trimlr_test/none: Fail
132 122
133 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] 123 [ $compiler == dart2js && $runtime == ie10 ]
134 string_case_test/01: Fail, OK # Bug in IE. 124 string_case_test/01: Fail, OK # Bug in IE.
135 string_case_test/02: Fail, OK # Bug in IE. 125 string_case_test/02: Fail, OK # Bug in IE.
136 126
137 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 127 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
138 string_case_test/01: Fail, OK # Bug in Firefox. 128 string_case_test/01: Fail, OK # Bug in Firefox.
139 129
140 [ $compiler == dart2js && $runtime == dartium ] 130 [ $compiler == dart2js && $runtime == dartium ]
141 string_case_test/02: Fail, OK # Bug in dartium version of V8. 131 string_case_test/02: Fail, OK # Bug in dartium version of V8.
142 string_case_test/03: Fail, OK # Bug in dartium version of V8. 132 string_case_test/03: Fail, OK # Bug in dartium version of V8.
143 133
(...skipping 28 matching lines...) Expand all
172 162
173 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 163 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
174 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 164 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
175 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 165 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
176 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 166 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
177 string_test: StaticWarning, OK # Test generates error on purpose. 167 string_test: StaticWarning, OK # Test generates error on purpose.
178 168
179 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 169 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
180 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 170 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
181 171
182 [ $runtime == ie9 || $runtime == ie10 ] 172 [ $runtime == ie10 ]
183 num_parse_test: RuntimeError # Issue 15316 173 num_parse_test: RuntimeError # Issue 15316
184 num_parse_test/01: RuntimeError # Issue 15316 174 num_parse_test/01: RuntimeError # Issue 15316
185 175
186 [ $system == windows && $arch == x64 ] 176 [ $system == windows && $arch == x64 ]
187 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 177 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
188 178
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698