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

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

Issue 2986693002: Remove references to 'dartium' and 'drt' in status files. (Closed)
Patch Set: Created 3 years, 5 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/corelib_2/corelib_2.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 [ $strong ] 8 [ $strong ]
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts. 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts.
10 10
(...skipping 25 matching lines...) Expand all
36 assertion_initializer_const_error2_test/cc09: Pass 36 assertion_initializer_const_error2_test/cc09: Pass
37 assertion_initializer_const_error2_test/cc10: Pass 37 assertion_initializer_const_error2_test/cc10: Pass
38 assertion_initializer_const_error2_test/cc11: Pass 38 assertion_initializer_const_error2_test/cc11: Pass
39 assertion_initializer_const_error2_test/none: CompileTimeError 39 assertion_initializer_const_error2_test/none: CompileTimeError
40 40
41 [$compiler == none && $runtime == vm && !$checked] 41 [$compiler == none && $runtime == vm && !$checked]
42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 42 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
43 assertion_initializer_const_error_test/01: MissingCompileTimeError 43 assertion_initializer_const_error_test/01: MissingCompileTimeError
44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 44 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
45 45
46 [$compiler == none && $runtime == drt && !$checked]
47 assertion_initializer_const_error2_test/cc02: Fail
48 assertion_initializer_const_error_test/01: Fail
49 assertion_initializer_const_function_error_test/01: Fail
50
51 [$compiler == app_jit && $runtime == vm && !$checked] 46 [$compiler == app_jit && $runtime == vm && !$checked]
52 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 47 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
53 assertion_initializer_const_error_test/01: MissingCompileTimeError 48 assertion_initializer_const_error_test/01: MissingCompileTimeError
54 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 49 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
55 50
56 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 51 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
57 abstract_beats_arguments2_test/01: Crash # Issue 29171 52 abstract_beats_arguments2_test/01: Crash # Issue 29171
58 53
59 [ $runtime == vm || $runtime == dart_precompiled ] 54 [ $runtime == vm || $runtime == dart_precompiled ]
60 55
61 # These test entries will be valid for vm/dartium (with and without kernel). 56 # These test entries will be valid for vm (with and without kernel).
62 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 57 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
63 async_star_cancel_while_paused_test: RuntimeError 58 async_star_cancel_while_paused_test: RuntimeError
64 # This is OK for now, but we may want to change the semantics to match the test. 59 # This is OK for now, but we may want to change the semantics to match the test.
65 async_star_pause_test: Fail, OK 60 async_star_pause_test: Fail, OK
66 61
67 # These tests are skipped in the VM because it has "--supermixin" 62 # These tests are skipped in the VM because it has "--supermixin"
68 # functionality enabled unconditionally. The tests should be removed 63 # functionality enabled unconditionally. The tests should be removed
69 # once the same is true for analyzer (#24478) and dart2js (#23773) 64 # once the same is true for analyzer (#24478) and dart2js (#23773)
70 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 65 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
71 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 66 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
(...skipping 30 matching lines...) Expand all
102 no_main_test/01: Skip 97 no_main_test/01: Skip
103 main_not_a_function_test/01: Skip 98 main_not_a_function_test/01: Skip
104 99
105 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 100 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
106 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 101 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
107 multiline_strings_test: Fail # Issue 23020 102 multiline_strings_test: Fail # Issue 23020
108 103
109 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 104 deferred_redirecting_factory_test: Fail, Crash # Issue 23408
110 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 105 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
111 106
112 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs. 107 async_star_regression_2238_test: CompileTimeError, RuntimeError
113 108
114 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 109 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
115 # These generic functions tests pass for the wrong reason in checked mode, 110 # These generic functions tests pass for the wrong reason in checked mode,
116 # because the parsed type parameters are mapped to dynamic type. 111 # because the parsed type parameters are mapped to dynamic type.
117 generic_methods_function_type_test: Pass # Issue 25869 112 generic_methods_function_type_test: Pass # Issue 25869
118 generic_methods_test: Pass # Issue 25869 113 generic_methods_test: Pass # Issue 25869
119 generic_methods_new_test: Pass # Issue 25869 114 generic_methods_new_test: Pass # Issue 25869
120 generic_local_functions_test: Pass # Issue 25869 115 generic_local_functions_test: Pass # Issue 25869
121 generic_functions_test: Pass # Issue 25869 116 generic_functions_test: Pass # Issue 25869
122 generic_methods_generic_function_parameter_test: Pass # Issue 25869 117 generic_methods_generic_function_parameter_test: Pass # Issue 25869
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 vm/regress_27201_test: Fail # Flutter Issue 9110 569 vm/regress_27201_test: Fail # Flutter Issue 9110
575 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 570 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
576 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
577 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
578 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
579 asyncstar_yield_test: Skip # Flutter Issue 9110 574 asyncstar_yield_test: Skip # Flutter Issue 9110
580 async_star_no_cancel_test: Skip # Flutter Issue 9110 575 async_star_no_cancel_test: Skip # Flutter Issue 9110
581 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
582 await_for_test: Skip # Flutter Issue 9110 577 await_for_test: Skip # Flutter Issue 9110
583 await_for_cancel_test: Skip # Flutter Issue 9110 578 await_for_cancel_test: Skip # Flutter Issue 9110
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698