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

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

Issue 2538443002: Update status for co19 tests on browsers. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/isolate/isolate.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 == 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 [ $runtime == safari || $runtime == safarimobilesim ] 77 [ $runtime == safari || $runtime == safarimobilesim ]
78 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 78 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
79 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 79 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
80 80
81 [ $runtime == ff ] 81 [ $runtime == ff ]
82 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1. 82 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro unds 0.49999999999999994 to 1.
83 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1. 83 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime rounds 0.49999999999999994 to 1.
84 list_test/none: RuntimeError # Issue 27871 84 list_test/none: RuntimeError # Issue 27871
85 list_test/01: RuntimeError # Issue 27871 85 list_test/01: RuntimeError # Issue 27871
86 86
87 [ $runtime == opera ] 87 [ $compiler == dart2js && $runtime == drt && $csp && $minimized ]
88 core_runtime_types_test: Fail 88 core_runtime_types_test: Pass, Fail # Issue 27913
89 null_nosuchmethod_test: Fail # Issue: 7413
90 unicode_test: Fail # Issue 14694
91 89
92 [ $compiler == dart2js ] 90 [ $compiler == dart2js ]
93 error_stack_trace1_test: RuntimeError # Issue 12399 91 error_stack_trace1_test: RuntimeError # Issue 12399
94 hash_set_test/01: RuntimeError # Issue 11551 92 hash_set_test/01: RuntimeError # Issue 11551
95 integer_to_string_test/01: RuntimeError # Issue 1533 93 integer_to_string_test/01: RuntimeError # Issue 1533
96 iterable_return_type_test/01: RuntimeError # Issue 20085 94 iterable_return_type_test/01: RuntimeError # Issue 20085
97 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 95 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
98 iterable_to_list_test/01: RuntimeError # Issue 26501 96 iterable_to_list_test/01: RuntimeError # Issue 26501
99 97
100 big_integer_*: Skip # VM specific test. 98 big_integer_*: Skip # VM specific test.
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 package_resource_test: Skip # Resolve URI not supported yet in product mode. 204 package_resource_test: Skip # Resolve URI not supported yet in product mode.
207 file_resource_test: Skip # Resolve URI not supported yet in product mode. 205 file_resource_test: Skip # Resolve URI not supported yet in product mode.
208 http_resource_test: Skip # Resolve URI not supported yet in product mode. 206 http_resource_test: Skip # Resolve URI not supported yet in product mode.
209 207
210 [ $arch == simdbc || $arch == simdbc64 ] 208 [ $arch == simdbc || $arch == simdbc64 ]
211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
212 210
213 [ $hot_reload || $hot_reload_rollback ] 211 [ $hot_reload || $hot_reload_rollback ]
214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
215 213
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698