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

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

Issue 2911023002: Various checks for constant expressions. (Closed)
Patch Set: Remove unneeded check. 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/co19/co19-kernel.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_c_test/03: MissingCompileTimeError
9 compile_time_constant_test/01: MissingCompileTimeError 8 compile_time_constant_test/01: MissingCompileTimeError
10 conditional_method_invocation_test/11: MissingCompileTimeError 9 conditional_method_invocation_test/11: MissingCompileTimeError
11 conditional_property_access_test/09: MissingCompileTimeError 10 conditional_property_access_test/09: MissingCompileTimeError
12 conditional_property_assignment_test/20: MissingCompileTimeError 11 conditional_property_assignment_test/20: MissingCompileTimeError
13 conditional_property_assignment_test/21: MissingCompileTimeError 12 conditional_property_assignment_test/21: MissingCompileTimeError
14 conditional_property_assignment_test/22: MissingCompileTimeError 13 conditional_property_assignment_test/22: MissingCompileTimeError
15 const_constructor_mixin2_test/01: MissingCompileTimeError 14 const_constructor_mixin2_test/01: MissingCompileTimeError
16 const_constructor_mixin3_test/01: MissingCompileTimeError 15 const_constructor_mixin3_test/01: MissingCompileTimeError
17 const_constructor_mixin_test/01: MissingCompileTimeError 16 const_constructor_mixin_test/01: MissingCompileTimeError
18 const_constructor_super_test/01: MissingCompileTimeError 17 const_constructor_super_test/01: MissingCompileTimeError
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 534 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
536 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 535 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. 536 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. 537 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. 538 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. 539 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
541 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 540 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
542 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 541 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
543 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 542 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
544 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 543 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
545 case_expression_with_assignment_test/01: Crash # Issue 29379
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698