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

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

Issue 2948273002: Correctly set root_library based on the application script URI instead of looking for the library t… (Closed)
Patch Set: Integrate cl from Siggi for front end change to not require a 'main' method when using the memory f… 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/co19/co19-kernel.status ('k') | utils/kernel-service/kernel-service.dart » ('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 && $runtime == vm] 5 [$compiler == dartk && $runtime == vm]
6 assertion_initializer_const_error2_test/none: CompileTimeError 6 assertion_initializer_const_error2_test/none: CompileTimeError
7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
8 assertion_initializer_test: CompileTimeError 8 assertion_initializer_test: CompileTimeError
9 9
10 [$compiler == dartk && $runtime == vm && !$checked] 10 [$compiler == dartk && $runtime == vm && !$checked]
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors. 178 redirecting_factory_default_values_test/01: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
179 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors. 179 redirecting_factory_default_values_test/02: MissingCompileTimeError # Fasta bug: Default values are not allowed on redirecting factory constructors.
180 180
181 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor. 181 private_super_constructor_test/01: MissingCompileTimeError # Fasta bug: Illegal access to private constructor.
182 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor. 182 regress_20394_test/01: MissingCompileTimeError # Fasta bug: Illegal access to pr ivate constructor.
183 183
184 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this. 184 constructor_redirect_test/01: MissingCompileTimeError # Fasta bug: Initializer r efers to this.
185 185
186 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta . 186 malformed_test/none: RuntimeError # Fasta bug: Leads to assertion error in Fasta .
187 187
188 export_double_same_main_test: CompileTimeError # Fasta bug: Main is exported. 188 export_double_same_main_test: CompileTimeError # Issue 29989
189 export_main_test: CompileTimeError # Fasta bug: Main is exported. 189 export_main_test: CompileTimeError # Issue 29989
190 190
191 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer. 191 const_constructor_nonconst_field_test/01: MissingCompileTimeError # Fasta bug: N on-const expression in field initializer.
192 192
193 method_name_test: CompileTimeError # Fasta bug: Parser bug. 193 method_name_test: CompileTimeError # Fasta bug: Parser bug.
194 194
195 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference. 195 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c onstructor reference.
196 196
197 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. 197 regress_29349_test: CompileTimeError # Fasta bug: Parser bug.
198 198
199 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 199 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 mixin_super_bound2_test/01: RuntimeError 415 mixin_super_bound2_test/01: RuntimeError
416 mixin_super_bound_test: RuntimeError 416 mixin_super_bound_test: RuntimeError
417 msk_bound_test: RuntimeError 417 msk_bound_test: RuntimeError
418 redirecting_factory_infinite_steps_test/01: Fail 418 redirecting_factory_infinite_steps_test/01: Fail
419 redirecting_factory_malbounded_test/01: Fail 419 redirecting_factory_malbounded_test/01: Fail
420 regress_22728_test: RuntimeError 420 regress_22728_test: RuntimeError
421 regress_26133_test: RuntimeError 421 regress_26133_test: RuntimeError
422 type_parameter_test/05: MissingCompileTimeError 422 type_parameter_test/05: MissingCompileTimeError
423 type_parameter_test/none: RuntimeError 423 type_parameter_test/none: RuntimeError
424 type_variable_bounds4_test/01: RuntimeError 424 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | utils/kernel-service/kernel-service.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698