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

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

Issue 2595363002: Support for Null as bottom in dart2js (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/compiler/dart2js/subtype_test.dart ('k') | tests/corelib/iterable_generate_test.dart » ('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
11 int_from_environment3_test: Skip 11 int_from_environment3_test: Skip
12 int_from_environment_test: Skip 12 int_from_environment_test: Skip
13 string_from_environment2_test: Skip 13 string_from_environment2_test: Skip
14 string_from_environment3_test: Skip 14 string_from_environment3_test: Skip
15 string_from_environment_test: Skip 15 string_from_environment_test: Skip
16 16
17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
18 unicode_test: Fail # Bug 6706 18 unicode_test: Fail # Bug 6706
19 compare_to2_test: Fail # Bug 4018 19 compare_to2_test: Fail # Bug 4018
20 20
21 symbol_test/01: Fail, Pass # bug 11669 21 symbol_test/01: Fail, Pass # bug 11669
22 corelib/iterable_generate_test/01: RuntimeError # Issue 28025
22 23
23 # With the exception of 'void', new Symbol() should not accept reserved words. 24 # With the exception of 'void', new Symbol() should not accept reserved words.
24 symbol_reserved_word_test/06: RuntimeError # bug 11669 25 symbol_reserved_word_test/06: RuntimeError # bug 11669
25 symbol_reserved_word_test/09: RuntimeError # bug 11669 26 symbol_reserved_word_test/09: RuntimeError # bug 11669
26 symbol_reserved_word_test/12: RuntimeError # bug 11669 27 symbol_reserved_word_test/12: RuntimeError # bug 11669
27 28
28 symbol_test/none: Fail # bug 11669 29 symbol_test/none: Fail # bug 11669
29 symbol_operator_test/03: Fail # bug 11669 30 symbol_operator_test/03: Fail # bug 11669
30 string_case_test/01: Fail # Bug 18061 31 string_case_test/01: Fail # Bug 18061
31 32
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 package_resource_test: Skip # Resolve URI not supported yet in product mode. 207 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. 208 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. 209 http_resource_test: Skip # Resolve URI not supported yet in product mode.
209 210
210 [ $arch == simdbc || $arch == simdbc64 ] 211 [ $arch == simdbc || $arch == simdbc64 ]
211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 212 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
212 213
213 [ $hot_reload || $hot_reload_rollback ] 214 [ $hot_reload || $hot_reload_rollback ]
214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 215 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
215 216
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/subtype_test.dart ('k') | tests/corelib/iterable_generate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698