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

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

Issue 2918653005: update .status file once more: move dartk condition to the _kernel.status file. (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 | « tests/language/language.status ('k') | no next file » | 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 call_nonexistent_static_test/01: CompileTimeError 6 call_nonexistent_static_test/01: CompileTimeError
7 call_nonexistent_static_test/04: CompileTimeError 7 call_nonexistent_static_test/04: CompileTimeError
8 compile_time_constant_test/01: MissingCompileTimeError 8 compile_time_constant_test/01: MissingCompileTimeError
9 conditional_method_invocation_test/11: MissingCompileTimeError 9 conditional_method_invocation_test/11: MissingCompileTimeError
10 conditional_property_access_test/09: MissingCompileTimeError 10 conditional_property_access_test/09: MissingCompileTimeError
11 conditional_property_assignment_test/20: MissingCompileTimeError 11 conditional_property_assignment_test/20: MissingCompileTimeError
12 conditional_property_assignment_test/21: MissingCompileTimeError 12 conditional_property_assignment_test/21: MissingCompileTimeError
13 conditional_property_assignment_test/22: MissingCompileTimeError 13 conditional_property_assignment_test/22: MissingCompileTimeError
14 const_constructor_mixin2_test/01: MissingCompileTimeError 14 const_constructor_mixin2_test/01: MissingCompileTimeError
15 const_constructor_mixin3_test/01: MissingCompileTimeError 15 const_constructor_mixin3_test/01: MissingCompileTimeError
16 const_constructor_mixin_test/01: MissingCompileTimeError 16 const_constructor_mixin_test/01: MissingCompileTimeError
17 const_constructor_super_test/01: MissingCompileTimeError 17 const_constructor_super_test/01: MissingCompileTimeError
18 const_constructor_syntax_test/01: MissingCompileTimeError 18 const_constructor_syntax_test/01: MissingCompileTimeError
19 const_constructor_syntax_test/02: MissingCompileTimeError 19 const_constructor_syntax_test/02: MissingCompileTimeError
20 const_constructor_syntax_test/03: MissingCompileTimeError 20 const_constructor_syntax_test/03: MissingCompileTimeError
21 const_constructor_test/01: MissingCompileTimeError 21 const_constructor_test/01: MissingCompileTimeError
22 const_error_multiply_initialized_test/01: MissingCompileTimeError 22 const_error_multiply_initialized_test/01: MissingCompileTimeError
23 const_error_multiply_initialized_test/02: RuntimeError 23 const_error_multiply_initialized_test/02: RuntimeError
24 const_error_multiply_initialized_test/03: MissingCompileTimeError 24 const_error_multiply_initialized_test/03: MissingCompileTimeError
25 const_error_multiply_initialized_test/04: RuntimeError 25 const_error_multiply_initialized_test/04: RuntimeError
26 const_for_in_variable_test/01: MissingCompileTimeError 26 const_for_in_variable_test/01: MissingCompileTimeError
27 const_native_factory_test/01: MissingCompileTimeError # Issue 29763
ahe 2017/06/02 12:36:36 You might want to move this down to the triaged se
27 const_syntax_test/01: MissingCompileTimeError 28 const_syntax_test/01: MissingCompileTimeError
28 const_syntax_test/02: MissingCompileTimeError 29 const_syntax_test/02: MissingCompileTimeError
29 const_types_test/23: MissingCompileTimeError 30 const_types_test/23: MissingCompileTimeError
30 const_types_test/24: MissingCompileTimeError 31 const_types_test/24: MissingCompileTimeError
31 const_types_test/25: MissingCompileTimeError 32 const_types_test/25: MissingCompileTimeError
32 const_types_test/26: MissingCompileTimeError 33 const_types_test/26: MissingCompileTimeError
33 const_types_test/27: MissingCompileTimeError 34 const_types_test/27: MissingCompileTimeError
34 const_types_test/28: MissingCompileTimeError 35 const_types_test/28: MissingCompileTimeError
35 const_types_test/29: MissingCompileTimeError 36 const_types_test/29: MissingCompileTimeError
36 const_types_test/30: MissingCompileTimeError 37 const_types_test/30: MissingCompileTimeError
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 536 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
536 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 537 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
537 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 538 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
538 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 539 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
539 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 540 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
540 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 541 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
541 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 542 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
542 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 543 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
543 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 544 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
544 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 545 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698