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

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

Issue 246293008: Do not ignore side effects of a type test or type cast as expression, such (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
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 == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 override_inheritance_mixed_test/08: Fail # Issue 18124 6 override_inheritance_mixed_test/08: Fail # Issue 18124
7 override_inheritance_mixed_test/09: Fail # Issue 18124 7 override_inheritance_mixed_test/09: Fail # Issue 18124
8 bad_constructor_test/05: CompileTimeError # Issue 13669 8 bad_constructor_test/05: CompileTimeError # Issue 13669
9 malformed_test/05: MissingCompileTimeError # Issue 12695 9 malformed_test/05: MissingCompileTimeError # Issue 12695
10 malformed_test/06: MissingCompileTimeError # Issue 12695 10 malformed_test/06: MissingCompileTimeError # Issue 12695
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 type_variable_bounds2_test/04: Fail # Issue 12702 46 type_variable_bounds2_test/04: Fail # Issue 12702
47 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 47 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
48 type_variable_bounds3_test/00: Fail # Issue 12702 48 type_variable_bounds3_test/00: Fail # Issue 12702
49 closure_type_test: Fail # Issue 12745 49 closure_type_test: Fail # Issue 12745
50 malbounded_redirecting_factory_test/02: Fail # Issue 12825 50 malbounded_redirecting_factory_test/02: Fail # Issue 12825
51 malbounded_redirecting_factory_test/03: Fail # Issue 12825 51 malbounded_redirecting_factory_test/03: Fail # Issue 12825
52 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 52 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
53 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 53 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
54 malbounded_instantiation_test/01: Fail # Issue 12702 54 malbounded_instantiation_test/01: Fail # Issue 12702
55 malbounded_type_cast_test: Fail # Issue 14121 55 malbounded_type_cast_test: Fail # Issue 14121
56 malbounded_type_cast2_test: Fail # Issue 14121
56 malbounded_type_test_test/03: Fail # Issue 14121 57 malbounded_type_test_test/03: Fail # Issue 14121
57 malbounded_type_test_test/04: Fail # Issue 14121 58 malbounded_type_test_test/04: Fail # Issue 14121
59 malbounded_type_test2_test: Fail # Issue 14121
58 default_factory2_test/01: Fail # Issue 14121 60 default_factory2_test/01: Fail # Issue 14121
59 typevariable_substitution2_test/01: Crash # Issue 15875 61 typevariable_substitution2_test/01: Crash # Issue 15875
60 typevariable_substitution2_test/02: Crash # Issue 15875 62 typevariable_substitution2_test/02: Crash # Issue 15875
61 63
62 [ $compiler == dart2js && $unchecked ] 64 [ $compiler == dart2js && $unchecked ]
63 type_checks_in_factory_method_test: RuntimeError # Issue 12746 65 type_checks_in_factory_method_test: RuntimeError # Issue 12746
64 assertion_test: RuntimeError # Issue 12748 66 assertion_test: RuntimeError # Issue 12748
65 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 67 double_to_string_as_exponential2_test: RuntimeError # Issue 12749
66 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 68 double_to_string_as_fixed2_test: RuntimeError # Issue 12749
67 double_to_string_as_precision2_test: RuntimeError # Issue 12749 69 double_to_string_as_precision2_test: RuntimeError # Issue 12749
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 # DartVM problem. 227 # DartVM problem.
226 constructor5_test: Fail 228 constructor5_test: Fail
227 constructor6_test: Fail 229 constructor6_test: Fail
228 closure_in_initializer_test: Fail 230 closure_in_initializer_test: Fail
229 231
230 # Minified mode failures. 232 # Minified mode failures.
231 233
232 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 234 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
233 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 235 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
234 236
235 [ $compiler == dart2dart && $checked ]
236 # Dart VM problems
237 malbounded_type_cast_test: Fail # Issue 14123
238 malbounded_type_test_test/01: Fail # Issue 14131
239 malbounded_instantiation_test/01: Fail # Issue 14132
240
241 [ $compiler == dart2dart && $minified ] 237 [ $compiler == dart2dart && $minified ]
242 cyclic_type_test/0*: Fail # Issue 12605. 238 cyclic_type_test/0*: Fail # Issue 12605.
243 cyclic_type2_test: Fail # Issue 12605. 239 cyclic_type2_test: Fail # Issue 12605.
244 super_getter_setter_test: Fail # Issue 11065. 240 super_getter_setter_test: Fail # Issue 11065.
245 f_bounded_quantification4_test: Fail # Issue 12605. 241 f_bounded_quantification4_test: Fail # Issue 12605.
246 f_bounded_quantification5_test: Fail # Issue 12605. 242 f_bounded_quantification5_test: Fail # Issue 12605.
247 type_variable_typedef_test: Fail # Issue 11467 243 type_variable_typedef_test: Fail # Issue 11467
248 type_variable_conflict2_test/01: RuntimeError # Issue 16180 244 type_variable_conflict2_test/01: RuntimeError # Issue 16180
249 245
250 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 246 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
(...skipping 14 matching lines...) Expand all
265 261
266 [ ($compiler == dart2js && $csp)] 262 [ ($compiler == dart2js && $csp)]
267 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 263 deferred_constraints_type_annotation_test/*: Skip # Issue 16898
268 deferred_constraints_constants_test/*: Skip # Issue 16898 264 deferred_constraints_constants_test/*: Skip # Issue 16898
269 deferred_no_such_method_test*: Skip # Issue 16898 265 deferred_no_such_method_test*: Skip # Issue 16898
270 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 266 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898
271 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 267 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898
272 268
273 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
274 *deferred*: Skip # Issue 17458 270 *deferred*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/malbounded_type_cast2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698