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

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

Issue 233703005: Roll V8 deps to version 3.25 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 8 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 | deps/all.deps/DEPS » ('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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 [ $compiler == dart2js && $runtime == ie9 ] 102 [ $compiler == dart2js && $runtime == ie9 ]
103 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 103 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
104 list_test: Fail # IE doesn't support typed data. 104 list_test: Fail # IE doesn't support typed data.
105 shuffle_test: Fail # IE doesn't support typed data. 105 shuffle_test: Fail # IE doesn't support typed data.
106 106
107 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 107 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
108 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 108 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
109 109
110 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 110 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
111 111
112 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d rt || $runtime == safari) ] 112 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == safari) ]
113 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10. 113 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10.
114 114
115 [ $compiler == dart2js && ($runtime == d8 || $runtime == drt) ] 115 [ $compiler == dart2js && ( $runtime == drt) ]
116 string_case_test/02: Fail, OK # Bug in our version of V8. 116 string_case_test/02: Fail, OK # Bug in our version of V8.
117 117
118 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ] 118 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10) ]
119 string_case_test/01: Fail, OK # Bug in IE. 119 string_case_test/01: Fail, OK # Bug in IE.
120 string_case_test/02: Fail, OK # Bug in IE. 120 string_case_test/02: Fail, OK # Bug in IE.
121 121
122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
123 string_case_test/01: Fail, OK # Bug in Firefox. 123 string_case_test/01: Fail, OK # Bug in Firefox.
124 124
125 [ $compiler == dart2js && $runtime == dartium ] 125 [ $compiler == dart2js && $runtime == dartium ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
171 string_test: StaticWarning, OK # Test generates error on purpose. 171 string_test: StaticWarning, OK # Test generates error on purpose.
172 172
173 [ $compiler == dart2js && $runtime == safari ] 173 [ $compiler == dart2js && $runtime == safari ]
174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
175 175
176 [ $runtime == ie9 || $runtime == ie10 ] 176 [ $runtime == ie9 || $runtime == ie10 ]
177 num_parse_test: RuntimeError # Issue 15316 177 num_parse_test: RuntimeError # Issue 15316
178 num_parse_test/01: RuntimeError # Issue 15316 178 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « no previous file | deps/all.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698