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

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

Issue 2783653002: Remove ie10 and opera sections from status files (Closed)
Patch Set: Created 3 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
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 == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
126 126
127 [ $compiler == dart2js && $runtime == safarimobilesim ] 127 [ $compiler == dart2js && $runtime == safarimobilesim ]
128 string_split_test: RuntimeError # Issue 21431 128 string_split_test: RuntimeError # Issue 21431
129 129
130 [ $compiler == dart2js && $runtime == safarimobilesim ] 130 [ $compiler == dart2js && $runtime == safarimobilesim ]
131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
132 string_trimlr_test/01: Fail 132 string_trimlr_test/01: Fail
133 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 133 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
134 134
135 [ $compiler == dart2js && $runtime == ie10 ]
136 string_case_test/01: Fail, OK # Bug in IE.
137 string_case_test/02: Fail, OK # Bug in IE.
138 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
139
140 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 135 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
141 string_case_test/01: Fail, OK # Bug in Firefox. 136 string_case_test/01: Fail, OK # Bug in Firefox.
142 137
143 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start up == false] 138 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start up == false]
144 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 139 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
145 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 140 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
146 141
147 [ $compiler == dart2js && $runtime == dartium ] 142 [ $compiler == dart2js && $runtime == dartium ]
148 string_case_test/02: Fail, OK # Bug in dartium version of V8. 143 string_case_test/02: Fail, OK # Bug in dartium version of V8.
149 string_case_test/03: Fail, OK # Bug in dartium version of V8. 144 string_case_test/03: Fail, OK # Bug in dartium version of V8.
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 symbol_reserved_word_test/12: RuntimeError # Issue 27394 263 symbol_reserved_word_test/12: RuntimeError # Issue 27394
269 symbol_test/none: RuntimeError # Issue 27394 264 symbol_test/none: RuntimeError # Issue 27394
270 uri_example_test: RuntimeError # Issue 27394 265 uri_example_test: RuntimeError # Issue 27394
271 uri_http_test: RuntimeError # Issue 27394 266 uri_http_test: RuntimeError # Issue 27394
272 uri_parameters_all_test: RuntimeError # Issue 27394 267 uri_parameters_all_test: RuntimeError # Issue 27394
273 uri_query_test: RuntimeError # Issue 27394 268 uri_query_test: RuntimeError # Issue 27394
274 uri_test: RuntimeError # Issue 27394 269 uri_test: RuntimeError # Issue 27394
275 270
276 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 271 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
277 regress/4562_test/01: Crash # Issue 27394 272 regress/4562_test/01: Crash # Issue 27394
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698