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

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

Issue 415333006: Status file update for r38555: Testing framework cannot determine CompileTimeErrors on drt/dartium (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | dart/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
(...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) ]
46 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
47
45 # new Symbol('void') should be allowed. 48 # new Symbol('void') should be allowed.
46 [ $compiler == dart2js ] 49 [ $compiler == dart2js ]
47 symbol_reserved_word_test/03: RuntimeError # bug 19972 50 symbol_reserved_word_test/03: RuntimeError # bug 19972
48 51
49 # With the exception of 'void', const Symbol() should not accept reserved 52 # With the exception of 'void', const Symbol() should not accept reserved
50 # words. 53 # words.
51 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart] 54 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart]
52 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 55 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
53 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 56 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
54 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 57 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
55 58
59 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
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
62 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec t CompileTimeErrors
63
56 # 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.
57 [ $compiler == none || $compiler == dart2dart ] 65 [ $compiler == none || $compiler == dart2dart ]
58 symbol_reserved_word_test/06: RuntimeError # bug 11669 66 symbol_reserved_word_test/06: RuntimeError # bug 11669
59 symbol_reserved_word_test/09: RuntimeError # bug 11669 67 symbol_reserved_word_test/09: RuntimeError # bug 11669
60 symbol_reserved_word_test/12: RuntimeError # bug 11669 68 symbol_reserved_word_test/12: RuntimeError # bug 11669
61 69
62 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ] 70 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con tentShellOnAndroid ]
63 symbol_test/02: MissingCompileTimeError # bug 11669 71 symbol_test/02: MissingCompileTimeError # bug 11669
64 symbol_test/03: MissingCompileTimeError # bug 11669 72 symbol_test/03: MissingCompileTimeError # bug 11669
65 73
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 171 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
164 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.
165 173
166 [ $runtime == ie9 || $runtime == ie10 ] 174 [ $runtime == ie9 || $runtime == ie10 ]
167 num_parse_test: RuntimeError # Issue 15316 175 num_parse_test: RuntimeError # Issue 15316
168 num_parse_test/01: RuntimeError # Issue 15316 176 num_parse_test/01: RuntimeError # Issue 15316
169 177
170 [ $system == windows && $arch == x64 ] 178 [ $system == windows && $arch == x64 ]
171 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 179 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
172 180
OLDNEW
« no previous file with comments | « no previous file | dart/tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698