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

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

Issue 2876813002: Implement generalized function types. (Closed)
Patch Set: Address comments. Created 3 years, 7 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/compiler/dart2js/message_kind_test.dart ('k') | tests/language/language_kernel.status » ('j') | 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 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 regress_28341_test: Fail # Issue 28340 7 regress_28341_test: Fail # Issue 28340
8 deferred_not_loaded_check_test: Fail # Issue 27577 8 deferred_not_loaded_check_test: Fail # Issue 27577
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 method_name_test: Fail # issue 25574 10 method_name_test: Fail # issue 25574
(...skipping 26 matching lines...) Expand all
37 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 37 duplicate_part_test/01: MissingCompileTimeError # Issue 27517
38 38
39 bad_typedef_test/00: Crash # Issue 28214 39 bad_typedef_test/00: Crash # Issue 28214
40 generic_function_typedef2_test/00: Crash # Issue 28214 40 generic_function_typedef2_test/00: Crash # Issue 28214
41 generic_function_typedef2_test/01: Crash # Issue 28214 41 generic_function_typedef2_test/01: Crash # Issue 28214
42 generic_function_typedef2_test/02: Crash # Issue 28214 42 generic_function_typedef2_test/02: Crash # Issue 28214
43 generic_function_typedef2_test/03: Crash # Issue 28214 43 generic_function_typedef2_test/03: Crash # Issue 28214
44 generic_function_typedef2_test/05: Crash # Issue 28214 44 generic_function_typedef2_test/05: Crash # Issue 28214
45 generic_function_typedef2_test/06: Crash # Issue 28214 45 generic_function_typedef2_test/06: Crash # Issue 28214
46 46
47 covariant_test/02: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
48 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
49 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
50 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
51 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
52 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
53 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
54 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
55 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
56 covariant_test/36: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
57
58 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant. 47 stacktrace_demangle_ctors_test: Fail # dart2js stack traces are not always compl iant.
59 48
60 [ $compiler == dart2js && $fast_startup ] 49 [ $compiler == dart2js && $fast_startup ]
61 const_evaluation_test/*: Fail # mirrors not supported 50 const_evaluation_test/*: Fail # mirrors not supported
62 deferred_constraints_constants_test/none: Fail # mirrors not supported 51 deferred_constraints_constants_test/none: Fail # mirrors not supported
63 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported 52 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported
64 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason 53 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason
65 enum_mirror_test: Fail # mirrors not supported 54 enum_mirror_test: Fail # mirrors not supported
66 field_increment_bailout_test: Fail # mirrors not supported 55 field_increment_bailout_test: Fail # mirrors not supported
67 instance_creation_in_function_annotation_test: Fail # mirrors not supported 56 instance_creation_in_function_annotation_test: Fail # mirrors not supported
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 const_switch_test/04: RuntimeError # Issue 17960 233 const_switch_test/04: RuntimeError # Issue 17960
245 234
246 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 235 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009
247 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 236 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009
248 237
249 # Compilation errors. 238 # Compilation errors.
250 external_test/10: CompileTimeError # Issue 12887 239 external_test/10: CompileTimeError # Issue 12887
251 external_test/13: CompileTimeError # Issue 12887 240 external_test/13: CompileTimeError # Issue 12887
252 external_test/20: CompileTimeError # Issue 12887 241 external_test/20: CompileTimeError # Issue 12887
253 list_literal4_test: RuntimeError # Issue 12890 242 list_literal4_test: RuntimeError # Issue 12890
254 built_in_identifier_test/01: CompileTimeError # Issue 13022
255 243
256 scope_variable_test/01: MissingCompileTimeError # Issue 13016 244 scope_variable_test/01: MissingCompileTimeError # Issue 13016
257 245
258 numbers_test: RuntimeError, OK # Issue 1533 246 numbers_test: RuntimeError, OK # Issue 1533
259 canonical_const2_test: RuntimeError, OK # Issue 1533 247 canonical_const2_test: RuntimeError, OK # Issue 1533
260 bit_operations_test: RuntimeError, OK # Issue 1533 248 bit_operations_test: RuntimeError, OK # Issue 1533
261 expect_test: RuntimeError, OK # Issue 13080 249 expect_test: RuntimeError, OK # Issue 13080
262 250
263 [ $compiler == dart2js && $runtime == none ] 251 [ $compiler == dart2js && $runtime == none ]
264 *: Fail, Pass # TODO(ahe): Triage these tests. 252 *: Fail, Pass # TODO(ahe): Triage these tests.
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 factory_redirection_test/02: Crash # Issue 27394 626 factory_redirection_test/02: Crash # Issue 27394
639 factory_redirection_test/03: Crash # Issue 27394 627 factory_redirection_test/03: Crash # Issue 27394
640 mixin_cyclic_test/02: Crash # Issue 27394 628 mixin_cyclic_test/02: Crash # Issue 27394
641 mixin_illegal_cycles_test/01: Crash # Issue 27394 629 mixin_illegal_cycles_test/01: Crash # Issue 27394
642 mixin_illegal_cycles_test/05: Crash # Issue 27394 630 mixin_illegal_cycles_test/05: Crash # Issue 27394
643 named_parameters_test/01: Crash # Issue 27394 631 named_parameters_test/01: Crash # Issue 27394
644 named_parameters_test/03: Crash # Issue 27394 632 named_parameters_test/03: Crash # Issue 27394
645 named_parameters_test/05: Crash # Issue 27394 633 named_parameters_test/05: Crash # Issue 27394
646 named_parameters_test/07: Crash # Issue 27394 634 named_parameters_test/07: Crash # Issue 27394
647 named_parameters_test/09: Crash # Issue 27394 635 named_parameters_test/09: Crash # Issue 27394
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/message_kind_test.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698