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

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

Issue 1035443002: Implement new flatten specification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comment. 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
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 52 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
53 53
54 ref_before_declaration_test/00: MissingCompileTimeError 54 ref_before_declaration_test/00: MissingCompileTimeError
55 ref_before_declaration_test/01: MissingCompileTimeError 55 ref_before_declaration_test/01: MissingCompileTimeError
56 ref_before_declaration_test/02: MissingCompileTimeError 56 ref_before_declaration_test/02: MissingCompileTimeError
57 ref_before_declaration_test/03: MissingCompileTimeError 57 ref_before_declaration_test/03: MissingCompileTimeError
58 ref_before_declaration_test/04: MissingCompileTimeError 58 ref_before_declaration_test/04: MissingCompileTimeError
59 ref_before_declaration_test/05: MissingCompileTimeError 59 ref_before_declaration_test/05: MissingCompileTimeError
60 ref_before_declaration_test/06: MissingCompileTimeError 60 ref_before_declaration_test/06: MissingCompileTimeError
61 61
62 flatten_test/05: Crash # Issue 22921
63 flatten_test/06: Crash # Issue 22921
64 flatten_test/07: Crash # Issue 22921
65 flatten_test/08: Crash # Issue 22921
66 flatten_test/09: Crash # Issue 22921
67 flatten_test/10: Crash # Issue 22921
68 flatten_test/11: Crash # Issue 22921
69 flatten_test/12: Crash # Issue 22921
70
71 62
72 # VM specific tests that should not be run by dart2js. 63 # VM specific tests that should not be run by dart2js.
73 vm/*: Skip # Issue 12699 64 vm/*: Skip # Issue 12699
74 65
75 [ $compiler == dart2js && $checked ] 66 [ $compiler == dart2js && $checked ]
76 type_variable_bounds_test/02: Fail # Issue 12702 67 type_variable_bounds_test/02: Fail # Issue 12702
77 type_variable_bounds2_test/01: Fail # Issue 12702 68 type_variable_bounds2_test/01: Fail # Issue 12702
78 type_variable_bounds2_test/04: Fail # Issue 12702 69 type_variable_bounds2_test/04: Fail # Issue 12702
79 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 70 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
80 type_variable_bounds3_test/00: Fail # Issue 12702 71 type_variable_bounds3_test/00: Fail # Issue 12702
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
273 super_call4_test: Fail, OK # hardcoded names. 264 super_call4_test: Fail, OK # hardcoded names.
274 265
275 [ $minified ] 266 [ $minified ]
276 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
277 regress_21795_test: RuntimeError # Issue 12605 268 regress_21795_test: RuntimeError # Issue 12605
278 269
279 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
280 *deferred*: Skip # Issue 17458 271 *deferred*: Skip # Issue 17458
281 cha_deopt*: Skip # Issue 17458 272 cha_deopt*: Skip # Issue 17458
OLDNEW
« pkg/compiler/lib/src/dart_types.dart ('K') | « tests/compiler/dart2js/type_test_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698