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

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

Issue 2607173002: - report tear offs using the x#y syntax as a compilation error (Closed)
Patch Set: run formatter. Created 3 years, 11 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') | 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 tearoff_basic_test: CompileTimeError
9 tearoff_constructor_basic_test: CompileTimeError
10
8 [ $compiler == none || $compiler == app_jit ] 11 [ $compiler == none || $compiler == app_jit ]
9 null_is_bottom_test/22: RuntimeError # Issue 28025 12 null_is_bottom_test/22: RuntimeError # Issue 28025
10 null_is_bottom_test/34: RuntimeError # Issue 28025 13 null_is_bottom_test/34: RuntimeError # Issue 28025
11 14
12
13 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
14 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
15 generic_methods_type_expression_test: RuntimeError # Issue 25869 16 generic_methods_type_expression_test: RuntimeError # Issue 25869
16 null_is_bottom_test/05: RuntimeError # Issue 28025 17 null_is_bottom_test/05: RuntimeError # Issue 28025
17 null_is_bottom_test/07: RuntimeError # Issue 28025 18 null_is_bottom_test/07: RuntimeError # Issue 28025
18 null_is_bottom_test/20: RuntimeError # Issue 28025 19 null_is_bottom_test/20: RuntimeError # Issue 28025
19 null_is_bottom_test/25: RuntimeError # Issue 28025 20 null_is_bottom_test/25: RuntimeError # Issue 28025
20 null_is_bottom_test/27: RuntimeError # Issue 28025 21 null_is_bottom_test/27: RuntimeError # Issue 28025
21 null_is_bottom_test/32: RuntimeError # Issue 28025 22 null_is_bottom_test/32: RuntimeError # Issue 28025
22 null_is_bottom_test/37: RuntimeError # Issue 28025 23 null_is_bottom_test/37: RuntimeError # Issue 28025
23 null_is_bottom_test/39: RuntimeError # Issue 28025 24 null_is_bottom_test/39: RuntimeError # Issue 28025
24 25
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 vm/reflect_core_vm_test: SkipByDesign 208 vm/reflect_core_vm_test: SkipByDesign
208 209
209 [ $noopt ] 210 [ $noopt ]
210 # Deferred loading happens eagerly. Issue #27587 211 # Deferred loading happens eagerly. Issue #27587
211 regress_23408_test: Fail 212 regress_23408_test: Fail
212 deferred_inheritance_constraints_test/redirecting_constructor: Fail 213 deferred_inheritance_constraints_test/redirecting_constructor: Fail
213 deferred_global_test: Fail 214 deferred_global_test: Fail
214 deferred_load_constants_test/02: Fail 215 deferred_load_constants_test/02: Fail
215 deferred_load_constants_test/03: Fail 216 deferred_load_constants_test/03: Fail
216 deferred_load_constants_test/05: Fail 217 deferred_load_constants_test/05: Fail
217 tearoff_basic_test: Fail
218 regress_22443_test: Fail 218 regress_22443_test: Fail
219 deferred_not_loaded_check_test: Fail 219 deferred_not_loaded_check_test: Fail
220 vm/regress_27201_test: Fail 220 vm/regress_27201_test: Fail
221 221
222 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] 222 [ $mode == product || $compiler == app_jit || $compiler == precompiler ]
223 # Deferred loading happens eagerly. Issue #27587 223 # Deferred loading happens eagerly. Issue #27587
224 regress_23408_test: Fail 224 regress_23408_test: Fail
225 deferred_inheritance_constraints_test/redirecting_constructor: Fail 225 deferred_inheritance_constraints_test/redirecting_constructor: Fail
226 deferred_load_constants_test/02: Fail 226 deferred_load_constants_test/02: Fail
227 deferred_load_constants_test/03: Fail 227 deferred_load_constants_test/03: Fail
228 deferred_load_constants_test/05: Fail 228 deferred_load_constants_test/05: Fail
229 tearoff_basic_test: Fail
230 deferred_not_loaded_check_test: Fail 229 deferred_not_loaded_check_test: Fail
231 vm/regress_27201_test: Fail 230 vm/regress_27201_test: Fail
232 231
233 [ $compiler == precompiler ] 232 [ $compiler == precompiler ]
234 # Deferred loading happens eagerly. Issue #27587 233 # Deferred loading happens eagerly. Issue #27587
235 deferred_global_test: Fail 234 deferred_global_test: Fail
236 vm/regress_27201_test: Fail 235 vm/regress_27201_test: Fail
237 236
238 [ $compiler == precompiler || $compiler == app_jit ] 237 [ $compiler == precompiler || $compiler == app_jit ]
239 ct_const2_test: Skip # Incompatible flag: --compile_all 238 ct_const2_test: Skip # Incompatible flag: --compile_all
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 deferred_redirecting_factory_test: Crash # Requires deferred libraries 306 deferred_redirecting_factory_test: Crash # Requires deferred libraries
308 deferred_regression_22995_test: Crash # Requires deferred libraries 307 deferred_regression_22995_test: Crash # Requires deferred libraries
309 deferred_shadow_load_library_test: Crash # Requires deferred libraries 308 deferred_shadow_load_library_test: Crash # Requires deferred libraries
310 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 309 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
311 deferred_static_seperate_test: Crash # Requires deferred libraries 310 deferred_static_seperate_test: Crash # Requires deferred libraries
312 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 311 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
313 deferred_type_dependency_test: Crash # Requires deferred libraries 312 deferred_type_dependency_test: Crash # Requires deferred libraries
314 issue_1751477_test: Crash # Requires deferred libraries 313 issue_1751477_test: Crash # Requires deferred libraries
315 regress_23408_test: Crash # Requires deferred libraries 314 regress_23408_test: Crash # Requires deferred libraries
316 regress_22443_test: Crash # Requires deferred libraries 315 regress_22443_test: Crash # Requires deferred libraries
317 tearoff_basic_test: Crash # Requires deferred libraries
318 conditional_import_test: Crash # Requires deferred libraries 316 conditional_import_test: Crash # Requires deferred libraries
319 conditional_import_string_test: Crash # Requires deferred libraries 317 conditional_import_string_test: Crash # Requires deferred libraries
320 override_field_method1_negative_test: Pass, Crash # Issue 27835 318 override_field_method1_negative_test: Pass, Crash # Issue 27835
321 override_field_method2_negative_test: Pass, Crash # Issue 27835 319 override_field_method2_negative_test: Pass, Crash # Issue 27835
322 override_field_method4_negative_test: Pass, Crash # Issue 27835 320 override_field_method4_negative_test: Pass, Crash # Issue 27835
323 override_field_method5_negative_test: Pass, Crash # Issue 27835 321 override_field_method5_negative_test: Pass, Crash # Issue 27835
324 vm/regress_27201_test: Pass, Crash # Requires deferred libraries 322 vm/regress_27201_test: Pass, Crash # Requires deferred libraries
325 323
326 [$runtime != vm || $compiler != none] 324 [$runtime != vm || $compiler != none]
327 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. 325 assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
328 326
329 [$runtime == vm && $compiler == none && $unchecked] 327 [$runtime == vm && $compiler == none && $unchecked]
330 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 328 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
331 assert_initializer_test/none: pass 329 assert_initializer_test/none: pass
332 330
333 [$runtime == vm && $compiler == none && $checked] 331 [$runtime == vm && $compiler == none && $checked]
334 # The VM doesn't enforce that potentially const expressions are actually 332 # The VM doesn't enforce that potentially const expressions are actually
335 # const expressions when the constructor is called with `const`. 333 # const expressions when the constructor is called with `const`.
336 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 334 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
337 335
338 [$runtime == vm && $compiler == none] 336 [$runtime == vm && $compiler == none]
339 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 337 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
340 338
341 [$compiler == dart2analyzer] 339 [$compiler == dart2analyzer]
342 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 340 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
343 config_import_corelib_test: StaticWarning, OK 341 config_import_corelib_test: StaticWarning, OK
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698