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

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

Issue 2784293003: Adjust status files to account for running the Dart test cases through flutter engine on linux. (Closed)
Patch Set: Adjusted status files after synching up to latest flutter engine revision. Created 3 years, 8 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
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/isolate.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 == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
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 10 matching lines...) Expand all
21 21
22 # With the exception of 'void', new Symbol() should not accept reserved words. 22 # With the exception of 'void', new Symbol() should not accept reserved words.
23 symbol_reserved_word_test/06: RuntimeError # bug 11669 23 symbol_reserved_word_test/06: RuntimeError # bug 11669
24 symbol_reserved_word_test/09: RuntimeError # bug 11669 24 symbol_reserved_word_test/09: RuntimeError # bug 11669
25 symbol_reserved_word_test/12: RuntimeError # bug 11669 25 symbol_reserved_word_test/12: RuntimeError # bug 11669
26 26
27 symbol_test/none: Fail # bug 11669 27 symbol_test/none: Fail # bug 11669
28 symbol_operator_test/03: Fail # bug 11669 28 symbol_operator_test/03: Fail # bug 11669
29 string_case_test/01: Fail # Bug 18061 29 string_case_test/01: Fail # Bug 18061
30 30
31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm )] 31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm || $runtime == flutter)]
32 string_trimlr_test/02: RuntimeError # Issue 29060 32 string_trimlr_test/02: RuntimeError # Issue 29060
33 33
34 [ $compiler == precompiler || $compiler == app_jit ] 34 [ $compiler == precompiler || $compiler == app_jit ]
35 string_trimlr_test/02: RuntimeError # Issue 29060 35 string_trimlr_test/02: RuntimeError # Issue 29060
36 36
37 # #void should be a valid symbol. 37 # #void should be a valid symbol.
38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ] 38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp iler == dart2js ]
39 symbol_reserved_word_test/02: CompileTimeError # bug 20191 39 symbol_reserved_word_test/02: CompileTimeError # bug 20191
40 symbol_reserved_word_test/05: CompileTimeError # bug 20191 40 symbol_reserved_word_test/05: CompileTimeError # bug 20191
41 41
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 [ $system == windows && $arch == x64 ] 171 [ $system == windows && $arch == x64 ]
172 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 172 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
173 173
174 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 174 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
175 # The regexp tests are not verified to work on non d8/vm platforms yet. 175 # The regexp tests are not verified to work on non d8/vm platforms yet.
176 regexp/*: Skip 176 regexp/*: Skip
177 177
178 [ $runtime == d8 ] 178 [ $runtime == d8 ]
179 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 179 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
180 180
181 [ $runtime == vm || $runtime == dart_precompiled ] 181 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
182 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
182 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 183 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
183 184
184 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 185 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
185 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 186 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
186 file_resource_test: Skip, OK # VM specific test, uses dart:io. 187 file_resource_test: Skip, OK # VM specific test, uses dart:io.
187 http_resource_test: Skip, OK # VM specific test, uses dart:io. 188 http_resource_test: Skip, OK # VM specific test, uses dart:io.
188 189
189 [ $compiler == dart2js && $browser == false ] 190 [ $compiler == dart2js && $browser == false ]
190 package_resource_test: RuntimeError # Issue 26842 191 package_resource_test: RuntimeError # Issue 26842
191 192
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 symbol_reserved_word_test/06: RuntimeError 297 symbol_reserved_word_test/06: RuntimeError
297 symbol_reserved_word_test/07: MissingCompileTimeError 298 symbol_reserved_word_test/07: MissingCompileTimeError
298 symbol_reserved_word_test/09: RuntimeError 299 symbol_reserved_word_test/09: RuntimeError
299 symbol_reserved_word_test/10: MissingCompileTimeError 300 symbol_reserved_word_test/10: MissingCompileTimeError
300 symbol_reserved_word_test/12: RuntimeError 301 symbol_reserved_word_test/12: RuntimeError
301 symbol_test/01: MissingCompileTimeError 302 symbol_test/01: MissingCompileTimeError
302 symbol_test/02: MissingCompileTimeError 303 symbol_test/02: MissingCompileTimeError
303 symbol_test/03: MissingCompileTimeError 304 symbol_test/03: MissingCompileTimeError
304 symbol_test/none: RuntimeError 305 symbol_test/none: RuntimeError
305 unicode_test: RuntimeError 306 unicode_test: RuntimeError
307
308 [ $runtime == flutter ]
309
310 # No support for mirrors
311 apply3_test: CompileTimeError
312
313 # Possible bugs
314 format_exception_test: RuntimeError # Flutter Issue 9111
315 string_from_environment_test: Fail # Flutter Issue 9111
316 string_from_environment2_test: Fail # Flutter Issue 9111
317 bool_from_environment_test: Fail # Flutter Issue 9111
318 int_from_environment_test: Fail # Flutter Issue 9111
319 int_from_environment2_test: Fail # Flutter Issue 9111
320 from_environment_const_type_test/none: Fail # Flutter Issue 9111
321 from_environment_const_type_test/01: Fail # Flutter Issue 9111
322 from_environment_const_type_test/05: Fail # Flutter Issue 9111
323 from_environment_const_type_test/10: Fail # Flutter Issue 9111
324 from_environment_const_type_test/15: Fail # Flutter Issue 9111
325 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911 1
326 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911 1
327 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1
328 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
329 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
330 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
331 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
332 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
333 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
334 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
335 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
336 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
337 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
338 main_test: RuntimeError # Flutter Issue 9111
339
340
341
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698