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_dart2js.status

Issue 794933004: Remove tracking of factories used with type arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update test expectation. Created 5 years, 11 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 | « pkg/compiler/lib/src/universe/universe.dart ('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 == dart2js && $csp && $browser ] 5 [ $compiler == dart2js && $csp && $browser ]
6 deferred_mixin_test: RuntimeError # Issue 21863 6 deferred_mixin_test: RuntimeError # Issue 21863
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async_control_structures_test: CompileTimeError # Issue 21411 9 async_control_structures_test: CompileTimeError # Issue 21411
10 async_test/none: CompileTimeError # Issue 21411 10 async_test/none: CompileTimeError # Issue 21411
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 assertion_test: RuntimeError # Issue 12748 91 assertion_test: RuntimeError # Issue 12748
92 generic_test: RuntimeError, OK 92 generic_test: RuntimeError, OK
93 map_literal4_test: RuntimeError, OK # Checked mode required. 93 map_literal4_test: RuntimeError, OK # Checked mode required.
94 named_parameters_type_test/01: MissingRuntimeError, OK 94 named_parameters_type_test/01: MissingRuntimeError, OK
95 named_parameters_type_test/02: MissingRuntimeError, OK 95 named_parameters_type_test/02: MissingRuntimeError, OK
96 named_parameters_type_test/03: MissingRuntimeError, OK 96 named_parameters_type_test/03: MissingRuntimeError, OK
97 positional_parameters_type_test/01: MissingRuntimeError, OK 97 positional_parameters_type_test/01: MissingRuntimeError, OK
98 positional_parameters_type_test/02: MissingRuntimeError, OK 98 positional_parameters_type_test/02: MissingRuntimeError, OK
99 issue13474_test: RuntimeError, OK 99 issue13474_test: RuntimeError, OK
100 generic_field_mixin3_test: Crash # Issue 18651 100 generic_field_mixin3_test: Crash # Issue 18651
101 generic_instanceof4_test: RuntimeError # Issue 21969
102 101
103 [ $compiler == dart2js && $minified ] 102 [ $compiler == dart2js && $minified ]
104 cyclic_type_test/0*: Fail # Issue 12605 103 cyclic_type_test/0*: Fail # Issue 12605
105 cyclic_type2_test: Fail # Issue 12605 104 cyclic_type2_test: Fail # Issue 12605
106 f_bounded_quantification4_test: Fail # Issue 12605 105 f_bounded_quantification4_test: Fail # Issue 12605
107 f_bounded_quantification5_test: Fail # Issue 12605 106 f_bounded_quantification5_test: Fail # Issue 12605
108 mixin_generic_test: Fail # Issue 12605 107 mixin_generic_test: Fail # Issue 12605
109 mixin_mixin2_test: Fail # Issue 12605 108 mixin_mixin2_test: Fail # Issue 12605
110 mixin_mixin3_test: Fail # Issue 12605 109 mixin_mixin3_test: Fail # Issue 12605
111 mixin_mixin4_test: Fail # Issue 12605 110 mixin_mixin4_test: Fail # Issue 12605
(...skipping 161 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 | « pkg/compiler/lib/src/universe/universe.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698