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

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

Issue 2514323005: Revert "Update third_party/pkg/kernel version" (Closed)
Patch Set: Created 4 years, 1 month 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 | « pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart ('k') | tests/compiler/dart2js/dart2js.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) 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == rasta || $compiler == rastap || $compiler == dartk || $compiler = = dartkp ] 6 [ $compiler == rasta || $compiler == rastap || $compiler == dartk || $compiler = = dartkp ]
7 Language/Metadata/*: Skip # No support for metadata ATM. 7 Language/Metadata/*: Skip # No support for metadata ATM.
8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries. 8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def erred libraries.
9 LibTest/isolate/*: Skip # No support for isolates ATM. 9 LibTest/isolate/*: Skip # No support for isolates ATM.
10 10
11 # Override tests marked as failing elsewhere. 11 # Override tests marked as failing elsewhere.
12 [ $compiler == dartk || $compiler == dartkp ] 12 [ $compiler == dartk || $compiler == dartkp ]
13 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass 13 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass
14 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
15 14
16 # dartk: JIT failures 15 # dartk: JIT failures
17 [ $compiler == dartk && $runtime == vm ] 16 [ $compiler == dartk && $runtime == vm ]
18 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError 17 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError
19 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError 18 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError
20 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Cras h 19 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Cras h
21 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Cras h 20 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Cras h
22 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Cras h 21 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Cras h
23 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Cras h 22 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Cras h
24 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Cras h 23 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Cras h
25 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError 24 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: RuntimeError
26 Language/Classes/Constructors/Generative_Constructors/initializing_this_t02: Cra sh 25 Language/Classes/Constructors/Generative_Constructors/initializing_this_t02: Cra sh
27 Language/Classes/Getters/static_getter_t02: CompileTimeError 26 Language/Classes/Getters/static_getter_t02: CompileTimeError
28 Language/Classes/Setters/name_t08: CompileTimeError 27 Language/Classes/Setters/name_t08: CompileTimeError
29 Language/Classes/Setters/name_t09: CompileTimeError 28 Language/Classes/Setters/name_t09: CompileTimeError
30 Language/Classes/Setters/name_t10: CompileTimeError 29 Language/Classes/Setters/name_t10: CompileTimeError
31 Language/Classes/Setters/name_t11: CompileTimeError 30 Language/Classes/Setters/name_t11: CompileTimeError
32 Language/Classes/Setters/name_t12: CompileTimeError 31 Language/Classes/Setters/name_t12: CompileTimeError
33 Language/Classes/Setters/name_t13: CompileTimeError 32 Language/Classes/Setters/name_t13: CompileTimeError
34 Language/Classes/Setters/name_t14: CompileTimeError 33 Language/Classes/Setters/name_t14: CompileTimeError
35 Language/Classes/Setters/name_t15: CompileTimeError 34 Language/Classes/Setters/name_t15: CompileTimeError
36 Language/Classes/definition_t23: Crash 35 Language/Classes/definition_t23: Crash
37 Language/Enums/declaration_equivalent_t01: RuntimeError 36 Language/Enums/declaration_equivalent_t01: RuntimeError
38 Language/Enums/syntax_t08: MissingCompileTimeError 37 Language/Enums/syntax_t08: MissingCompileTimeError
39 Language/Enums/syntax_t09: MissingCompileTimeError 38 Language/Enums/syntax_t09: MissingCompileTimeError
39 Language/Expressions/Await_Expressions/syntax_t01: RuntimeError
40 Language/Expressions/Await_Expressions/syntax_t02: RuntimeError
41 Language/Expressions/Await_Expressions/syntax_t10: RuntimeError
40 Language/Expressions/Constants/exception_t01: MissingCompileTimeError 42 Language/Expressions/Constants/exception_t01: MissingCompileTimeError
41 Language/Expressions/Constants/exception_t02: MissingCompileTimeError 43 Language/Expressions/Constants/exception_t02: MissingCompileTimeError
42 Language/Expressions/Constants/string_length_t01: Crash 44 Language/Expressions/Constants/string_length_t01: Crash
43 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: MissingCompileTimeError 45 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: MissingCompileTimeError
44 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError 46 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu nction_expression_t01: RuntimeError
45 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError 47 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t03: RuntimeError
46 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError 48 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in vocation_t04: RuntimeError
47 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError 49 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t03: MissingCompileTimeError
48 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError 50 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context _invocation_t04: MissingCompileTimeError
49 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError 51 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in vocation_t02: RuntimeError
52 Language/Expressions/Function_Invocation/async_cleanup_t01: RuntimeError
53 Language/Expressions/Function_Invocation/async_cleanup_t02: RuntimeError
54 Language/Expressions/Function_Invocation/async_cleanup_t04: Crash
50 Language/Expressions/Function_Invocation/async_cleanup_t07: Fail 55 Language/Expressions/Function_Invocation/async_cleanup_t07: Fail
51 Language/Expressions/Function_Invocation/async_cleanup_t08: Fail 56 Language/Expressions/Function_Invocation/async_cleanup_t08: Fail
52 Language/Expressions/Function_Invocation/async_generator_invokation_t05: Runtime Error 57 Language/Expressions/Function_Invocation/async_generator_invokation_t05: Runtime Error
53 Language/Expressions/Function_Invocation/async_generator_invokation_t06: Runtime Error 58 Language/Expressions/Function_Invocation/async_generator_invokation_t06: Runtime Error
54 Language/Expressions/Function_Invocation/async_generator_invokation_t09: Runtime Error 59 Language/Expressions/Function_Invocation/async_generator_invokation_t09: Runtime Error
60 Language/Expressions/Function_Invocation/async_invokation_t05: RuntimeError
55 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass 61 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass
56 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass 62 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass
57 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass 63 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass
58 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass 64 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass
59 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi leTimeError 65 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t17: MissingCompi leTimeError
60 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi leTimeError 66 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t18: MissingCompi leTimeError
61 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi leTimeError 67 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t21: MissingCompi leTimeError
62 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi leTimeError 68 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t22: MissingCompi leTimeError
63 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi leTimeError 69 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t23: MissingCompi leTimeError
64 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi leTimeError 70 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t24: MissingCompi leTimeError
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError 237 Language/Libraries_and_Scripts/Exports/syntax_t01: MissingCompileTimeError
232 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError 238 Language/Libraries_and_Scripts/Exports/syntax_t04: MissingCompileTimeError
233 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError 239 Language/Libraries_and_Scripts/Exports/syntax_t05: MissingCompileTimeError
234 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError 240 Language/Libraries_and_Scripts/Exports/syntax_t06: MissingCompileTimeError
235 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError 241 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError
236 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError 242 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError
237 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError 243 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti meError
238 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 244 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
239 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass 245 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass
240 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError 246 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError
241 Language/Libraries_and_Scripts/Parts/compilation_t02: Crash
242 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass 247 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass
243 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash 248 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
244 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash 249 Language/Libraries_and_Scripts/Scripts/top_level_main_t02: Crash
245 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError 250 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
246 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError 251 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
247 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError 252 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
248 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError 253 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError
249 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError 254 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError
250 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError 255 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError
251 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError 256 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass 320 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
316 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 321 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
317 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass 322 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
318 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass 323 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass
319 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass 324 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass
320 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass 325 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
321 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass 326 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
322 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass 327 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
323 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 328 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
324 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass 329 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
325 LibTest/core/Match/operator_subscript_A01_t01: RuntimeError
326 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A01_t01: RuntimeError
327 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A02_t01: RuntimeError
328 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: RuntimeError
329 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: RuntimeError
330 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: RuntimeError
331 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClass_A02_t01: Runtime Error
332 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: RuntimeErr or
333 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t02: Ru ntimeError
334 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: RuntimeErro r
335 LibTest/core/RegExp/firstMatch_A02_t01: RuntimeError
336 LibTest/core/RegExp/hasMatch_A01_t02: RuntimeError
337 LibTest/core/RegExp/stringMatch_A01_t01: RuntimeError
338 330
339 # dartk: JIT failures (debug) 331 # dartk: JIT failures (debug)
340 [ $compiler == dartk && $runtime == vm && $mode == debug ] 332 [ $compiler == dartk && $runtime == vm && $mode == debug ]
341 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate shutdown Heap::VerifyGC 333 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate shutdown Heap::VerifyGC
342 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz ation issue 334 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz ation issue
343 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null() 335 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
344 LibTest/typed_data/ByteBuffer/runtimeType_A01_t02: Pass, Crash # Out of memory 336 LibTest/typed_data/ByteBuffer/runtimeType_A01_t02: Pass, Crash # Out of memory
345 LibTest/collection/DoubleLinkedQueue/every_A01_t02: Pass, Crash # Out of memory 337 LibTest/collection/DoubleLinkedQueue/every_A01_t02: Pass, Crash # Out of memory
346 338
347 # dartk: precompilation failures 339 # dartk: precompilation failures
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError 631 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
640 LibTest/core/Invocation/isAccessor_A01_t02: Crash 632 LibTest/core/Invocation/isAccessor_A01_t02: Crash
641 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError 633 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
642 LibTest/core/Invocation/isGetter_A01_t02: Crash 634 LibTest/core/Invocation/isGetter_A01_t02: Crash
643 LibTest/core/Invocation/isMethod_A01_t01: Crash 635 LibTest/core/Invocation/isMethod_A01_t01: Crash
644 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError 636 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
645 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError 637 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
646 LibTest/core/Invocation/isSetter_A01_t02: Crash 638 LibTest/core/Invocation/isSetter_A01_t02: Crash
647 LibTest/core/Invocation/memberName_A01_t01: RuntimeError 639 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
648 LibTest/core/Invocation/namedArguments_A01_t01: Crash 640 LibTest/core/Invocation/namedArguments_A01_t01: Crash
649 LibTest/core/Invocation/positionalArguments_A01_t01: Crash 641 LibTest/core/Invocation/positionalArguments_A01_t01: Crash
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/ssa/kernel_ast_adapter.dart ('k') | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698