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

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

Issue 2140673004: Generalize the first argument in an assert to be an expression (issue 26865) (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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/corelib/corelib.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 regress_26668_test: Fail # Issue 26678 7 regress_26668_test: Fail # Issue 26678
8 regress_26855_test/4: Fail # Issue 26860 8 regress_26855_test/4: Fail # Issue 26860
9 9
10 # Runtime negative test. No static errors or warnings. 10 # Runtime negative test. No static errors or warnings.
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 # test issue 12161, type variable in static, malformed type, static warning 117 # test issue 12161, type variable in static, malformed type, static warning
118 type_variable_static_context_negative_test: fail 118 type_variable_static_context_negative_test: fail
119 119
120 # test issue 12163, unresolved identifier is static warning in static context 120 # test issue 12163, unresolved identifier is static warning in static context
121 unresolved_in_factory_negative_test: fail # Issue 12163 121 unresolved_in_factory_negative_test: fail # Issue 12163
122 unresolved_top_level_var_negative_test: fail # Issue 12163 122 unresolved_top_level_var_negative_test: fail # Issue 12163
123 123
124 # test issue 12191, ambiguous import is always warning now 124 # test issue 12191, ambiguous import is always warning now
125 prefix3_negative_test: fail # Issue 12191 125 prefix3_negative_test: fail # Issue 12191
126 126
127 # test issue 12289, assignment in assert statement
128 type_error_test: fail # Issue 12289
129
130 # test issue 12381, It is compile-time error to invoke not existing function 127 # test issue 12381, It is compile-time error to invoke not existing function
131 issue11724_test: fail # Issue 12381 128 issue11724_test: fail # Issue 12381
132 129
133 # test issue 12541; there shouldn't be a static warning 130 # test issue 12541; there shouldn't be a static warning
134 static_field_test/01: fail # Issue 12541 131 static_field_test/01: fail # Issue 12541
135 static_field_test/02: fail # Issue 12541 132 static_field_test/02: fail # Issue 12541
136 static_field_test/03: fail # Issue 12541 133 static_field_test/03: fail # Issue 12541
137 static_field_test/04: fail # Issue 12541 134 static_field_test/04: fail # Issue 12541
138 135
139 # test issue 13916, Looks as no warning should be in this redirecting factory 136 # test issue 13916, Looks as no warning should be in this redirecting factory
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 generic_methods_new_test: CompiletimeError # Issue 25868 506 generic_methods_new_test: CompiletimeError # Issue 25868
510 generic_methods_function_type_test: CompiletimeError # Issue 25868 507 generic_methods_function_type_test: CompiletimeError # Issue 25868
511 generic_methods_type_expression_test: CompiletimeError # Issue 25868 508 generic_methods_type_expression_test: CompiletimeError # Issue 25868
512 509
513 # Experimental feature: Use initializing formals in initializers and constructor body. 510 # Experimental feature: Use initializing formals in initializers and constructor body.
514 initializing_formal_access_test: CompiletimeError # Issue 26658 511 initializing_formal_access_test: CompiletimeError # Issue 26658
515 initializing_formal_capture_test: CompiletimeError # Issue 26658 512 initializing_formal_capture_test: CompiletimeError # Issue 26658
516 initializing_formal_final_test: CompiletimeError # Issue 26658 513 initializing_formal_final_test: CompiletimeError # Issue 26658
517 initializing_formal_promotion_test: StaticWarning # Issue 26658 514 initializing_formal_promotion_test: StaticWarning # Issue 26658
518 initializing_formal_type_test: CompiletimeError # Issue 26658 515 initializing_formal_type_test: CompiletimeError # Issue 26658
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698