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

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

Issue 2847793002: Update handling of multiline strings to specification. (Closed)
Patch Set: Created 3 years, 7 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
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 initializer_lists_test: Skip # DO NOT SUBMIT 5 initializer_lists_test: Skip # DO NOT SUBMIT
6 6
7 [ $compiler == dartk || $compiler == dartkp ] 7 [ $compiler == dartk || $compiler == dartkp ]
8 config_import_corelib_test: RuntimeError # Configurable imports. 8 config_import_corelib_test: RuntimeError # Configurable imports.
9 config_import_test: RuntimeError # Configurable imports. 9 config_import_test: RuntimeError # Configurable imports.
10 10
11 compile_time_constant_c_test/02: MissingCompileTimeError # Constant evaluation. 11 compile_time_constant_c_test/02: MissingCompileTimeError # Constant evaluation.
12 const_conditional_test/08: MissingCompileTimeError # Constant evaluation. 12 const_conditional_test/08: MissingCompileTimeError # Constant evaluation.
13 const_map2_test/00: MissingCompileTimeError # Constant evaluation. 13 const_map2_test/00: MissingCompileTimeError # Constant evaluation.
14 const_map3_test/00: MissingCompileTimeError # Constant evaluation. 14 const_map3_test/00: MissingCompileTimeError # Constant evaluation.
15 const_nested_test: RuntimeError # Constant evaluation. 15 const_nested_test: RuntimeError # Constant evaluation.
16 const_switch2_test/01: MissingCompileTimeError # Constant evaluation. 16 const_switch2_test/01: MissingCompileTimeError # Constant evaluation.
17 const_syntax_test/05: MissingCompileTimeError # Constant evaluation. 17 const_syntax_test/05: MissingCompileTimeError # Constant evaluation.
18 constant_expression_test/01: MissingCompileTimeError # Constant evaluation. 18 constant_expression_test/01: MissingCompileTimeError # Constant evaluation.
19 constant_expression_test/03: MissingCompileTimeError # Constant evaluation. 19 constant_expression_test/03: MissingCompileTimeError # Constant evaluation.
20 multiline_newline_test/04: MissingCompileTimeError # Constant evaluation.
21 multiline_newline_test/04r: MissingCompileTimeError # Constant evaluation.
22 multiline_newline_test/05: MissingCompileTimeError # Constant evaluation.
23 multiline_newline_test/05r: MissingCompileTimeError # Constant evaluation.
24 multiline_newline_test/06: MissingCompileTimeError # Constant evaluation.
25 multiline_newline_test/06r: MissingCompileTimeError # Constant evaluation.
20 switch_bad_case_test/01: MissingCompileTimeError # Constant evaluation. 26 switch_bad_case_test/01: MissingCompileTimeError # Constant evaluation.
21 switch_bad_case_test/02: MissingCompileTimeError # Constant evaluation. 27 switch_bad_case_test/02: MissingCompileTimeError # Constant evaluation.
22 switch_case_test/00: MissingCompileTimeError # Constant evaluation. 28 switch_case_test/00: MissingCompileTimeError # Constant evaluation.
23 switch_case_test/01: MissingCompileTimeError # Constant evaluation. 29 switch_case_test/01: MissingCompileTimeError # Constant evaluation.
24 switch_case_test/02: MissingCompileTimeError # Constant evaluation. 30 switch_case_test/02: MissingCompileTimeError # Constant evaluation.
25 31
26 compile_time_constant_k_test/01: RuntimeError # Constant map duplicated key. 32 compile_time_constant_k_test/01: RuntimeError # Constant map duplicated key.
27 compile_time_constant_k_test/02: RuntimeError # Constant map duplicated key. 33 compile_time_constant_k_test/02: RuntimeError # Constant map duplicated key.
28 compile_time_constant_k_test/03: RuntimeError # Constant map duplicated key. 34 compile_time_constant_k_test/03: RuntimeError # Constant map duplicated key.
29 compile_time_constant_o_test/01: RuntimeError # Constant map duplicated key. 35 compile_time_constant_o_test/01: RuntimeError # Constant map duplicated key.
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 mixin_mixin_bound2_test: RuntimeError 165 mixin_mixin_bound2_test: RuntimeError
160 mixin_mixin_bound_test: RuntimeError 166 mixin_mixin_bound_test: RuntimeError
161 mixin_mixin_test: RuntimeError 167 mixin_mixin_test: RuntimeError
162 mixin_of_mixin_test/03: RuntimeError 168 mixin_of_mixin_test/03: RuntimeError
163 mixin_of_mixin_test/14: RuntimeError 169 mixin_of_mixin_test/14: RuntimeError
164 mixin_super_constructor_named_test/01: MissingCompileTimeError 170 mixin_super_constructor_named_test/01: MissingCompileTimeError
165 mixin_super_constructor_positionals_test/01: MissingCompileTimeError 171 mixin_super_constructor_positionals_test/01: MissingCompileTimeError
166 mixin_super_test: RuntimeError 172 mixin_super_test: RuntimeError
167 mixin_type_parameters_super_extends_test: RuntimeError 173 mixin_type_parameters_super_extends_test: RuntimeError
168 mixin_type_parameters_super_test: RuntimeError 174 mixin_type_parameters_super_test: RuntimeError
169 multiline_newline_test/01: RuntimeError
170 multiline_newline_test/02: RuntimeError
171 multiline_newline_test/03: RuntimeError
172 multiline_newline_test/04: MissingCompileTimeError
173 multiline_newline_test/05: MissingCompileTimeError
174 multiline_newline_test/06: MissingCompileTimeError
175 multiline_newline_test/none: RuntimeError
176 named_constructor_test/01: MissingRuntimeError 175 named_constructor_test/01: MissingRuntimeError
177 named_parameters_aggregated_test/01: MissingCompileTimeError 176 named_parameters_aggregated_test/01: MissingCompileTimeError
178 named_parameters_aggregated_test/03: MissingCompileTimeError 177 named_parameters_aggregated_test/03: MissingCompileTimeError
179 named_parameters_aggregated_test/04: MissingCompileTimeError 178 named_parameters_aggregated_test/04: MissingCompileTimeError
180 named_parameters_default_eq_test/01: MissingCompileTimeError 179 named_parameters_default_eq_test/01: MissingCompileTimeError
181 named_parameters_default_eq_test/02: MissingCompileTimeError 180 named_parameters_default_eq_test/02: MissingCompileTimeError
182 on_catch_malformed_type_test: RuntimeError 181 on_catch_malformed_type_test: RuntimeError
183 parameter_initializer6_negative_test: Fail 182 parameter_initializer6_negative_test: Fail
184 private_super_constructor_test/01: MissingCompileTimeError 183 private_super_constructor_test/01: MissingCompileTimeError
185 redirecting_constructor_initializer_test: RuntimeError 184 redirecting_constructor_initializer_test: RuntimeError
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 malformed2_test/01: MissingCompileTimeError 332 malformed2_test/01: MissingCompileTimeError
334 map_literal1_test/01: MissingCompileTimeError 333 map_literal1_test/01: MissingCompileTimeError
335 mixin_invalid_bound2_test/08: Fail 334 mixin_invalid_bound2_test/08: Fail
336 mixin_invalid_bound2_test/09: Fail 335 mixin_invalid_bound2_test/09: Fail
337 mixin_invalid_bound2_test/10: Fail 336 mixin_invalid_bound2_test/10: Fail
338 mixin_invalid_bound_test/06: Fail 337 mixin_invalid_bound_test/06: Fail
339 mixin_invalid_bound_test/07: Fail 338 mixin_invalid_bound_test/07: Fail
340 mixin_super_bound2_test/01: RuntimeError 339 mixin_super_bound2_test/01: RuntimeError
341 mixin_super_bound_test: RuntimeError 340 mixin_super_bound_test: RuntimeError
342 msk_bound_test: RuntimeError 341 msk_bound_test: RuntimeError
343 multiline_newline_test/01: CompileTimeError
344 multiline_newline_test/02: CompileTimeError
345 multiline_newline_test/03: CompileTimeError
346 redirecting_factory_infinite_steps_test/01: Fail 342 redirecting_factory_infinite_steps_test/01: Fail
347 redirecting_factory_malbounded_test/01: Fail 343 redirecting_factory_malbounded_test/01: Fail
348 regress_22728_test: RuntimeError 344 regress_22728_test: RuntimeError
349 regress_26133_test: RuntimeError 345 regress_26133_test: RuntimeError
350 type_parameter_test/01: Fail 346 type_parameter_test/01: Fail
351 type_parameter_test/02: Fail 347 type_parameter_test/02: Fail
352 type_parameter_test/03: Fail 348 type_parameter_test/03: Fail
353 type_parameter_test/04: Fail 349 type_parameter_test/04: Fail
354 type_parameter_test/05: MissingCompileTimeError 350 type_parameter_test/05: MissingCompileTimeError
355 type_parameter_test/06: Fail 351 type_parameter_test/06: Fail
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 398 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
403 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 399 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
404 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 400 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
405 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 401 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
406 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 402 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
407 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 403 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
408 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 404 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
409 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 405 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
410 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 406 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
411 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 407 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698