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

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

Issue 3008863002: Migrate over the status for closure_cycles_test. (Closed)
Patch Set: Created 3 years, 3 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 | « no previous file | tests/language_2/language_2_vm.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ $strong ] 8 [ $strong ]
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts. 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts.
10 10
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 type_variable_bounds4_test/01: Fail # Issue 14006 72 type_variable_bounds4_test/01: Fail # Issue 14006
73 73
74 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] 74 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
75 export_ambiguous_main_negative_test: Fail # Issue 14763 75 export_ambiguous_main_negative_test: Fail # Issue 14763
76 76
77 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ] 77 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == flutter) ]
78 dynamic_prefix_core_test/none: Fail # Issue 12478 78 dynamic_prefix_core_test/none: Fail # Issue 12478
79 79
80 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ] 80 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
81 large_class_declaration_test: SkipSlow # Uses too much memory. 81 large_class_declaration_test: SkipSlow # Uses too much memory.
82 closure_cycles_test: Pass, Slow
83 82
84 [ $runtime == vm || $runtime == dart_precompiled ] 83 [ $runtime == vm || $runtime == dart_precompiled ]
85 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 84 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
86 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 85 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
87 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 86 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
88 87
89 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ] 88 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled)) && $arch == ia32 ]
90 vm/regress_24517_test: Pass, Fail # Issue 24517. 89 vm/regress_24517_test: Pass, Fail # Issue 24517.
91 90
92 [ $compiler == precompiler && $runtime == dart_precompiled ] 91 [ $compiler == precompiler && $runtime == dart_precompiled ]
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 full_stacktrace1_test: Skip 497 full_stacktrace1_test: Skip
499 full_stacktrace2_test: Skip 498 full_stacktrace2_test: Skip
500 full_stacktrace3_test: Skip 499 full_stacktrace3_test: Skip
501 stacktrace_rethrow_error_test: Skip 500 stacktrace_rethrow_error_test: Skip
502 stacktrace_rethrow_nonerror_test: Skip 501 stacktrace_rethrow_nonerror_test: Skip
503 vm/no_such_args_error_message_vm_test: Skip 502 vm/no_such_args_error_message_vm_test: Skip
504 vm/no_such_method_error_message_callable_vm_test: Skip 503 vm/no_such_method_error_message_callable_vm_test: Skip
505 vm/no_such_method_error_message_vm_test: Skip 504 vm/no_such_method_error_message_vm_test: Skip
506 vm/regress_28325_test:Skip 505 vm/regress_28325_test:Skip
507 506
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2_vm.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698