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

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

Issue 1507943002: Add ./tools/test.py -c precompiler -r dart_precompiled. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « tests/isolate/isolate.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 [ $compiler == none ] 8 [ ($compiler == none || $compiler == precompiler) ]
9 built_in_identifier_prefix_test: Fail # Issue 6970 9 built_in_identifier_prefix_test: Fail # Issue 6970
10 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 10 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
11 11
12 # These bugs refer currently ongoing language discussions. 12 # These bugs refer currently ongoing language discussions.
13 constructor_initializer_test/none: Fail # Issue 12633 13 constructor_initializer_test/none: Fail # Issue 12633
14 constructor5_test: Fail # Issue 6422 14 constructor5_test: Fail # Issue 6422
15 constructor6_test: Fail # Issue 6422 15 constructor6_test: Fail # Issue 6422
16 closure_in_initializer_test: Fail # Issue 6422 16 closure_in_initializer_test: Fail # Issue 6422
17 17
18 # Regular bugs which should be fixed. 18 # Regular bugs which should be fixed.
19 duplicate_export_negative_test: Fail # Issue 6134 19 duplicate_export_negative_test: Fail # Issue 6134
20 20
21 deferred_redirecting_factory_test: Fail # Issue 23408 21 deferred_redirecting_factory_test: Fail # Issue 23408
22 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 22 redirecting_constructor_initializer_test: RuntimeError # Issue 23488
23 23
24 # Non-contractive types are not supported in the vm. 24 # Non-contractive types are not supported in the vm.
25 cyclic_type_test/02: Fail, OK 25 cyclic_type_test/02: Fail, OK
26 cyclic_type_test/04: Fail, OK 26 cyclic_type_test/04: Fail, OK
27 cyclic_type2_test: Fail, OK 27 cyclic_type2_test: Fail, OK
28 least_upper_bound_expansive_test/*: Fail, OK 28 least_upper_bound_expansive_test/*: Fail, OK
29 29
30 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs. 30 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti me-errs.
31 async_star_cancel_while_paused_test: RuntimeError 31 async_star_cancel_while_paused_test: RuntimeError
32 async_star_await_pauses_test: Skip # Times out. Issue 23996 32 async_star_await_pauses_test: Skip # Times out. Issue 23996
33 33
34 # Unsupported configuration specific imports. 34 # Unsupported configuration specific imports.
35 config_import_test: Fail # Issue 24581 35 config_import_test: Fail # Issue 24581
36 36
37 [ $compiler == none && $runtime == vm ] 37 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
38 class_keyword_test/02: MissingCompileTimeError # Issue 13627 38 class_keyword_test/02: MissingCompileTimeError # Issue 13627
39 unicode_bom_test: Fail # Issue 16067 39 unicode_bom_test: Fail # Issue 16067
40 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 40 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
41 try_catch_optimized1_test: Skip # Srdjan investigating 41 try_catch_optimized1_test: Skip # Srdjan investigating
42 42
43 [ $compiler == none && $checked ] 43 [ ($compiler == none || $compiler == precompiler) && $checked ]
44 type_variable_bounds4_test/01: Fail # Issue 14006 44 type_variable_bounds4_test/01: Fail # Issue 14006
45 45
46 [ $compiler == none ] 46 [ ($compiler == none || $compiler == precompiler) ]
47 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 47 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
48 multiline_strings_test: Fail # Issue 23020 48 multiline_strings_test: Fail # Issue 23020
49 49
50 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 50 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
51 dynamic_prefix_core_test/none: Fail # Issue 12478 51 dynamic_prefix_core_test/none: Fail # Issue 12478
52 export_ambiguous_main_negative_test: Fail # Issue 14763 52 export_ambiguous_main_negative_test: Fail # Issue 14763
53 53
54 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) && $unchecked ] 54 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru ntime == ContentShellOnAndroid) && $unchecked ]
55 assertion_test: Fail # Issue 14651. 55 assertion_test: Fail # Issue 14651.
56 generic_test: Fail # Issue 14651. 56 generic_test: Fail # Issue 14651.
57 list_literal4_test: Fail # Issue 14651. 57 list_literal4_test: Fail # Issue 14651.
58 map_literal4_test: Fail # Issue 14651. 58 map_literal4_test: Fail # Issue 14651.
59 named_parameters_type_test/01: Fail # Issue 14651. 59 named_parameters_type_test/01: Fail # Issue 14651.
60 named_parameters_type_test/02: Fail # Issue 14651. 60 named_parameters_type_test/02: Fail # Issue 14651.
61 named_parameters_type_test/03: Fail # Issue 14651. 61 named_parameters_type_test/03: Fail # Issue 14651.
62 positional_parameters_type_test/01: Fail # Issue 14651. 62 positional_parameters_type_test/01: Fail # Issue 14651.
63 positional_parameters_type_test/02: Fail # Issue 14651. 63 positional_parameters_type_test/02: Fail # Issue 14651.
64 type_checks_in_factory_method_test: Fail # Issue 14651. 64 type_checks_in_factory_method_test: Fail # Issue 14651.
65 vm/type_vm_test: Fail # Issue 14651. 65 vm/type_vm_test: Fail # Issue 14651.
66 66
67 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 67 [ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $r untime == drt || $runtime == ContentShellOnAndroid) ]
68 issue13474_test: Pass, Fail # Issue 14651. 68 issue13474_test: Pass, Fail # Issue 14651.
69 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. 69 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921.
70 main_test/01: Fail # Issue 20028 70 main_test/01: Fail # Issue 20028
71 main_test/02: Fail # Issue 20028 71 main_test/02: Fail # Issue 20028
72 main_test/04: Fail # Issue 20028 72 main_test/04: Fail # Issue 20028
73 main_test/05: Fail # Issue 20028 73 main_test/05: Fail # Issue 20028
74 main_test/21: Fail # Issue 20028 74 main_test/21: Fail # Issue 20028
75 main_test/42: Fail # Issue 20028 75 main_test/42: Fail # Issue 20028
76 mirror_in_static_init_test: Fail # Issue 22071 76 mirror_in_static_init_test: Fail # Issue 22071
77 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. 77 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651.
78 78
79 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] 79 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys tem == linux && $arch != x64 ]
80 issue_22780_test/01 : Pass, Timeout # Issue 24473 80 issue_22780_test/01 : Pass, Timeout # Issue 24473
81 81
82 [ $compiler == none && $runtime == drt ] 82 [ ($compiler == none || $compiler == precompiler) && $runtime == drt ]
83 disassemble_test: Pass, Fail # Issue 18122 83 disassemble_test: Pass, Fail # Issue 18122
84 84
85 [ $compiler == none && $runtime == vm && $arch == mips && $checked ] 85 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $checked ]
86 generic_instanceof3_test: Pass, Crash # Issue 17440. 86 generic_instanceof3_test: Pass, Crash # Issue 17440.
87 87
88 [ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ] 88 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
89 stack_overflow_test: Skip # Crashes. Issue 17440. 89 stack_overflow_test: Skip # Crashes. Issue 17440.
90 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440. 90 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440.
91 large_class_declaration_test: SkipSlow # Times out. Issue 20352 91 large_class_declaration_test: SkipSlow # Times out. Issue 20352
92 92
93 [ $compiler == none && ($runtime == dartium || $runtime == drt || $runtime == Co ntentShellOnAndroid) && $mode == debug ] 93 [ ($compiler == none || $compiler == precompiler) && ($runtime == dartium || $ru ntime == drt || $runtime == ContentShellOnAndroid) && $mode == debug ]
94 large_class_declaration_test: SkipSlow # Times out. Issue 20352 94 large_class_declaration_test: SkipSlow # Times out. Issue 20352
95 95
96 [ $compiler == none && $runtime == ContentShellOnAndroid ] 96 [ ($compiler == none || $compiler == precompiler) && $runtime == ContentShellOnA ndroid ]
97 gc_test: SkipSlow # Times out flakily. Issue 20956 97 gc_test: SkipSlow # Times out flakily. Issue 20956
98 98
99 [ $compiler == none && $runtime == vm && ( $arch == simarm || $arch == arm || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 99 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv5t e || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
100 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 100 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
101 101
102 [ $compiler == none && $runtime == dartium ] 102 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium ]
103 issue23244_test: Fail # Issue 23244 103 issue23244_test: Fail # Issue 23244
104 104
105 [ $compiler == none && ($runtime == vm || $runtime == drt || $runtime == dartium ) && $arch == ia32 ] 105 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia 32 ]
106 vm/regress_24517_test: Pass, Fail # Issue 24517. 106 vm/regress_24517_test: Pass, Fail # Issue 24517.
107 107
108 [ $noopt ] 108 [ ($noopt || $compiler == precompiler) ]
109 # Imports dart:mirrors 109 # Imports dart:mirrors
110 const_evaluation_test: CompileTimeError 110 const_evaluation_test: CompileTimeError
111 deferred_constraints_constants_test: CompileTimeError 111 deferred_constraints_constants_test: CompileTimeError
112 enum_mirror_test: CompileTimeError 112 enum_mirror_test: CompileTimeError
113 field_increment_bailout_test: CompileTimeError 113 field_increment_bailout_test: CompileTimeError
114 instance_creation_in_function_annotation_test: CompileTimeError 114 instance_creation_in_function_annotation_test: CompileTimeError
115 invocation_mirror2_test: CompileTimeError 115 invocation_mirror2_test: CompileTimeError
116 invocation_mirror_invoke_on2_test: CompileTimeError 116 invocation_mirror_invoke_on2_test: CompileTimeError
117 invocation_mirror_invoke_on_test: CompileTimeError 117 invocation_mirror_invoke_on_test: CompileTimeError
118 issue21079_test: CompileTimeError 118 issue21079_test: CompileTimeError
(...skipping 13 matching lines...) Expand all
132 # Deferred loading happens eagerly 132 # Deferred loading happens eagerly
133 regress_23408_test: RuntimeError 133 regress_23408_test: RuntimeError
134 deferred_global_test: RuntimeError 134 deferred_global_test: RuntimeError
135 deferred_inheritance_constraints_test: Skip 135 deferred_inheritance_constraints_test: Skip
136 deferred_load_constants_test: Skip # multitest gets confused 136 deferred_load_constants_test: Skip # multitest gets confused
137 137
138 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 138 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
139 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 139 tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
140 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 140 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
141 stack_trace_test: Fail # Issue 24783 - inlined frames missing 141 stack_trace_test: Fail # Issue 24783 - inlined frames missing
142
143 [ $runtime == dart_precompiled ]
144 ct_const2_test: Pass, Crash # Incompatible flag --compile_all
145 hello_dart_test: Pass, Crash # Incompatible flag --compile_all
146
147 implicit_closure_test: Pass, Crash # --use_slow_path
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698