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

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

Issue 203373003: Add entries for ContentShellOnAndroid runtime to status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add a mips crasher to status files. Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/html/html.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 == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
11 int_from_environment_default_value_test: Skip 11 int_from_environment_default_value_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_default_value: Skip 15 string_from_environment_default_value: Skip
16 string_from_environment_test: Skip 16 string_from_environment_test: Skip
17 17
18 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 18 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
19 bool_from_environment2_test: Skip 19 bool_from_environment2_test: Skip
20 bool_from_environment_default_value_test: Skip 20 bool_from_environment_default_value_test: Skip
21 bool_from_environment_test: Skip 21 bool_from_environment_test: Skip
22 int_from_environment2_test: Skip 22 int_from_environment2_test: Skip
23 int_from_environment3_test: Skip 23 int_from_environment3_test: Skip
24 int_from_environment_default_value_test: Skip 24 int_from_environment_default_value_test: Skip
25 int_from_environment_test: Skip 25 int_from_environment_test: Skip
26 string_from_environment2_test: Skip 26 string_from_environment2_test: Skip
27 string_from_environment3_test: Skip 27 string_from_environment3_test: Skip
28 string_from_environment_default_value: Skip 28 string_from_environment_default_value: Skip
(...skipping 16 matching lines...) Expand all
45 [ $compiler == dartanalyzer ] 45 [ $compiler == dartanalyzer ]
46 string_from_environment_test: Crash # http://dartbug.com/17234 46 string_from_environment_test: Crash # http://dartbug.com/17234
47 int_from_environment2_test: Crash # http://dartbug.com/17234 47 int_from_environment2_test: Crash # http://dartbug.com/17234
48 48
49 [ $compiler == none ] 49 [ $compiler == none ]
50 unicode_test: Fail # Bug 6706 50 unicode_test: Fail # Bug 6706
51 compare_to2_test: Fail # Bug 4018 51 compare_to2_test: Fail # Bug 4018
52 52
53 symbol_test/01: Fail, Pass # bug 11669 53 symbol_test/01: Fail, Pass # bug 11669
54 54
55 [ $compiler == none && $runtime != dartium && $runtime != drt ] 55 [ $compiler == none && $runtime != dartium && $runtime != drt && runtime != Cont entShellOnAndroid]
56 symbol_test/02: MissingCompileTimeError # bug 11669 56 symbol_test/02: MissingCompileTimeError # bug 11669
57 symbol_test/03: MissingCompileTimeError # bug 11669 57 symbol_test/03: MissingCompileTimeError # bug 11669
58 58
59 [ $compiler == none || $compiler == dart2dart ] 59 [ $compiler == none || $compiler == dart2dart ]
60 symbol_test/none: Fail # bug 11669 60 symbol_test/none: Fail # bug 11669
61 symbol_operator_test/03: Fail # bug 11669 61 symbol_operator_test/03: Fail # bug 11669
62 62
63 [ $compiler == none && $runtime == drt ] 63 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
64 main_test: Fail # Dartium needs to check for both main() and main(args).
65
66 [ $compiler == none && $runtime == dartium ]
67 main_test: Fail # Dartium needs to check for both main() and main(args). 64 main_test: Fail # Dartium needs to check for both main() and main(args).
68 65
69 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 66 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
70 unicode_test: Fail 67 unicode_test: Fail
71 68
72 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ] 69 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
73 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. 70 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
74 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 . 71 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1 .
75 72
76 [ $runtime == ie9 ] 73 [ $runtime == ie9 ]
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 145 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
149 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 146 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
150 string_test: StaticWarning, OK # Test generates error on purpose. 147 string_test: StaticWarning, OK # Test generates error on purpose.
151 148
152 [ $compiler == dart2js && $runtime == safari ] 149 [ $compiler == dart2js && $runtime == safari ]
153 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 150 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
154 151
155 [ $runtime == ie9 || $runtime == ie10 ] 152 [ $runtime == ie9 || $runtime == ie10 ]
156 num_parse_test: RuntimeError # Issue 15316 153 num_parse_test: RuntimeError # Issue 15316
157 num_parse_test/01: RuntimeError # Issue 15316 154 num_parse_test/01: RuntimeError # Issue 15316
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698