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

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

Issue 1720813002: Remove ContentShellOnAndroid from status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/isolate/isolate.status ('k') | tests/lib/lib.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 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && ($ runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 55 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && ($ runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
56 56
57 class_keyword_test/02: MissingCompileTimeError # Issue 13627 57 class_keyword_test/02: MissingCompileTimeError # Issue 13627
58 unicode_bom_test: Fail # Issue 16067 58 unicode_bom_test: Fail # Issue 16067
59 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 59 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
60 try_catch_optimized1_test: Skip # Srdjan investigating 60 try_catch_optimized1_test: Skip # Srdjan investigating
61 61
62 [ ($compiler == none || $compiler == precompiler) && $checked ] 62 [ ($compiler == none || $compiler == precompiler) && $checked ]
63 type_variable_bounds4_test/01: Fail # Issue 14006 63 type_variable_bounds4_test/01: Fail # Issue 14006
64 64
65 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && (( $runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) || $ runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 65 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && (( $runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) || $ runtime == drt || $runtime == dartium) ]
66 dynamic_prefix_core_test/none: Fail # Issue 12478 66 dynamic_prefix_core_test/none: Fail # Issue 12478
67 export_ambiguous_main_negative_test: Fail # Issue 14763 67 export_ambiguous_main_negative_test: Fail # Issue 14763
68 68
69 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 69 [ $compiler == none && $runtime == dartium && $unchecked ]
70 assertion_test: Fail # Issue 14651. 70 assertion_test: Fail # Issue 14651.
71 generic_test: Fail # Issue 14651. 71 generic_test: Fail # Issue 14651.
72 list_literal4_test: Fail # Issue 14651. 72 list_literal4_test: Fail # Issue 14651.
73 map_literal4_test: Fail # Issue 14651. 73 map_literal4_test: Fail # Issue 14651.
74 named_parameters_type_test/01: Fail # Issue 14651. 74 named_parameters_type_test/01: Fail # Issue 14651.
75 named_parameters_type_test/02: Fail # Issue 14651. 75 named_parameters_type_test/02: Fail # Issue 14651.
76 named_parameters_type_test/03: Fail # Issue 14651. 76 named_parameters_type_test/03: Fail # Issue 14651.
77 positional_parameters_type_test/01: Fail # Issue 14651. 77 positional_parameters_type_test/01: Fail # Issue 14651.
78 positional_parameters_type_test/02: Fail # Issue 14651. 78 positional_parameters_type_test/02: Fail # Issue 14651.
79 type_checks_in_factory_method_test: Fail # Issue 14651. 79 type_checks_in_factory_method_test: Fail # Issue 14651.
80 vm/type_vm_test: Fail # Issue 14651. 80 vm/type_vm_test: Fail # Issue 14651.
81 81
82 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 82 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
83 issue13474_test: Pass, Fail # Issue 14651. 83 issue13474_test: Pass, Fail # Issue 14651.
84 config_import_test: Fail # Issue 14651. 84 config_import_test: Fail # Issue 14651.
85 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn . 85 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn .
86 main_test/01: Fail # Issue 20028 86 main_test/01: Fail # Issue 20028
87 main_test/02: Fail # Issue 20028 87 main_test/02: Fail # Issue 20028
88 main_test/04: Fail # Issue 20028 88 main_test/04: Fail # Issue 20028
89 main_test/05: Fail # Issue 20028 89 main_test/05: Fail # Issue 20028
90 main_test/21: Fail # Issue 20028 90 main_test/21: Fail # Issue 20028
91 main_test/42: Fail # Issue 20028 91 main_test/42: Fail # Issue 20028
92 mirror_in_static_init_test: Fail # Issue 22071 92 mirror_in_static_init_test: Fail # Issue 22071
93 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. 93 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651.
94 94
95 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] 95 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ]
96 issue_22780_test/01 : Pass, Timeout # Issue 24473 96 issue_22780_test/01 : Pass, Timeout # Issue 24473
97 97
98 [ $compiler == none && $runtime == drt ] 98 [ $compiler == none && $runtime == drt ]
99 disassemble_test: Pass, Fail # Issue 18122 99 disassemble_test: Pass, Fail # Issue 18122
100 100
101 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $checked ] 101 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $checked ]
102 generic_instanceof3_test: Pass, Crash # Issue 17440. 102 generic_instanceof3_test: Pass, Crash # Issue 17440.
103 103
104 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $mode == debug ] 104 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $mode == debug ]
105 stack_overflow_test: Skip # Crashes. Issue 17440. 105 stack_overflow_test: Skip # Crashes. Issue 17440.
106 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. 106 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440.
107 large_class_declaration_test: SkipSlow # Times out. Issue 20352 107 large_class_declaration_test: SkipSlow # Times out. Issue 20352
108 108
109 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 109 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ]
110 large_class_declaration_test: SkipSlow # Times out. Issue 20352 110 large_class_declaration_test: SkipSlow # Times out. Issue 20352
111 111
112 [ $compiler == none && $runtime == ContentShellOnAndroid ]
113 gc_test: SkipSlow # Times out flakily. Issue 20956
114
115 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 112 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
116 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 113 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
117 114
118 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 115 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
119 issue23244_test: Fail # Issue 23244 116 issue23244_test: Fail # Issue 23244
120 117
121 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && (( $runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) || $ runtime == drt || $runtime == dartium) && $arch == ia32 ] 118 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && (( $runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) || $ runtime == drt || $runtime == dartium) && $arch == ia32 ]
122 vm/regress_24517_test: Pass, Fail # Issue 24517. 119 vm/regress_24517_test: Pass, Fail # Issue 24517.
123 120
124 [ ($noopt || $compiler == precompiler) ] 121 [ ($noopt || $compiler == precompiler) ]
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 163 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
167 164
168 [ $runtime == dart_product ] 165 [ $runtime == dart_product ]
169 # Deferred loading happens eagerly (not sure why this works on precompiled code) . 166 # Deferred loading happens eagerly (not sure why this works on precompiled code) .
170 deferred_static_seperate_test: Skip 167 deferred_static_seperate_test: Skip
171 deferred_constraints_type_annotation_test/new_before_load: Skip 168 deferred_constraints_type_annotation_test/new_before_load: Skip
172 regress_22443_test: Skip 169 regress_22443_test: Skip
173 170
174 [ $runtime == vm && $mode == product ] 171 [ $runtime == vm && $mode == product ]
175 vm/type_vm_test: Fail,OK # Expects exact type name. 172 vm/type_vm_test: Fail,OK # Expects exact type name.
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698