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

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

Issue 435483002: New analyzer snapshot. (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 | « pkg/pkg.status ('k') | tests/language/language.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 16 matching lines...) Expand all
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
29 string_from_environment_test: Skip 29 string_from_environment_test: Skip
30 30
31 [ $compiler == none ] 31 [ $compiler == none ]
32 unicode_test: Fail # Bug 6706 32 unicode_test: Fail # Bug 6706
33 compare_to2_test: Fail # Bug 4018 33 compare_to2_test: Fail # Bug 4018
34 34
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.
38 [ $compiler == dart2analyzer ]
39 symbol_reserved_word_test/01: CompileTimeError
40
41 # #void should be a valid symbol. 37 # #void should be a valid symbol.
42 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compil er == dart2analyzer ] 38 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
43 symbol_reserved_word_test/02: CompileTimeError # bug 20191 39 symbol_reserved_word_test/02: CompileTimeError # bug 20191
44 symbol_reserved_word_test/05: CompileTimeError # bug 20191 40 symbol_reserved_word_test/05: CompileTimeError # bug 20191
45 41
46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
47 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 43 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
48 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors 44 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete ct CompileTimeErrors
49 45
50 # new Symbol('void') should be allowed. 46 # new Symbol('void') should be allowed.
51 [ $compiler == dart2js ] 47 [ $compiler == dart2js ]
52 symbol_reserved_word_test/03: RuntimeError # bug 19972 48 symbol_reserved_word_test/03: RuntimeError # bug 19972
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 169 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 170 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
175 171
176 [ $runtime == ie9 || $runtime == ie10 ] 172 [ $runtime == ie9 || $runtime == ie10 ]
177 num_parse_test: RuntimeError # Issue 15316 173 num_parse_test: RuntimeError # Issue 15316
178 num_parse_test/01: RuntimeError # Issue 15316 174 num_parse_test/01: RuntimeError # Issue 15316
179 175
180 [ $system == windows && $arch == x64 ] 176 [ $system == windows && $arch == x64 ]
181 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 177 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
182 178
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698