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

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

Issue 55053003: The bots are using a cached version of the tests that is invalid now that the shared flags are pass… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 # Skip these tests until XXX.fromEnvironment in dart2js lands.
6 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
7 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
8 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
9 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
10 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
11 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
12 int_from_environment_default_value_test: Skip 11 int_from_environment_default_value_test: Skip
13 int_from_environment_test: Skip 12 int_from_environment_test: Skip
14 string_from_environment2_test: Skip 13 string_from_environment2_test: Skip
15 string_from_environment3_test: Skip 14 string_from_environment3_test: Skip
(...skipping 20 matching lines...) Expand all
36 bool_from_environment2_test/04: Fail 35 bool_from_environment2_test/04: Fail
37 int_from_environment3_test/01: Fail 36 int_from_environment3_test/01: Fail
38 int_from_environment3_test/02: Fail 37 int_from_environment3_test/02: Fail
39 int_from_environment3_test/03: Fail 38 int_from_environment3_test/03: Fail
40 int_from_environment3_test/04: Fail 39 int_from_environment3_test/04: Fail
41 string_from_environment3_test/01: Fail 40 string_from_environment3_test/01: Fail
42 string_from_environment3_test/02: Fail 41 string_from_environment3_test/02: Fail
43 string_from_environment3_test/03: Fail 42 string_from_environment3_test/03: Fail
44 string_from_environment3_test/04: Fail 43 string_from_environment3_test/04: Fail
45 44
45 # Skip these tests until we wipe the compilation cache of bots.
46 [ $browser ]
47 bool_from_environment2_test: Skip
48 bool_from_environment_default_value_test: Skip
49 bool_from_environment_test: Skip
50 int_from_environment2_test: Skip
51 int_from_environment3_test: Skip
52 int_from_environment_default_value_test: Skip
53 int_from_environment_test: Skip
54 string_from_environment2_test: Skip
55 string_from_environment3_test: Skip
56 string_from_environment_default_value: Skip
57 string_from_environment_test: Skip
58
59
46 [ $compiler == none ] 60 [ $compiler == none ]
47 unicode_test: Fail # Bug 6706 61 unicode_test: Fail # Bug 6706
48 compare_to2_test: Fail # Bug 4018 62 compare_to2_test: Fail # Bug 4018
49 63
50 symbol_test/01: Fail, Pass # bug 11669 64 symbol_test/01: Fail, Pass # bug 11669
51 symbol_test/02: Fail, Pass # bug 11669 65 symbol_test/02: Fail, Pass # bug 11669
52 symbol_test/03: Fail, Pass # bug 11669 66 symbol_test/03: Fail, Pass # bug 11669
53 67
54 [ $compiler == none || $compiler == dart2dart ] 68 [ $compiler == none || $compiler == dart2dart ]
55 symbol_test/none: Fail # bug 11669 69 symbol_test/none: Fail # bug 11669
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 172 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
159 collection_to_string_test: StaticWarning 173 collection_to_string_test: StaticWarning
160 error_stack_trace_test: StaticWarning 174 error_stack_trace_test: StaticWarning
161 iterable_element_at_test: StaticWarning 175 iterable_element_at_test: StaticWarning
162 iterable_test: StaticWarning 176 iterable_test: StaticWarning
163 list_map_test: StaticWarning 177 list_map_test: StaticWarning
164 num_clamp_test: StaticWarning 178 num_clamp_test: StaticWarning
165 queue_test: StaticWarning 179 queue_test: StaticWarning
166 string_codeunits_test: StaticWarning 180 string_codeunits_test: StaticWarning
167 string_test: StaticWarning 181 string_test: StaticWarning
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