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

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

Issue 2631513004: Revert "Add a few more tests." (Closed)
Patch Set: 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/language/covariant_test.dart ('k') | tests/language/language_analyzer2.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 # These test entries will be valid for vm/dartium (with and without kernel). 8 # These test entries will be valid for vm/dartium (with and without kernel).
9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
10 async_star_cancel_while_paused_test: RuntimeError 10 async_star_cancel_while_paused_test: RuntimeError
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 48 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
49 multiline_strings_test: Fail # Issue 23020 49 multiline_strings_test: Fail # Issue 23020
50 50
51 deferred_redirecting_factory_test: Fail # Issue 23408 51 deferred_redirecting_factory_test: Fail # Issue 23408
52 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 52 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
53 53
54 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs. 54 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs.
55 55
56 # Doesn't yet implement `covariant` keyword. 56 # Doesn't yet implement `covariant` keyword.
57 covariant_test/06: Fail # Issue 28166 57 covariant_test/none: Fail # Issue 28166
58 covariant_test/06b: Fail # Issue 28166
59 covariant_test/07: Fail # Issue 28166
60 covariant_test/08: Fail # Issue 28166
61 covariant_test/11: Fail # Issue 28166
62 covariant_test/15: Fail # Issue 28166
63 covariant_test/26: Fail # Issue 28166
64 covariant_test/26b: Fail # Issue 28166
65 covariant_test/27: Fail # Issue 28166
66 covariant_test/28: Fail # Issue 28166
67 covariant_test/31: Fail # Issue 28166
68 covariant_test/35: Fail # Issue 28166
69 covariant_test/40: Fail # Issue 28166
70 covariant_test/40b: Fail # Issue 28166
71 covariant_test/42: Fail # Issue 28166
72 covariant_test/46: Fail # Issue 28166
73 covariant_test/46b: Fail # Issue 28166
74 covariant_test/47: Fail # Issue 28166
75 covariant_test/51: Fail # Issue 28166
76 covariant_test/52: Fail # Issue 28166
77 covariant_test/54: Fail # Issue 28166
78 covariant_test/55: Fail # Issue 28166
79 covariant_test/56: Fail # Issue 28166
80 covariant_override_test: Fail # Issue 28166 58 covariant_override_test: Fail # Issue 28166
81 59
82 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 60 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
83 # These generic functions tests pass for the wrong reason in checked mode, 61 # These generic functions tests pass for the wrong reason in checked mode,
84 # because the parsed type parameters are mapped to dynamic type. 62 # because the parsed type parameters are mapped to dynamic type.
85 generic_methods_function_type_test: Pass # Issue 25869 63 generic_methods_function_type_test: Pass # Issue 25869
86 generic_methods_test: Pass # Issue 25869 64 generic_methods_test: Pass # Issue 25869
87 generic_methods_new_test: Pass # Issue 25869 65 generic_methods_new_test: Pass # Issue 25869
88 generic_local_functions_test: Pass # Issue 25869 66 generic_local_functions_test: Pass # Issue 25869
89 generic_functions_test: Pass # Issue 25869 67 generic_functions_test: Pass # Issue 25869
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 316 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
339 317
340 [$compiler == dart2analyzer] 318 [$compiler == dart2analyzer]
341 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 319 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
342 config_import_corelib_test: StaticWarning, OK 320 config_import_corelib_test: StaticWarning, OK
343 321
344 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 322 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025
345 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 323 null_bottom_test/01: Pass, CompileTimeError # Issue 28025
346 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 324 null_bottom_test/02: Pass, CompileTimeError # Issue 28025
347 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 325 null_bottom_test/03: Pass, CompileTimeError # Issue 28025
OLDNEW
« no previous file with comments | « tests/language/covariant_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698