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

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

Issue 2600503002: No luck at status-bingo (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
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
23 22
24 # With the exception of 'void', new Symbol() should not accept reserved words. 23 # With the exception of 'void', new Symbol() should not accept reserved words.
25 symbol_reserved_word_test/06: RuntimeError # bug 11669 24 symbol_reserved_word_test/06: RuntimeError # bug 11669
26 symbol_reserved_word_test/09: RuntimeError # bug 11669 25 symbol_reserved_word_test/09: RuntimeError # bug 11669
27 symbol_reserved_word_test/12: RuntimeError # bug 11669 26 symbol_reserved_word_test/12: RuntimeError # bug 11669
28 27
29 symbol_test/none: Fail # bug 11669 28 symbol_test/none: Fail # bug 11669
30 symbol_operator_test/03: Fail # bug 11669 29 symbol_operator_test/03: Fail # bug 11669
31 string_case_test/01: Fail # Bug 18061 30 string_case_test/01: Fail # Bug 18061
32 31
33 # #void should be a valid symbol. 32 # #void should be a valid symbol.
34 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ]
35 symbol_reserved_word_test/02: CompileTimeError # bug 20191 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191
36 symbol_reserved_word_test/05: CompileTimeError # bug 20191 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191
37 36
38 # With the exception of 'void', const Symbol() should not accept reserved 37 # With the exception of 'void', const Symbol() should not accept reserved
39 # words. 38 # words.
40 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
41 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
42 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
43 42
43 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $un checked ]
44 iterable_generate_test/01: RuntimeError # Issue 28025
45
44 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
45 package_resource_test: RuntimeError # Issue 26842 47 package_resource_test: RuntimeError # Issue 26842
46 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 48 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
47 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 49 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
48 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 50 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
49 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 51 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
50 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 52 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
51 main_test: Fail # Dartium needs to check for both main() and main(args). 53 main_test: Fail # Dartium needs to check for both main() and main(args).
52 54
53 [ $compiler == dart2js ] 55 [ $compiler == dart2js ]
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 package_resource_test: Skip # Resolve URI not supported yet in product mode. 209 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. 210 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. 211 http_resource_test: Skip # Resolve URI not supported yet in product mode.
210 212
211 [ $arch == simdbc || $arch == simdbc64 ] 213 [ $arch == simdbc || $arch == simdbc64 ]
212 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
213 215
214 [ $hot_reload || $hot_reload_rollback ] 216 [ $hot_reload || $hot_reload_rollback ]
215 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 217 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
216 218
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