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

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

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 string_case_test/01: Fail, OK # Bug in IE. 132 string_case_test/01: Fail, OK # Bug in IE.
133 string_case_test/02: Fail, OK # Bug in IE. 133 string_case_test/02: Fail, OK # Bug in IE.
134 134
135 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 135 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
136 string_case_test/01: Fail, OK # Bug in Firefox. 136 string_case_test/01: Fail, OK # Bug in Firefox.
137 137
138 [ $compiler == dart2js && $runtime == dartium ] 138 [ $compiler == dart2js && $runtime == dartium ]
139 string_case_test/02: Fail, OK # Bug in dartium version of V8. 139 string_case_test/02: Fail, OK # Bug in dartium version of V8.
140 string_case_test/03: Fail, OK # Bug in dartium version of V8. 140 string_case_test/03: Fail, OK # Bug in dartium version of V8.
141 141
142 [ $compiler == dartanalyzer ]
143 from_environment_const_type_test: Skip # The -D option that defines a constant
144 # for the Dart vm is not accepted by the deprecated java dartanalyzer.
145 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e xpected
146 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted
147 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected
148
149 # Issue 16391. These tests are supposed to produce a compile time
150 # error in checked mode, but they don't:
151 [ $compiler == dartanalyzer && $checked ]
152 from_environment_const_type_test/02: MissingCompileTimeError # Issue 16391
153 from_environment_const_type_test/03: MissingCompileTimeError # Issue 16391
154 from_environment_const_type_test/04: MissingCompileTimeError # Issue 16391
155 from_environment_const_type_test/06: MissingCompileTimeError # Issue 16391
156 from_environment_const_type_test/07: MissingCompileTimeError # Issue 16391
157 from_environment_const_type_test/08: MissingCompileTimeError # Issue 16391
158 from_environment_const_type_test/09: MissingCompileTimeError # Issue 16391
159 from_environment_const_type_test/11: MissingCompileTimeError # Issue 16391
160 from_environment_const_type_test/12: MissingCompileTimeError # Issue 16391
161 from_environment_const_type_test/13: MissingCompileTimeError # Issue 16391
162 from_environment_const_type_test/14: MissingCompileTimeError # Issue 16391
163 from_environment_const_type_test/16: MissingCompileTimeError # Issue 16391
164 from_environment_const_type_undefined_test/02: MissingCompileTimeError # Issue 1 6391
165 from_environment_const_type_undefined_test/03: MissingCompileTimeError # Issue 1 6391
166 from_environment_const_type_undefined_test/04: MissingCompileTimeError # Issue 1 6391
167 from_environment_const_type_undefined_test/06: MissingCompileTimeError # Issue 1 6391
168 from_environment_const_type_undefined_test/07: MissingCompileTimeError # Issue 1 6391
169 from_environment_const_type_undefined_test/08: MissingCompileTimeError # Issue 1 6391
170
171 # Analyzer's implementation of fromEnvironment assumes that undefined 142 # Analyzer's implementation of fromEnvironment assumes that undefined
172 # environment variables have an unspecified value (rather than being 143 # environment variables have an unspecified value (rather than being
173 # null) because it is expected that the user will supply a value when 144 # null) because it is expected that the user will supply a value when
174 # the code is run. This means that it produces slightly different 145 # the code is run. This means that it produces slightly different
175 # error messages than the VM and Dart2js. 146 # error messages than the VM and Dart2js.
176 [ $compiler == dart2analyzer && $checked ] 147 [ $compiler == dart2analyzer && $checked ]
177 from_environment_const_type_undefined_test/09: CompileTimeError 148 from_environment_const_type_undefined_test/09: CompileTimeError
178 from_environment_const_type_undefined_test/11: CompileTimeError 149 from_environment_const_type_undefined_test/11: CompileTimeError
179 from_environment_const_type_undefined_test/12: CompileTimeError 150 from_environment_const_type_undefined_test/12: CompileTimeError
180 from_environment_const_type_undefined_test/13: CompileTimeError 151 from_environment_const_type_undefined_test/13: CompileTimeError
181 from_environment_const_type_undefined_test/14: CompileTimeError 152 from_environment_const_type_undefined_test/14: CompileTimeError
182 from_environment_const_type_undefined_test/16: CompileTimeError 153 from_environment_const_type_undefined_test/16: CompileTimeError
183 154
184 [ $compiler == dart2analyzer ] 155 [ $compiler == dart2analyzer ]
185 int_parse_radix_test: fail 156 int_parse_radix_test: fail
186 list_insert_test: fail 157 list_insert_test: fail
187 list_removeat_test: fail 158 list_removeat_test: fail
188
189 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
190 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. 159 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests.
191 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 160 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
192 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 161 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
193 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 162 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
194 string_test: StaticWarning, OK # Test generates error on purpose. 163 string_test: StaticWarning, OK # Test generates error on purpose.
195 duration2_test: StaticWarning, OK # Test generates error on purpose. 164 duration2_test: StaticWarning, OK # Test generates error on purpose.
196 165
197 [ $system == windows && $arch == x64 ] 166 [ $system == windows && $arch == x64 ]
198 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 167 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
199 168
200 [ $runtime != d8 && $runtime != vm ] 169 [ $runtime != d8 && $runtime != vm ]
201 # The regexp tests are not verified to work on non d8/vm platforms yet. 170 # The regexp tests are not verified to work on non d8/vm platforms yet.
202 regexp/*: Skip 171 regexp/*: Skip
203 172
204 [ $runtime == vm ] 173 [ $runtime == vm ]
205 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 174 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
206 175
207 [ $runtime != vm && $compiler != dartanalyzer && $compiler != dart2analyzer] 176 [ $runtime != vm && $compiler != dart2analyzer]
208 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). 177 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
209 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 178 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
210 file_resource_test: Skip, OK # VM specific test, uses dart:io. 179 file_resource_test: Skip, OK # VM specific test, uses dart:io.
211 http_resource_test: Skip, OK # VM specific test, uses dart:io. 180 http_resource_test: Skip, OK # VM specific test, uses dart:io.
212 181
213 [ $mode == debug ] 182 [ $mode == debug ]
214 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 183 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
215 184
216 [ $runtime == vm && $arch == simarmv5te ] 185 [ $runtime == vm && $arch == simarmv5te ]
217 int_parse_radix_test/*: Pass, Slow 186 int_parse_radix_test/*: Pass, Slow
(...skipping 23 matching lines...) Expand all
241 210
242 [ $compiler == dart2js && $cps_ir && $host_checked ] 211 [ $compiler == dart2js && $cps_ir && $host_checked ]
243 regexp/pcre_test: Crash # Stack Overflow 212 regexp/pcre_test: Crash # Stack Overflow
244 213
245 [ $noopt ] 214 [ $noopt ]
246 apply3_test: CompileTimeError # Imports dart:mirrors 215 apply3_test: CompileTimeError # Imports dart:mirrors
247 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 216 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
248 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify 217 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify
249 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify 218 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
250 int_parse_radix_test: Pass, Timeout # --no_intrinsify 219 int_parse_radix_test: Pass, Timeout # --no_intrinsify
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698