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

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

Issue 679153002: Add builder tag for Safari 6.2 slave. Update status files for Safari 6.2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status of string_split test. Created 6 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
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 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 nan_infinity_test/01: Fail # Issue 11551 117 nan_infinity_test/01: Fail # Issue 11551
118 118
119 [ $compiler == dart2js && $runtime == none ] 119 [ $compiler == dart2js && $runtime == none ]
120 *: Fail, Pass # TODO(ahe): Triage these tests. 120 *: Fail, Pass # TODO(ahe): Triage these tests.
121 121
122 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 122 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
123 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 123 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
124 124
125 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 125 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
126 126
127 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 127 [ $compiler == dart2js && (($runtime == safari && $builder_tag == mac10_7) || $r untime == safarimobilesim) ]
128 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
128 string_trimlr_test/none: Fail 129 string_trimlr_test/none: Fail
129 130 string_split_test: RuntimeError # Issue 21431
130 [ $compiler == dart2js && $runtime == safarimobilesim ]
131 string_split_test: RuntimeError # Appears to be bug in safarimobilesim
132 131
133 [ $compiler == dart2js && $runtime == ie10 ] 132 [ $compiler == dart2js && $runtime == ie10 ]
134 string_case_test/01: Fail, OK # Bug in IE. 133 string_case_test/01: Fail, OK # Bug in IE.
135 string_case_test/02: Fail, OK # Bug in IE. 134 string_case_test/02: Fail, OK # Bug in IE.
136 135
137 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
138 string_case_test/01: Fail, OK # Bug in Firefox. 137 string_case_test/01: Fail, OK # Bug in Firefox.
139 138
140 [ $compiler == dart2js && $runtime == dartium ] 139 [ $compiler == dart2js && $runtime == dartium ]
141 string_case_test/02: Fail, OK # Bug in dartium version of V8. 140 string_case_test/02: Fail, OK # Bug in dartium version of V8.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 204
206 [ $arch == simarm && $checked ] 205 [ $arch == simarm && $checked ]
207 num_parse_test: Skip # Pass, Timeout 206 num_parse_test: Skip # Pass, Timeout
208 207
209 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 208 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
210 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 209 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
211 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 210 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
212 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 211 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
213 string_test: StaticWarning, OK # Test generates error on purpose. 212 string_test: StaticWarning, OK # Test generates error on purpose.
214 213
215 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
216 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
217
218 [ $runtime == ie10 ] 214 [ $runtime == ie10 ]
219 num_parse_test: RuntimeError # Issue 15316 215 num_parse_test: RuntimeError # Issue 15316
220 num_parse_test/01: RuntimeError # Issue 15316 216 num_parse_test/01: RuntimeError # Issue 15316
221 217
222 [ $system == windows && $arch == x64 ] 218 [ $system == windows && $arch == x64 ]
223 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 219 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
224 220
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/html/html.status » ('j') | tests/html/html.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698