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

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

Issue 2518983002: VM: [Kernel] Update status file for debug mode after merge (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 | « no previous file | tests/language/language_kernel.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
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 321 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
322 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass 322 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
323 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass 323 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass
324 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass 324 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass
325 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass 325 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass
326 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass 326 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass
327 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass 327 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass
328 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass 328 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass
329 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass 329 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass
330 330
331 # dartk: JIT failures (debug)
332 [ $compiler == dartk && $runtime == vm && $mode == debug ]
333 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate shutdown Heap::VerifyGC
334 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz ation issue
335 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is Null()
336 LibTest/typed_data/ByteBuffer/runtimeType_A01_t02: Pass, Crash # Out of memory
337 LibTest/collection/DoubleLinkedQueue/every_A01_t02: Pass, Crash # Out of memory
331 338
332 # dartk: precompilation failures 339 # dartk: precompilation failures
333 [ $compiler == dartkp && $runtime == dart_precompiled ] 340 [ $compiler == dartkp && $runtime == dart_precompiled ]
334 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError 341 Language/Classes/Constructors/Generative_Constructors/execution_of_a_superinitia lizer_t01: RuntimeError
335 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError 342 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: RuntimeError
336 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Cras h 343 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t01: Cras h
337 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Cras h 344 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t03: Cras h
338 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Cras h 345 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t04: Cras h
339 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Cras h 346 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t05: Cras h
340 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Cras h 347 Language/Classes/Constructors/Generative_Constructors/formal_parameter_t06: Cras h
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError 631 LibTest/core/Invocation/isAccessor_A01_t01: RuntimeError
625 LibTest/core/Invocation/isAccessor_A01_t02: Crash 632 LibTest/core/Invocation/isAccessor_A01_t02: Crash
626 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError 633 LibTest/core/Invocation/isGetter_A01_t01: RuntimeError
627 LibTest/core/Invocation/isGetter_A01_t02: Crash 634 LibTest/core/Invocation/isGetter_A01_t02: Crash
628 LibTest/core/Invocation/isMethod_A01_t01: Crash 635 LibTest/core/Invocation/isMethod_A01_t01: Crash
629 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError 636 LibTest/core/Invocation/isMethod_A01_t02: RuntimeError
630 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError 637 LibTest/core/Invocation/isSetter_A01_t01: RuntimeError
631 LibTest/core/Invocation/isSetter_A01_t02: Crash 638 LibTest/core/Invocation/isSetter_A01_t02: Crash
632 LibTest/core/Invocation/memberName_A01_t01: RuntimeError 639 LibTest/core/Invocation/memberName_A01_t01: RuntimeError
633 LibTest/core/Invocation/namedArguments_A01_t01: Crash 640 LibTest/core/Invocation/namedArguments_A01_t01: Crash
634 LibTest/core/Invocation/positionalArguments_A01_t01: Crash 641 LibTest/core/Invocation/positionalArguments_A01_t01: Crash
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698