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

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

Issue 1729793002: Update noopt status. (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 | « 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 # 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 115 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
116 issue23244_test: Fail # Issue 23244 116 issue23244_test: Fail # Issue 23244
117 117
118 [ ($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 ]
119 vm/regress_24517_test: Pass, Fail # Issue 24517. 119 vm/regress_24517_test: Pass, Fail # Issue 24517.
120 120
121 [ ($noopt || $compiler == precompiler) ] 121 [ ($noopt || $compiler == precompiler) ]
122 # Imports dart:mirrors 122 # Imports dart:mirrors
123 const_evaluation_test: CompileTimeError 123 const_evaluation_test: CompileTimeError
124 deferred_constraints_constants_test: CompileTimeError 124 deferred_constraints_constants_test/none: CompileTimeError
125 deferred_constraints_constants_test/reference_after_load: CompileTimeError
125 enum_mirror_test: CompileTimeError 126 enum_mirror_test: CompileTimeError
126 field_increment_bailout_test: CompileTimeError 127 field_increment_bailout_test: CompileTimeError
127 instance_creation_in_function_annotation_test: CompileTimeError 128 instance_creation_in_function_annotation_test: CompileTimeError
128 invocation_mirror2_test: CompileTimeError 129 invocation_mirror2_test: CompileTimeError
129 invocation_mirror_invoke_on2_test: CompileTimeError 130 invocation_mirror_invoke_on2_test: CompileTimeError
130 invocation_mirror_invoke_on_test: CompileTimeError 131 invocation_mirror_invoke_on_test: CompileTimeError
131 issue21079_test: CompileTimeError 132 issue21079_test: CompileTimeError
132 many_overridden_no_such_method_test: CompileTimeError 133 many_overridden_no_such_method_test: CompileTimeError
133 no_such_method_test: CompileTimeError 134 no_such_method_test: CompileTimeError
134 null_test/none: CompileTimeError 135 null_test/none: CompileTimeError
135 overridden_no_such_method_test: CompileTimeError 136 overridden_no_such_method_test: CompileTimeError
137 redirecting_factory_reflection_test: CompileTimeError
136 regress_13462_0_test: CompileTimeError 138 regress_13462_0_test: CompileTimeError
137 regress_13462_1_test: CompileTimeError 139 regress_13462_1_test: CompileTimeError
138 regress_18535_test: CompileTimeError 140 regress_18535_test: CompileTimeError
139 super_call4_test: CompileTimeError 141 super_call4_test: CompileTimeError
140 super_getter_setter_test: CompileTimeError 142 super_getter_setter_test: CompileTimeError
141 vm/reflect_core_vm_test: CompileTimeError 143 vm/reflect_core_vm_test: CompileTimeError
142 redirecting_factory_reflection_test: CompileTimeError 144
145 deferred_global_test: RuntimeError # Issue 25845
143 146
144 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ] 147 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
145 # Deferred loading happens eagerly 148 # Deferred loading happens eagerly
146 regress_23408_test: RuntimeError 149 regress_23408_test: RuntimeError
147 deferred_inheritance_constraints_test: Skip 150 deferred_inheritance_constraints_test: Skip
148 deferred_load_constants_test: Skip # multitest gets confused 151 deferred_load_constants_test: Skip # multitest gets confused
149 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 152 tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
150 153
151 vm/type_vm_test: RuntimeError # Expects line and column numbers 154 vm/type_vm_test: RuntimeError # Expects line and column numbers
152 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 155 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
153 156
154 [ $runtime == dart_precompiled ] 157 [ $runtime == dart_precompiled ]
155 deferred_global_test: RuntimeError # Tries to produce a stack trace. 158 deferred_global_test: RuntimeError # Tries to produce a stack trace.
156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all 159 ct_const2_test: Pass, Crash # Incompatible flag --compile_all
157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all 160 hello_dart_test: Pass, Crash # Incompatible flag --compile_all
158 161
159 implicit_closure_test: Pass, Crash # --use_slow_path 162 implicit_closure_test: Pass, Crash # --use_slow_path
160 163
161 deferred_constraints_constants_test: Skip # multitest gets confused
162
163 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 164 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
164 165
165 [ $runtime == dart_product ] 166 [ $runtime == dart_product ]
166 # Deferred loading happens eagerly (not sure why this works on precompiled code) . 167 # Deferred loading happens eagerly (not sure why this works on precompiled code) .
167 deferred_static_seperate_test: Skip 168 deferred_static_seperate_test: Skip
168 deferred_constraints_type_annotation_test/new_before_load: Skip 169 deferred_constraints_type_annotation_test/new_before_load: Skip
169 regress_22443_test: Skip 170 regress_22443_test: Skip
170 171
171 [ $runtime == vm && $mode == product ] 172 [ $runtime == vm && $mode == product ]
172 vm/type_vm_test: Fail,OK # Expects exact type name. 173 vm/type_vm_test: Fail,OK # Expects exact type name.
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