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

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

Issue 2781493002: Throw AbstractClassInstantiationError on abstract classes. (Closed)
Patch Set: Created 3 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
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 6 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 7 accessor_conflict_export_test: RuntimeError
11 accessor_conflict_import2_test: RuntimeError 8 accessor_conflict_import2_test: RuntimeError
12 application_negative_test: Crash 9 application_negative_test: Crash
13 arg_param_trailing_comma_test/107: MissingCompileTimeError 10 arg_param_trailing_comma_test/107: MissingCompileTimeError
14 await_for_test: RuntimeError 11 await_for_test: RuntimeError
15 bad_constructor_test/05: CompileTimeError 12 bad_constructor_test/05: CompileTimeError
16 bad_initializer1_negative_test: Crash 13 bad_initializer1_negative_test: Crash
17 bad_raw_string_negative_test: Fail 14 bad_raw_string_negative_test: Fail
18 body_less_constructor_wrong_arg_negative_test: Crash 15 body_less_constructor_wrong_arg_negative_test: Crash
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 try_catch_syntax_test/05: Crash 539 try_catch_syntax_test/05: Crash
543 540
544 # dartk: precompilation failures (debug) 541 # dartk: precompilation failures (debug)
545 [ $compiler == dartkp && $mode == debug ] 542 [ $compiler == dartkp && $mode == debug ]
546 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 543 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
547 external_test/13: Crash 544 external_test/13: Crash
548 final_syntax_test/09: Crash 545 final_syntax_test/09: Crash
549 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 546 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
550 regress_22445_test: Crash 547 regress_22445_test: Crash
551 regress_23498_test: Crash 548 regress_23498_test: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698