OLD | NEW |
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. | 5 # Disable tests globally for kernel. |
6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de
ferred libraries. | 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de
ferred libraries. |
8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. | 8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. |
9 LibTest/isolate/*: Skip # No support for isolates ATM. | 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Fail # Test is racy. |
10 | 10 |
11 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. | 11 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
12 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. | 12 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
13 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. | 13 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
14 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 14 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
15 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 15 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
16 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 16 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
17 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 17 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
18 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 18 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
19 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 19 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
20 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 20 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
21 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 21 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
22 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 22 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
23 Language/Metadata/before_type_param_t01: RuntimeError # Issue 28434: Kernel IR
misses these annotations. | 23 Language/Metadata/before_type_param_t01: RuntimeError # Issue 28434: Kernel IR
misses these annotations. |
24 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. | 24 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
25 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. | 25 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. |
26 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. | 26 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. |
27 | 27 |
28 | 28 |
29 # Override tests marked as failing elsewhere. | 29 # Override tests marked as failing elsewhere. |
30 [ $compiler == dartk || $compiler == dartkp ] | 30 [ $compiler == dartk || $compiler == dartkp ] |
31 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass | 31 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass |
32 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass | 32 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass |
33 | 33 |
34 ############################################################################### | 34 ############################################################################### |
35 # Dartk Entries | 35 # Dartk Entries |
36 ############################################################################### | 36 ############################################################################### |
37 | 37 |
38 [ $compiler == dartk || $compiler == dartkp ] | 38 [ $compiler == dartk || $compiler == dartkp ] |
39 Language/Classes/Getters/static_getter_t02: DartkCompileTimeError | 39 Language/Classes/Getters/static_getter_t02: CompileTimeError |
40 Language/Enums/syntax_t08: MissingCompileTimeError | 40 Language/Enums/syntax_t08: MissingCompileTimeError |
41 Language/Enums/syntax_t09: MissingCompileTimeError | 41 Language/Enums/syntax_t09: MissingCompileTimeError |
42 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t03: MissingCompileTimeError | 42 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t03: MissingCompileTimeError |
43 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t04: MissingCompileTimeError | 43 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t04: MissingCompileTimeError |
44 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi
leTimeError | 44 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi
leTimeError |
45 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi
leTimeError | 45 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi
leTimeError |
46 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi
leTimeError | 46 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi
leTimeError |
47 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi
leTimeError | 47 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi
leTimeError |
48 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi
leTimeError | 48 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi
leTimeError |
49 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi
leTimeError | 49 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi
leTimeError |
50 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: MissingCompi
leTimeError | 50 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t25: MissingCompi
leTimeError |
51 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: MissingCompi
leTimeError | 51 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t26: MissingCompi
leTimeError |
52 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: MissingCompi
leTimeError | 52 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t27: MissingCompi
leTimeError |
53 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: MissingCompi
leTimeError | 53 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t28: MissingCompi
leTimeError |
54 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: MissingCompi
leTimeError | 54 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t29: MissingCompi
leTimeError |
55 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: MissingCompi
leTimeError | 55 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t30: MissingCompi
leTimeError |
56 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: MissingCompi
leTimeError | 56 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t31: MissingCompi
leTimeError |
57 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: MissingCompi
leTimeError | 57 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t32: MissingCompi
leTimeError |
58 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_
and_getter_t01: DartkCompileTimeError | 58 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_
and_getter_t01: CompileTimeError |
59 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_
and_getter_t02: DartkCompileTimeError | 59 Language/Interfaces/Superinterfaces/Inheritance_and_Overriding/same_name_method_
and_getter_t02: CompileTimeError |
60 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError | 60 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError |
61 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError | 61 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError |
62 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError | 62 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError |
63 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError | 63 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError |
64 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: DartkCompileTim
eError | 64 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro
r |
65 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError | 65 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError |
66 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError | 66 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError |
67 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError | 67 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError |
68 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError | 68 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError |
69 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError | 69 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError |
70 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError | 70 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError |
71 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError | 71 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError |
72 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError | 72 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError |
73 Language/Libraries_and_Scripts/definition_syntax_t15: MissingCompileTimeError | 73 Language/Libraries_and_Scripts/definition_syntax_t15: MissingCompileTimeError |
74 Language/Libraries_and_Scripts/definition_syntax_t17: MissingCompileTimeError | 74 Language/Libraries_and_Scripts/definition_syntax_t17: MissingCompileTimeError |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError | 111 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError |
112 Language/Variables/final_t04: MissingCompileTimeError | 112 Language/Variables/final_t04: MissingCompileTimeError |
113 Language/Variables/final_t05: MissingCompileTimeError | 113 Language/Variables/final_t05: MissingCompileTimeError |
114 Language/Variables/final_t06: MissingCompileTimeError | 114 Language/Variables/final_t06: MissingCompileTimeError |
115 Language/Variables/final_t07: MissingCompileTimeError | 115 Language/Variables/final_t07: MissingCompileTimeError |
116 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Missing c
ompile-time error from analyzer | 116 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # Missing c
ompile-time error from analyzer |
117 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError | 117 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError |
118 | 118 |
119 # dartk: JIT failures | 119 # dartk: JIT failures |
120 [ $compiler == dartk && $runtime == vm ] | 120 [ $compiler == dartk && $runtime == vm ] |
121 Language/Expressions/Constants/exception_t01: MissingCompileTimeError | 121 Language/Expressions/Constants/exception_t01: Crash |
122 Language/Expressions/Constants/exception_t02: MissingCompileTimeError | 122 Language/Expressions/Constants/exception_t02: Crash |
123 Language/Expressions/Identifier_Reference/evaluation_type_parameter_t02: Missing
CompileTimeError | |
124 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash | 123 Language/Mixins/Mixin_Application/syntax_t16: DartkCrash |
125 | 124 |
126 # dartk: precompilation failures | 125 # dartk: precompilation failures |
127 [ $compiler == dartkp && $runtime == dart_precompiled ] | 126 [ $compiler == dartkp && $runtime == dart_precompiled ] |
128 | 127 |
129 ############################################################################### | 128 ############################################################################### |
130 # VM Entries | 129 # VM Entries |
131 ############################################################################### | 130 ############################################################################### |
132 | 131 |
133 # dartk: Shared JIT & Precompiled failures | 132 # dartk: Shared JIT & Precompiled failures |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 # dartk: JIT failures (debug) | 184 # dartk: JIT failures (debug) |
186 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 185 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
187 | 186 |
188 # dartk: precompilation failures | 187 # dartk: precompilation failures |
189 [ $compiler == dartkp && $runtime == dart_precompiled ] | 188 [ $compiler == dartkp && $runtime == dart_precompiled ] |
190 Language/Expressions/Constants/exception_t01: Crash | 189 Language/Expressions/Constants/exception_t01: Crash |
191 Language/Expressions/Constants/exception_t02: Crash | 190 Language/Expressions/Constants/exception_t02: Crash |
192 | 191 |
193 # dartk: precompilation failures (debug) | 192 # dartk: precompilation failures (debug) |
194 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 193 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
OLD | NEW |