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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2972613003: Update status files. (Closed)
Patch Set: Created 3 years, 5 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/co19/co19-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 [ $compiler == dartk && $mode == debug ] 5 [ $compiler == dartk && $mode == debug ]
6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash 6 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash
7 7
8 [ $compiler == dartk || $compiler == dartkp ] 8 [ $compiler == dartk || $compiler == dartkp ]
9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code. 9 Language/Classes/Constructors/Generative_Constructors/initializers_t12: MissingC ompileTimeError # Test bug: Test doesn't execute erroneous code.
10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code. 10 Language/Classes/Constructors/Generative_Constructors/redirection_t09: MissingCo mpileTimeError # Test bug: Test doesn't execute erroneous code.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError 51 Language/Classes/Superclasses/wrong_superclass_t08: MissingCompileTimeError
52 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError 52 Language/Classes/Superinterfaces/wrong_type_t05: MissingCompileTimeError
53 Language/Classes/declarations_t06: MissingCompileTimeError 53 Language/Classes/declarations_t06: MissingCompileTimeError
54 Language/Classes/declarations_t08: MissingCompileTimeError 54 Language/Classes/declarations_t08: MissingCompileTimeError
55 Language/Classes/declarations_t25: MissingCompileTimeError 55 Language/Classes/declarations_t25: MissingCompileTimeError
56 Language/Classes/declarations_t26: MissingCompileTimeError 56 Language/Classes/declarations_t26: MissingCompileTimeError
57 Language/Classes/declarations_t27: MissingCompileTimeError 57 Language/Classes/declarations_t27: MissingCompileTimeError
58 Language/Classes/declarations_t28: MissingCompileTimeError 58 Language/Classes/declarations_t28: MissingCompileTimeError
59 Language/Classes/declarations_t33: MissingCompileTimeError 59 Language/Classes/declarations_t33: MissingCompileTimeError
60 Language/Classes/definition_t23: CompileTimeError 60 Language/Classes/definition_t23: CompileTimeError
61 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError 61 Language/Classes/same_name_member_and_class_t01: MissingCompileTimeError # class A { var A; }
62 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError 62 Language/Classes/same_name_member_and_class_t03: MissingCompileTimeError # class A { static int A; }
63 Language/Expressions/Constants/bitwise_operators_t02: Crash 63 Language/Expressions/Constants/bitwise_operators_t02: Crash
64 Language/Expressions/Constants/bitwise_operators_t03: Crash 64 Language/Expressions/Constants/bitwise_operators_t03: Crash
65 Language/Expressions/Constants/bitwise_operators_t04: Crash 65 Language/Expressions/Constants/bitwise_operators_t04: Crash
66 Language/Expressions/Constants/bitwise_operators_t06: Crash 66 Language/Expressions/Constants/bitwise_operators_t06: Crash
67 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError 67 Language/Expressions/Constants/constant_list_t02: MissingCompileTimeError
68 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError 68 Language/Expressions/Constants/constant_map_t02: MissingCompileTimeError
69 Language/Expressions/Constants/depending_on_itself_t03: Crash 69 Language/Expressions/Constants/depending_on_itself_t03: Crash
70 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError 70 Language/Expressions/Constants/equals_expression_t03: MissingCompileTimeError
71 Language/Expressions/Constants/exception_t04: MissingCompileTimeError 71 Language/Expressions/Constants/exception_t04: MissingCompileTimeError
72 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError 72 Language/Expressions/Constants/literal_string_t02: MissingCompileTimeError
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 Language/Statements/Switch/execution_t01: RuntimeError 221 Language/Statements/Switch/execution_t01: RuntimeError
222 Language/Statements/Switch/type_t01: RuntimeError 222 Language/Statements/Switch/type_t01: RuntimeError
223 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError 223 Language/Types/Dynamic_Type_System/malbounded_type_error_t01: RuntimeError
224 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError 224 Language/Types/Parameterized_Types/malbounded_t06: RuntimeError
225 Language/Types/Static_Types/malformed_type_t04: RuntimeError 225 Language/Types/Static_Types/malformed_type_t04: RuntimeError
226 226
227 # Deferred loading kernel issue 28335. 227 # Deferred loading kernel issue 28335.
228 [ $compiler == dartk || $compiler == dartkp ] 228 [ $compiler == dartk || $compiler == dartkp ]
229 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 229 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
230 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 230 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698