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

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

Issue 2542473002: Fixed failing tests (for real this time hopefully) for build #2323 (Closed)
Patch Set: Created 4 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
« 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 || $co mpiler == dart2appjit) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
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 generic_methods_type_expression_test: RuntimeError # Issue 25869 10 generic_methods_type_expression_test: RuntimeError # Issue 25869
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 # Deferred loading happens eagerly. Issue #27587 192 # Deferred loading happens eagerly. Issue #27587
193 regress_23408_test: Fail 193 regress_23408_test: Fail
194 deferred_inheritance_constraints_test/redirecting_constructor: Fail 194 deferred_inheritance_constraints_test/redirecting_constructor: Fail
195 deferred_global_test: Fail 195 deferred_global_test: Fail
196 deferred_load_constants_test/02: Fail 196 deferred_load_constants_test/02: Fail
197 deferred_load_constants_test/03: Fail 197 deferred_load_constants_test/03: Fail
198 deferred_load_constants_test/05: Fail 198 deferred_load_constants_test/05: Fail
199 tearoff_basic_test: Fail 199 tearoff_basic_test: Fail
200 regress_22443_test: Fail 200 regress_22443_test: Fail
201 deferred_not_loaded_check_test: Fail 201 deferred_not_loaded_check_test: Fail
202 vm/regress_27201_test: Fail
202 203
203 [ $mode == product || $compiler == dart2appjit || $compiler == dart2app || $comp iler == precompiler ] 204 [ $mode == product || $compiler == dart2appjit || $compiler == dart2app || $comp iler == precompiler ]
204 # Deferred loading happens eagerly. Issue #27587 205 # Deferred loading happens eagerly. Issue #27587
205 regress_23408_test: Fail 206 regress_23408_test: Fail
206 deferred_inheritance_constraints_test/redirecting_constructor: Fail 207 deferred_inheritance_constraints_test/redirecting_constructor: Fail
207 deferred_load_constants_test/02: Fail 208 deferred_load_constants_test/02: Fail
208 deferred_load_constants_test/03: Fail 209 deferred_load_constants_test/03: Fail
209 deferred_load_constants_test/05: Fail 210 deferred_load_constants_test/05: Fail
210 tearoff_basic_test: Fail 211 tearoff_basic_test: Fail
211 deferred_not_loaded_check_test: Fail 212 deferred_not_loaded_check_test: Fail
213 vm/regress_27201_test: Fail
212 214
213 [ $compiler == precompiler ] 215 [ $compiler == precompiler ]
214 # Deferred loading happens eagerly. Issue #27587 216 # Deferred loading happens eagerly. Issue #27587
215 deferred_global_test: Fail 217 deferred_global_test: Fail
218 vm/regress_27201_test: Fail
216 219
217 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ] 220 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit ]
218 ct_const2_test: Skip # Incompatible flag: --compile_all 221 ct_const2_test: Skip # Incompatible flag: --compile_all
219 hello_dart_test: Skip # Incompatible flag: --compile_all 222 hello_dart_test: Skip # Incompatible flag: --compile_all
220 223
221 [ $compiler == precompiler ] 224 [ $compiler == precompiler ]
222 implicit_closure_test: Skip # Incompatible flag: --use_slow_path 225 implicit_closure_test: Skip # Incompatible flag: --use_slow_path
223 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot 226 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot
224 227
225 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit ] 228 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit ]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 311 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
309 assert_initializer_test/none: pass 312 assert_initializer_test/none: pass
310 313
311 [$runtime == vm && $compiler == none && $checked] 314 [$runtime == vm && $compiler == none && $checked]
312 # The VM doesn't enforce that potentially const expressions are actually 315 # The VM doesn't enforce that potentially const expressions are actually
313 # const expressions when the constructor is called with `const`. 316 # const expressions when the constructor is called with `const`.
314 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 317 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
315 318
316 [$runtime == vm && $compiler == none] 319 [$runtime == vm && $compiler == none]
317 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 320 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
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