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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2938793002: Implement metadata on classes and additional semantic checks. (Closed)
Patch Set: Created 3 years, 6 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 | « pkg/front_end/test/fasta/shaker.status ('k') | tests/language/language_kernel.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) 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code. 6 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code.
7 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code. 7 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code.
8 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code. 8 Language/Expressions/Conditional/syntax_t04: MissingCompileTimeError # Test bug: Test doesn't execute erroneous code.
9 Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code. 9 Language/Expressions/Throw/no_catch_clause_t02: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code.
10 Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code. 10 Language/Expressions/Throw/no_catch_clause_t03: MissingCompileTimeError # Test b ug: Test doesn't execute erroneous code.
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 134 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
135 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 135 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
136 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 136 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
137 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 137 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
138 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 138 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
139 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 139 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
140 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations. 140 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse s these annotations.
141 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations. 141 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis ses these annotations.
142 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 142 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
143 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations. 143 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi sses these annotations.
144 Language/Metadata/compilation_t01: MissingCompileTimeError
145 Language/Metadata/compilation_t02: MissingCompileTimeError
146 Language/Metadata/compilation_t03: MissingCompileTimeError 144 Language/Metadata/compilation_t03: MissingCompileTimeError
147 Language/Metadata/compilation_t04: MissingCompileTimeError 145 Language/Metadata/compilation_t08: Crash
148 Language/Metadata/compilation_t08: MissingCompileTimeError 146 Language/Metadata/compilation_t10: Crash
149 Language/Metadata/compilation_t09: MissingCompileTimeError
150 Language/Metadata/compilation_t10: MissingCompileTimeError
151 Language/Metadata/compilation_t11: MissingCompileTimeError
152 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError 147 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError
153 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765 148 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
154 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 149 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
155 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 150 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
156 Language/Reference/Lexical_Rules/Reserved_Words/void_t05: DartkCrash 151 Language/Reference/Lexical_Rules/Reserved_Words/void_t05: DartkCrash
157 Language/Statements/Continue/label_t06: MissingCompileTimeError 152 Language/Statements/Continue/label_t06: MissingCompileTimeError
158 Language/Statements/Continue/label_t07: MissingCompileTimeError 153 Language/Statements/Continue/label_t07: MissingCompileTimeError
159 Language/Statements/Continue/label_t08: MissingCompileTimeError 154 Language/Statements/Continue/label_t08: MissingCompileTimeError
160 Language/Statements/Continue/label_t09: MissingCompileTimeError 155 Language/Statements/Continue/label_t09: MissingCompileTimeError
161 Language/Statements/Continue/label_t10: MissingCompileTimeError 156 Language/Statements/Continue/label_t10: MissingCompileTimeError
(...skipping 28 matching lines...) Expand all
190 185
191 # dartk: JIT failures 186 # dartk: JIT failures
192 [ $compiler == dartk ] 187 [ $compiler == dartk ]
193 Language/Classes/Setters/parameter_t05: MissingCompileTimeError 188 Language/Classes/Setters/parameter_t05: MissingCompileTimeError
194 Language/Classes/Setters/parameter_t07: DartkCrash 189 Language/Classes/Setters/parameter_t07: DartkCrash
195 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError 190 Language/Expressions/Constants/depending_on_itself_t01: MissingCompileTimeError
196 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError 191 Language/Expressions/Constants/depending_on_itself_t02: MissingCompileTimeError
197 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError 192 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError
198 Language/Expressions/Object_Identity/string_t01: RuntimeError 193 Language/Expressions/Object_Identity/string_t01: RuntimeError
199 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError 194 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError
200 Language/Metadata/before_class_t01: RuntimeError
201 Language/Metadata/before_type_param_t01: RuntimeError 195 Language/Metadata/before_type_param_t01: RuntimeError
202 Language/Metadata/compilation_t01: MissingCompileTimeError
203 Language/Metadata/compilation_t02: MissingCompileTimeError
204 Language/Metadata/compilation_t03: MissingCompileTimeError
205 Language/Metadata/compilation_t04: MissingCompileTimeError
206 Language/Metadata/compilation_t08: MissingCompileTimeError
207 Language/Metadata/compilation_t09: MissingCompileTimeError
208 Language/Metadata/compilation_t10: MissingCompileTimeError
209 Language/Metadata/compilation_t11: MissingCompileTimeError
210 LibTest/isolate/Isolate/spawnUri_A01_t03: Pass, Timeout 196 LibTest/isolate/Isolate/spawnUri_A01_t03: Pass, Timeout
211 197
212 # dartk: JIT failures (debug) 198 # dartk: JIT failures (debug)
213 [ $compiler == dartk && $mode == debug ] 199 [ $compiler == dartk && $mode == debug ]
214 LibTest/isolate/Isolate/spawnUri_A01_t04: Pass, Slow, Timeout 200 LibTest/isolate/Isolate/spawnUri_A01_t04: Pass, Slow, Timeout
215 201
216 # dartk: precompilation failures 202 # dartk: precompilation failures
217 [ $compiler == dartkp ] 203 [ $compiler == dartkp ]
218 Language/Classes/Setters/parameter_t05: Crash 204 Language/Classes/Setters/parameter_t05: Crash
219 Language/Classes/Setters/parameter_t07: Crash 205 Language/Classes/Setters/parameter_t07: Crash
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 242 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
257 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 243 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
258 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 244 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
259 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 245 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
260 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 246 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
261 247
262 # Deferred loading kernel issue 28335. 248 # Deferred loading kernel issue 28335.
263 [ $compiler == dartk || $compiler == dartkp ] 249 [ $compiler == dartk || $compiler == dartkp ]
264 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 250 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
265 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 251 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/shaker.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698