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

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

Issue 178193017: Update analyzer status after test.py refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « 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 bool_from_environment2_test/04: Fail 35 bool_from_environment2_test/04: Fail
36 int_from_environment3_test/01: Fail 36 int_from_environment3_test/01: Fail
37 int_from_environment3_test/02: Fail 37 int_from_environment3_test/02: Fail
38 int_from_environment3_test/03: Fail 38 int_from_environment3_test/03: Fail
39 int_from_environment3_test/04: Fail 39 int_from_environment3_test/04: Fail
40 string_from_environment3_test/01: Fail 40 string_from_environment3_test/01: Fail
41 string_from_environment3_test/02: Fail 41 string_from_environment3_test/02: Fail
42 string_from_environment3_test/03: Fail 42 string_from_environment3_test/03: Fail
43 string_from_environment3_test/04: Fail 43 string_from_environment3_test/04: Fail
44 44
45 [ $compiler == dartanalyzer ]
46 string_from_environment_test: Crash # http://dartbug.com/17234
47 int_from_environment2_test: Crash # http://dartbug.com/17234
48
45 [ $compiler == none ] 49 [ $compiler == none ]
46 unicode_test: Fail # Bug 6706 50 unicode_test: Fail # Bug 6706
47 compare_to2_test: Fail # Bug 4018 51 compare_to2_test: Fail # Bug 4018
48 52
49 symbol_test/01: Fail, Pass # bug 11669 53 symbol_test/01: Fail, Pass # bug 11669
50 54
51 [ $compiler == none && $runtime != dartium && $runtime != drt ] 55 [ $compiler == none && $runtime != dartium && $runtime != drt ]
52 symbol_test/02: MissingCompileTimeError # bug 11669 56 symbol_test/02: MissingCompileTimeError # bug 11669
53 symbol_test/03: MissingCompileTimeError # bug 11669 57 symbol_test/03: MissingCompileTimeError # bug 11669
54 58
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
141 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
142 string_test: StaticWarning, OK # Test generates error on purpose. 146 string_test: StaticWarning, OK # Test generates error on purpose.
143 147
144 [ $compiler == dart2js && $runtime == safari ] 148 [ $compiler == dart2js && $runtime == safari ]
145 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 149 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
146 150
147 [ $runtime == ie9 || $runtime == ie10 ] 151 [ $runtime == ie9 || $runtime == ie10 ]
148 num_parse_test: RuntimeError # Issue 15316 152 num_parse_test: RuntimeError # Issue 15316
149 num_parse_test/01: RuntimeError # Issue 15316 153 num_parse_test/01: RuntimeError # Issue 15316
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