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

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

Issue 2592373002: Revert "Update status" (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 | « no previous file | no next file » | 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 main_test: Fail # Dartium needs to check for both main() and main(args). 50 main_test: Fail # Dartium needs to check for both main() and main(args).
51 51
52 [ $compiler == dart2js ] 52 [ $compiler == dart2js ]
53 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed. 53 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
55 int_parse_radix_test/02: Fail # No bigints. 55 int_parse_radix_test/02: Fail # No bigints.
56 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 56 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
57 integer_to_radix_string_test: RuntimeError # issue 22045 57 integer_to_radix_string_test: RuntimeError # issue 22045
58 int_modulo_arith_test/bignum: RuntimeError # No bigints. 58 int_modulo_arith_test/bignum: RuntimeError # No bigints.
59 int_modulo_arith_test/modPow: RuntimeError # No bigints. 59 int_modulo_arith_test/modPow: RuntimeError # No bigints.
60 iterable_generate_test: RuntimeError # issue 28026
61 60
62 [ $compiler == dart2js && $fast_startup ] 61 [ $compiler == dart2js && $fast_startup ]
63 apply3_test: Fail # mirrors not supported 62 apply3_test: Fail # mirrors not supported
64 63
65 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != dartium && $runtime != drt ] 64 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != dartium && $runtime != drt ]
66 symbol_test/02: MissingCompileTimeError # bug 11669 65 symbol_test/02: MissingCompileTimeError # bug 11669
67 symbol_test/03: MissingCompileTimeError # bug 11669 66 symbol_test/03: MissingCompileTimeError # bug 11669
68 67
69 [ $runtime == ff || $runtime == jsshell ] 68 [ $runtime == ff || $runtime == jsshell ]
70 unicode_test: Fail 69 unicode_test: Fail
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 package_resource_test: Skip # Resolve URI not supported yet in product mode. 206 package_resource_test: Skip # Resolve URI not supported yet in product mode.
208 file_resource_test: Skip # Resolve URI not supported yet in product mode. 207 file_resource_test: Skip # Resolve URI not supported yet in product mode.
209 http_resource_test: Skip # Resolve URI not supported yet in product mode. 208 http_resource_test: Skip # Resolve URI not supported yet in product mode.
210 209
211 [ $arch == simdbc || $arch == simdbc64 ] 210 [ $arch == simdbc || $arch == simdbc64 ]
212 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
213 212
214 [ $hot_reload || $hot_reload_rollback ] 213 [ $hot_reload || $hot_reload_rollback ]
215 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
216 215
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698