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

Side by Side Diff: tests/language_2/language_2_dartdevc.status

Issue 3011553003: Mark new test as failing on DDC to get the bots green again. (Closed)
Patch Set: Created 3 years, 3 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 | « no previous file | 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dartdevc". 5 # Sections in this file should contain "$compiler == dartdevc".
6 6
7 [ $compiler == dartdevc ] 7 [ $compiler == dartdevc ]
8 assertion_initializer_const_error2_test/none: CompileTimeError 8 assertion_initializer_const_error2_test/none: CompileTimeError
9 assertion_initializer_const_function_test/01: CompileTimeError 9 assertion_initializer_const_function_test/01: CompileTimeError
10 assertion_initializer_test: CompileTimeError 10 assertion_initializer_test: CompileTimeError
(...skipping 10 matching lines...) Expand all
21 generic_methods_closure_test: CompileTimeError # Issue 29920 21 generic_methods_closure_test: CompileTimeError # Issue 29920
22 generic_methods_generic_function_parameter_test: CompileTimeError 22 generic_methods_generic_function_parameter_test: CompileTimeError
23 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 23 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
24 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920 24 generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29920
25 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920 25 generic_methods_overriding_test/01: MissingCompileTimeError # Issue 29920
26 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920 26 generic_methods_overriding_test/03: MissingCompileTimeError # Issue 29920
27 generic_methods_shadowing_test: CompileTimeError # Issue 29920 27 generic_methods_shadowing_test: CompileTimeError # Issue 29920
28 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920 28 generic_methods_simple_is_expression_test: CompileTimeError # Issue 29920
29 generic_methods_test: CompileTimeError 29 generic_methods_test: CompileTimeError
30 generic_methods_type_expression_test: CompileTimeError 30 generic_methods_type_expression_test: CompileTimeError
31 generic_no_such_method_dispatcher_test: CompileTimeError
31 generic_tearoff_test: CompileTimeError 32 generic_tearoff_test: CompileTimeError
32 generic_test: CompileTimeError 33 generic_test: CompileTimeError
33 generics_test: CompileTimeError 34 generics_test: CompileTimeError
34 get_set_syntax_test/none: CompileTimeError 35 get_set_syntax_test/none: CompileTimeError
35 getter_setter_in_lib_test: CompileTimeError 36 getter_setter_in_lib_test: CompileTimeError
36 multiple_interface_inheritance_test: CompileTimeError # Issue 30552 37 multiple_interface_inheritance_test: CompileTimeError # Issue 30552
37 38
38 [ $strong && $compiler == dartdevc ] 39 [ $strong && $compiler == dartdevc ]
39 accessor_conflict_export2_test: CompileTimeError # Issue 25626 40 accessor_conflict_export2_test: CompileTimeError # Issue 25626
40 accessor_conflict_export_test: CompileTimeError # Issue 25626 41 accessor_conflict_export_test: CompileTimeError # Issue 25626
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 generic_instanceof2_test: RuntimeError # Issue 29920 117 generic_instanceof2_test: RuntimeError # Issue 29920
117 generic_is_check_test: RuntimeError # Issue 29920 118 generic_is_check_test: RuntimeError # Issue 29920
118 generic_method_types_test/01: RuntimeError 119 generic_method_types_test/01: RuntimeError
119 generic_method_types_test/02: RuntimeError 120 generic_method_types_test/02: RuntimeError
120 generic_method_types_test/03: RuntimeError 121 generic_method_types_test/03: RuntimeError
121 generic_methods_new_test: RuntimeError 122 generic_methods_new_test: RuntimeError
122 getter_closure_execution_order_test: RuntimeError # Issue 29920 123 getter_closure_execution_order_test: RuntimeError # Issue 29920
123 compile_time_constant_a_test: RuntimeError # Issue 30526 124 compile_time_constant_a_test: RuntimeError # Issue 30526
124 compile_time_constant_b_test: RuntimeError # Issue 29920 125 compile_time_constant_b_test: RuntimeError # Issue 29920
125 compile_time_constant_d_test: RuntimeError # Issue 29920 126 compile_time_constant_d_test: RuntimeError # Issue 29920
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698