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

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

Issue 423823002: Update test status for Android content_shell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « 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 == 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
(...skipping 24 matching lines...) Expand all
35 symbol_test/01: Fail, Pass # bug 11669 35 symbol_test/01: Fail, Pass # bug 11669
36 36
37 # const Symbol('void') should be allowed. 37 # const Symbol('void') should be allowed.
38 [ $compiler == dart2analyzer ] 38 [ $compiler == dart2analyzer ]
39 symbol_reserved_word_test/01: CompileTimeError 39 symbol_reserved_word_test/01: CompileTimeError
40 40
41 # #void should be a valid symbol. 41 # #void should be a valid symbol.
42 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compil er == dartanalyzer || $compiler == dart2analyzer ] 42 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compil er == dartanalyzer || $compiler == dart2analyzer ]
43 symbol_reserved_word_test/02: CompileTimeError # bug 20191 43 symbol_reserved_word_test/02: CompileTimeError # bug 20191
44 44
45 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 45 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
46 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 46 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
47 47
48 # new Symbol('void') should be allowed. 48 # new Symbol('void') should be allowed.
49 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
50 symbol_reserved_word_test/03: RuntimeError # bug 19972 50 symbol_reserved_word_test/03: RuntimeError # bug 19972
51 51
52 # With the exception of 'void', const Symbol() should not accept reserved 52 # With the exception of 'void', const Symbol() should not accept reserved
53 # words. 53 # words.
54 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart] 54 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart]
55 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 55 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
56 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 56 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
57 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 57 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
58 58
59 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 59 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
60 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 60 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
61 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 61 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
62 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors 62 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
63 63
64 # With the exception of 'void', new Symbol() should not accept reserved words. 64 # With the exception of 'void', new Symbol() should not accept reserved words.
65 [ $compiler == none || $compiler == dart2dart ] 65 [ $compiler == none || $compiler == dart2dart ]
66 symbol_reserved_word_test/06: RuntimeError # bug 11669 66 symbol_reserved_word_test/06: RuntimeError # bug 11669
67 symbol_reserved_word_test/09: RuntimeError # bug 11669 67 symbol_reserved_word_test/09: RuntimeError # bug 11669
68 symbol_reserved_word_test/12: RuntimeError # bug 11669 68 symbol_reserved_word_test/12: RuntimeError # bug 11669
69 69
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 171 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
172 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 172 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
173 173
174 [ $runtime == ie9 || $runtime == ie10 ] 174 [ $runtime == ie9 || $runtime == ie10 ]
175 num_parse_test: RuntimeError # Issue 15316 175 num_parse_test: RuntimeError # Issue 15316
176 num_parse_test/01: RuntimeError # Issue 15316 176 num_parse_test/01: RuntimeError # Issue 15316
177 177
178 [ $system == windows && $arch == x64 ] 178 [ $system == windows && $arch == x64 ]
179 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 179 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
180 180
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