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

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

Issue 2514323005: Revert "Update third_party/pkg/kernel version" (Closed)
Patch Set: Created 4 years 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/dart2js.status ('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) 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == rasta ] 6 [ $compiler == dartk || $compiler == rasta ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 10
11 # dartk: JIT failures 11 # dartk: JIT failures
12 [ $compiler == dartk && $runtime == vm ] 12 [ $compiler == dartk && $runtime == vm ]
13 accessor_conflict_export2_test: RuntimeError 13 accessor_conflict_export2_test: RuntimeError
14 accessor_conflict_export_test: RuntimeError 14 accessor_conflict_export_test: RuntimeError
15 accessor_conflict_import2_test: RuntimeError 15 accessor_conflict_import2_test: RuntimeError
16 accessor_conflict_import_prefixed2_test: RuntimeError 16 accessor_conflict_import_prefixed2_test: RuntimeError
17 accessor_conflict_import_prefixed_test: RuntimeError 17 accessor_conflict_import_prefixed_test: RuntimeError
18 accessor_conflict_import_test: RuntimeError 18 accessor_conflict_import_test: RuntimeError
19 assertion_test: RuntimeError 19 assertion_test: RuntimeError
20 async_await_test: RuntimeError 20 async_await_test: Crash
21 async_break_in_finally_test: RuntimeError
22 async_control_structures_test: RuntimeError
21 async_star_cancel_and_throw_in_finally_test: RuntimeError 23 async_star_cancel_and_throw_in_finally_test: RuntimeError
22 async_star_cancel_while_paused_test: RuntimeError 24 async_star_cancel_while_paused_test: RuntimeError
23 async_star_pause_test: RuntimeError 25 async_star_pause_test: RuntimeError
24 async_star_regression_fisk_test: Timeout 26 async_star_regression_fisk_test: RuntimeError
25 async_star_stream_take_test: Timeout 27 async_star_stream_take_test: Timeout
26 async_star_take_reyield_test: Timeout 28 async_star_take_reyield_test: Timeout
27 async_star_test: Timeout 29 async_star_test: Timeout
30 async_throw_in_catch_test/forceAwait: RuntimeError
31 async_throw_in_catch_test/none: RuntimeError
28 asyncstar_throw_in_catch_test: Timeout 32 asyncstar_throw_in_catch_test: Timeout
29 asyncstar_yield_test: Timeout 33 asyncstar_yield_test: Timeout
30 asyncstar_yieldstar_test: Timeout 34 asyncstar_yieldstar_test: Timeout
35 await_exceptions_test: RuntimeError
36 await_future_test: RuntimeError
37 await_regression_test: RuntimeError
31 bad_constructor_test/05: CompileTimeError 38 bad_constructor_test/05: CompileTimeError
32 bad_raw_string_negative_test: Fail 39 bad_raw_string_negative_test: Fail
33 cha_deopt1_test: RuntimeError 40 cha_deopt1_test: RuntimeError
34 cha_deopt2_test: RuntimeError 41 cha_deopt2_test: RuntimeError
35 cha_deopt3_test: RuntimeError 42 cha_deopt3_test: RuntimeError
36 closure_type_variable_test: RuntimeError 43 closure_type_variable_test: RuntimeError
37 closures_initializer_test: RuntimeError 44 closures_initializer_test: RuntimeError
38 compile_time_constant12_test: Crash 45 compile_time_constant12_test: Crash
39 compile_time_constant_k_test/01: RuntimeError 46 compile_time_constant_k_test/01: RuntimeError
40 compile_time_constant_k_test/02: RuntimeError 47 compile_time_constant_k_test/02: RuntimeError
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 mixin_type_parameters_simple_test: RuntimeError 284 mixin_type_parameters_simple_test: RuntimeError
278 mixin_type_parameters_super_extends_test: RuntimeError 285 mixin_type_parameters_super_extends_test: RuntimeError
279 mixin_type_parameters_super_test: RuntimeError 286 mixin_type_parameters_super_test: RuntimeError
280 multiline_newline_test/01: CompileTimeError 287 multiline_newline_test/01: CompileTimeError
281 multiline_newline_test/02: CompileTimeError 288 multiline_newline_test/02: CompileTimeError
282 multiline_newline_test/03: CompileTimeError 289 multiline_newline_test/03: CompileTimeError
283 multiline_newline_test/04: MissingCompileTimeError 290 multiline_newline_test/04: MissingCompileTimeError
284 multiline_newline_test/05: MissingCompileTimeError 291 multiline_newline_test/05: MissingCompileTimeError
285 multiline_newline_test/06: MissingCompileTimeError 292 multiline_newline_test/06: MissingCompileTimeError
286 multiline_newline_test/none: RuntimeError 293 multiline_newline_test/none: RuntimeError
287 named_parameters_default_eq_test/none: CompileTimeError
288 named_parameters_type_test/01: MissingRuntimeError 294 named_parameters_type_test/01: MissingRuntimeError
289 named_parameters_type_test/02: MissingRuntimeError 295 named_parameters_type_test/02: MissingRuntimeError
290 named_parameters_type_test/03: MissingRuntimeError 296 named_parameters_type_test/03: MissingRuntimeError
291 no_main_test/01: Crash 297 no_main_test/01: Crash
292 not_enough_positional_arguments_test/01: CompileTimeError 298 not_enough_positional_arguments_test/01: CompileTimeError
293 not_enough_positional_arguments_test/02: MissingRuntimeError 299 not_enough_positional_arguments_test/02: MissingRuntimeError
294 not_enough_positional_arguments_test/05: MissingRuntimeError 300 not_enough_positional_arguments_test/05: MissingRuntimeError
295 null_test/none: RuntimeError 301 null_test/none: RuntimeError
296 number_identifier_test/05: RuntimeError 302 number_identifier_test/05: RuntimeError
297 positional_parameters_type_test/01: MissingRuntimeError 303 positional_parameters_type_test/01: MissingRuntimeError
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 try_catch_on_syntax_test/11: MissingRuntimeError 695 try_catch_on_syntax_test/11: MissingRuntimeError
690 try_finally_regress_25654_test: RuntimeError 696 try_finally_regress_25654_test: RuntimeError
691 type_checks_in_factory_method_test: RuntimeError 697 type_checks_in_factory_method_test: RuntimeError
692 type_parameter_literal_test: RuntimeError 698 type_parameter_literal_test: RuntimeError
693 type_variable_conflict2_test/02: MissingCompileTimeError 699 type_variable_conflict2_test/02: MissingCompileTimeError
694 type_variable_function_type_test: RuntimeError 700 type_variable_function_type_test: RuntimeError
695 vm/debug_break_enabled_vm_test/01: CompileTimeError 701 vm/debug_break_enabled_vm_test/01: CompileTimeError
696 vm/debug_break_enabled_vm_test/none: CompileTimeError 702 vm/debug_break_enabled_vm_test/none: CompileTimeError
697 vm/reflect_core_vm_test: CompileTimeError 703 vm/reflect_core_vm_test: CompileTimeError
698 vm/type_cast_vm_test: RuntimeError 704 vm/type_cast_vm_test: RuntimeError
699 vm/type_vm_test: RuntimeError 705 vm/type_vm_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698