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

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

Issue 1032503002: Don't skip flatten_test/04 now that issue 22922 is fixed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | 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 == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 9
10 async_star_test/02: RuntimeError # 22853 10 async_star_test/02: RuntimeError # 22853
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 mixin_mixin4_test: Fail # Issue 12605 115 mixin_mixin4_test: Fail # Issue 12605
116 mixin_mixin5_test: Fail # Issue 12605 116 mixin_mixin5_test: Fail # Issue 12605
117 mixin_mixin6_test: Fail # Issue 12605 117 mixin_mixin6_test: Fail # Issue 12605
118 mixin_mixin_bound_test: RuntimeError # Issue 12605 118 mixin_mixin_bound_test: RuntimeError # Issue 12605
119 mixin_mixin_bound2_test: RuntimeError # Issue 12605 119 mixin_mixin_bound2_test: RuntimeError # Issue 12605
120 120
121 [ $compiler == dart2js ] 121 [ $compiler == dart2js ]
122 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js 122 malformed_test/none: Fail # Expect failure in lib/_internal/compiler/js_lib/prea mbles/d8.js
123 generic_field_mixin4_test: Crash # Issue 18651 123 generic_field_mixin4_test: Crash # Issue 18651
124 generic_field_mixin5_test: Crash # Issue 18651 124 generic_field_mixin5_test: Crash # Issue 18651
125 flatten_test/04: Skip # Issue 22922
126 125
127 type_variable_conflict2_test/01: RuntimeError # Issue 19725 126 type_variable_conflict2_test/01: RuntimeError # Issue 19725
128 127
129 branch_canonicalization_test: RuntimeError # Issue 638. 128 branch_canonicalization_test: RuntimeError # Issue 638.
130 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 129 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
131 integer_division_by_zero_test: RuntimeError # Issue 8301 130 integer_division_by_zero_test: RuntimeError # Issue 8301
132 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 131 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
133 number_identity2_test: RuntimeError # Issue 12596 132 number_identity2_test: RuntimeError # Issue 12596
134 new_expression_type_args_test/00: CompileTimeError # Issue 5519 133 new_expression_type_args_test/00: CompileTimeError # Issue 5519
135 new_expression_type_args_test/01: CompileTimeError # Issue 5519 134 new_expression_type_args_test/01: CompileTimeError # Issue 5519
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 272 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
274 super_call4_test: Fail, OK # hardcoded names. 273 super_call4_test: Fail, OK # hardcoded names.
275 274
276 [ $minified ] 275 [ $minified ]
277 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 276 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
278 regress_21795_test: RuntimeError # Issue 12605 277 regress_21795_test: RuntimeError # Issue 12605
279 278
280 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 279 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
281 *deferred*: Skip # Issue 17458 280 *deferred*: Skip # Issue 17458
282 cha_deopt*: Skip # Issue 17458 281 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698