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

Side by Side Diff: test/cctest/cctest.status

Issue 1656803002: [Interpreter] Group ignition cctest failures by error. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@int_fix_setcode
Patch Set: Couple more tweaks Created 4 years, 10 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', { 496 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr ue', {
497 497
498 # Pass but take too long with the simulator. 498 # Pass but take too long with the simulator.
499 'test-api/Threading1': [PASS, SLOW], 499 'test-api/Threading1': [PASS, SLOW],
500 'test-api/Threading2': [PASS, SLOW], 500 'test-api/Threading2': [PASS, SLOW],
501 'test-api/ExternalArrays': [PASS, SLOW], 501 'test-api/ExternalArrays': [PASS, SLOW],
502 502
503 }], # 'arch == ppc64 and simulator_run == True' 503 }], # 'arch == ppc64 and simulator_run == True'
504 504
505 ['ignition == True', { 505 ['ignition == True', {
506 'test-api/*' : [SKIP], 506 # TODO(yangguo,4690): Enable debugger support for Ignition.
507 'test-cpu-profiler/*' : [SKIP],
508 'test-debug/*' : [SKIP], 507 'test-debug/*' : [SKIP],
509 'test-func-name-inference/*' : [SKIP], 508
510 'test-inobject-slack-tracking/*' : [SKIP], 509 # TODO(yangguo,4690): Required DebuggerStatement support.
510 'test-profile-generator/BailoutReason': [FAIL],
511 'test-api/Regress385349': [FAIL],
511 512
512 # TODO(mstarzinger,4674): Message object is not properly cleared. 513 # TODO(mstarzinger,4674): Message object is not properly cleared.
513 'test-heap/MessageObjectLeak': [FAIL], 514 'test-heap/MessageObjectLeak': [FAIL],
514 515
515 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. 516 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
516 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL], 517 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL],
517 518
518 # TODO(mstarzinger,4674): Bug in control flow modeling. Investigate and fix.
519 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL],
520
521 # TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type.
522 'test-serialize/SerializeInternalReference': [FAIL],
523
524 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. 519 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found.
525 'test-serialize/SerializeToplevelIsolates': [FAIL], 520 'test-serialize/SerializeToplevelIsolates': [FAIL],
526 521
527 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 522 # TODO(rmcilroy,4680): Exception message doesn't match in release mode.
528 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 523 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL, PASS],
529 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 524
530 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 525 # TODO(rmcilroy,4682): Requires support for classes.
531 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 526 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstancesNoInlineNew': [ FAIL],
532 'test-compiler/OptimizedCodeSharing2': [SKIP], 527 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstances': [FAIL],
533 'test-compiler/OptimizedCodeSharing3': [SKIP], 528 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL],
534 'test-decls/CrossScriptDynamicLookup': [SKIP], 529 'test-inobject-slack-tracking/LongSubclassChain1': [FAIL],
535 'test-decls/CrossScriptReferences_Simple2': [SKIP], 530 'test-inobject-slack-tracking/LongSubclassChain3': [FAIL],
536 'test-decls/Regress425510': [SKIP], 531 'test-inobject-slack-tracking/SubclassBasicNoInlineNew': [FAIL],
537 'test-feedback-vector/VectorCallICStates': [SKIP], 532 'test-inobject-slack-tracking/InobjectPropetiesCountOverflowInSubclass': [FAIL ],
538 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 533 'test-inobject-slack-tracking/SlowModeSubclass': [FAIL],
539 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 534 'test-inobject-slack-tracking/SubclassObjectBuiltin': [FAIL],
540 'test-heap/CompilationCacheCachingBehavior': [SKIP], 535 'test-inobject-slack-tracking/SubclassObjectBuiltinNoInlineNew': [FAIL],
541 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 536 'test-inobject-slack-tracking/SubclassFunctionBuiltin': [FAIL],
542 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 537 'test-inobject-slack-tracking/SubclassBasic': [FAIL],
543 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 538 'test-inobject-slack-tracking/SubclassFunctionBuiltinNoInlineNew': [FAIL],
544 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 539 'test-inobject-slack-tracking/SubclassNumberBuiltin': [FAIL],
545 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 540 'test-inobject-slack-tracking/SubclassBooleanBuiltinNoInlineNew': [FAIL],
546 'test-heap/Regress169209': [SKIP], 541 'test-inobject-slack-tracking/SubclassErrorBuiltinNoInlineNew': [FAIL],
547 'test-heap/Regress357137': [SKIP], 542 'test-inobject-slack-tracking/SubclassErrorBuiltin': [FAIL],
548 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 543 'test-inobject-slack-tracking/SubclassStringBuiltin': [FAIL],
549 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 544 'test-inobject-slack-tracking/SubclassDateBuiltin': [FAIL],
550 'test-heap/TestCodeFlushingIncremental': [SKIP], 545 'test-inobject-slack-tracking/SubclassRegExpBuiltin': [FAIL],
551 'test-heap/TestCodeFlushingPreAged': [SKIP], 546 'test-inobject-slack-tracking/SubclassStringBuiltinNoInlineNew': [FAIL],
552 'test-heap/TestCodeFlushing': [SKIP], 547 'test-inobject-slack-tracking/SubclassBooleanBuiltin': [FAIL],
553 'test-heap/WeakFunctionInConstructor': [SKIP], 548 'test-inobject-slack-tracking/SubclassDateBuiltinNoInlineNew': [FAIL],
554 'test-lockers/IsolateLockingStress': [SKIP], 549 'test-inobject-slack-tracking/SubclassArrayBuiltin': [FAIL],
555 'test-lockers/SeparateIsolatesLocksNonexclusive': [SKIP], 550 'test-inobject-slack-tracking/SubclassRegExpBuiltinNoInlineNew': [FAIL],
556 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 551 'test-inobject-slack-tracking/SubclassNumberBuiltinNoInlineNew': [FAIL],
557 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 552 'test-inobject-slack-tracking/SubclassArrayBuiltinNoInlineNew': [FAIL],
558 'test-parsing/DestructuringNegativeTests': [SKIP], 553 'test-inobject-slack-tracking/SubclassTypedArrayBuiltin': [FAIL],
559 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 554 'test-inobject-slack-tracking/SubclassTypedArrayBuiltinNoInlineNew': [FAIL],
560 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 555 'test-inobject-slack-tracking/SubclassCollectionBuiltin': [FAIL],
561 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 556 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL],
562 'test-profile-generator/BailoutReason': [SKIP], 557 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL],
563 'test-profile-generator/LineNumber': [SKIP], 558 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL],
564 'test-profile-generator/ProfileNodeScriptId': [SKIP], 559 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL],
565 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 560 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL],
566 'test-run-inlining/InlineTwice': [SKIP], 561 'test-api/Regress470113': [FAIL],
567 'test-run-jscalls/LookupCall': [SKIP], 562 'test-api/SubclassGetConstructorName': [FAIL],
568 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 563 'test-api/ClassPrototypeCreationContext': [FAIL],
569 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 564 'test-run-jsops/ClassLiteral': [FAIL],
570 'test-run-jsobjects/ArgumentsRest': [SKIP], 565
571 'test-run-jsops/ClassLiteral': [SKIP], 566 # TODO(rmcilroy,4684): Requires support for with statements.
572 'test-run-jsops/LookupLoad': [SKIP], 567 'test-unscopables-hidden-prototype/Unscopables': [FAIL],
573 'test-run-jsops/LookupStore': [SKIP], 568 'test-decls/CrossScriptDynamicLookup': [FAIL],
574 'test-run-variables/ContextInitializeVariables': [SKIP], 569 'test-api/EvalAliasedDynamic': [FAIL],
575 'test-run-variables/ContextLoadVariables': [SKIP], 570 'test-api/CrossEval': [FAIL],
576 'test-run-variables/ContextStoreVariables': [SKIP], 571 'test-api/ReadOnlyPropertyInGlobalProto': [FAIL],
577 'test-run-variables/StackInitializeVariables': [SKIP], 572 'test-api/StreamingWithDebuggingEnabledLate': [FAIL],
578 'test-run-variables/StackLoadVariables': [SKIP], 573 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
579 'test-run-variables/StackStoreVariables': [SKIP], 574 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL],
580 'test-sampler-api/StackFramesConsistent': [SKIP], 575 'test-api/CatchExceptionFromWith': [FAIL],
576 'test-api/CallbackExceptionRegression': [FAIL],
577 'test-api/UseWithFromExtension': [FAIL],
578 'test-run-jscalls/LookupCall': [FAIL],
579 'test-run-jsops/LookupLoad': [FAIL],
580 'test-run-jsops/LookupStore': [FAIL],
581
582 # TODO(rmcilroy,4681): Requires support for generators.
583 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
584 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
585 'test-api/IsGeneratorFunctionOrObject': [FAIL],
586
587 # TODO(rmcilroy,4680): Strong mode failures.
588 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL],
589 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL],
590 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL],
591 'test-api/StrongModeAccessCheckBlocked': [FAIL],
592 'test-api/AccessorShouldThrowOnError': [FAIL],
593 'test-api/InterceptorShouldThrowOnError': [FAIL],
594 'test-api/StrongModeAccessCheckAllowed': [FAIL],
595
596 # TODO(rmcilroy,4680): FunctionTester SameValue check fails.
597 'test-run-variables/StackInitializeVariables': [FAIL],
598 'test-run-variables/ContextInitializeVariables': [FAIL],
599 'test-run-variables/ContextStoreVariables': [FAIL],
600 'test-run-variables/StackStoreVariables': [FAIL],
601 'test-run-variables/ContextLoadVariables': [FAIL],
602 'test-run-variables/StackLoadVariables': [FAIL],
603
604 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
605 'test-api/SetFunctionEntryHook': [FAIL],
606
607 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
608 'test-heap/TestCodeFlushingPreAged': [FAIL],
609 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
610 'test-heap/TestCodeFlushing': [FAIL],
611 'test-heap/TestCodeFlushingIncremental': [FAIL],
612
613 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
614 'test-compiler/OptimizedCodeSharing2': [FAIL],
615 'test-compiler/OptimizedCodeSharing3': [FAIL],
616
617 # TODO(rmcilroy,4689): Stack trace line number failures.
618 'test-api/CaptureStackTrace': [FAIL],
619 'test-api/GetStackTraceForUncaughtExceptionFromSimpleStackTrace': [FAIL],
620 'test-api/CaptureStackTraceForUncaughtException': [FAIL],
621 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL],
622 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
623
624 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure.
625 'test-log-stack-tracer/CFromJSStackTrace': [FAIL],
626 'test-log-stack-tracer/PureJSStackTrace': [FAIL],
627
628 # TODO(rmcilroy,4680): Exception message assert failure.
629 'test-api/CallICFastApi_SimpleSignature_Miss2': [FAIL],
630 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [FAIL],
631 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3': [FAIL],
632 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [FAIL],
633
634 # TODO(rmcilroy,4680): Test assert errors.
635 'test-cpu-profiler/CodeEvents': [FAIL],
636 'test-cpu-profiler/TickEvents': [FAIL],
637 'test-cpu-profiler/CallCollectSample': [FAIL],
638 'test-cpu-profiler/FunctionDetails': [FAIL],
639 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
640 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
641 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
642 'test-cpu-profiler/ NativeAccessorMonomorphicIC': [FAIL],
643 'test-sampler-api/StackFramesConsistent': [FAIL],
644 'test-profile-generator/LineNumber': [FAIL],
645 'test-profile-generator/ProfileNodeScriptId': [FAIL],
646 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
647 'test-feedback-vector/VectorCallICStates': [FAIL],
648 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
649 'test-cpu-profiler/CollectSampleAPI': [FAIL],
650 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
651 'test-api/ExceptionInNativeScript': [FAIL],
652 'test-api/ExceptionCreateMessage': [FAIL],
653 'test-api/TryFinallyMessage': [FAIL],
654 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL],
655 'test-api/PromiseRejectCallback': [FAIL],
656 'test-api/RethrowBogusErrorStackTrace': [FAIL],
657 'test-api/RethrowPrimitiveStackTrace': [FAIL],
658 'test-api/RethrowStackTrace': [FAIL],
659 'test-api/TryCatchSourceInfo': [FAIL],
660 'test-api/SetJitCodeEventHandler': [FAIL],
661 'test-heap/WeakFunctionInConstructor': [FAIL],
662 'test-heap/Regress169209': [FAIL],
663 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
664 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
665 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
666 'test-heap/CompilationCacheCachingBehavior': [FAIL],
667 'test-run-inlining/InlineTwice': [FAIL],
668 'test-run-jsobjects/ArgumentsRest': [FAIL],
669 'test-decls/Regress425510': [FAIL],
670
671 # TODO(rmcilroy,4680): Fail on some bot configurations.
672 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
673 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
674 'test-cpu-profiler/SourceLocation': [PASS, FAIL],
675 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL],
676 'test-serialize/SerializeInternalReference': [PASS, FAIL],
677
678 # TODO(rmcilroy,4680): Test crashes.
679 'test-pipeline/PipelineGeneric': [SKIP],
680 'test-pipeline/PipelineTyped': [SKIP],
681
682 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
683 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
684 'test-func-name-inference/GlobalProperty': [SKIP],
685 'test-func-name-inference/GlobalVar': [SKIP],
686 'test-func-name-inference/InConstructor': [SKIP],
687 'test-func-name-inference/Static': [SKIP],
688 'test-func-name-inference/LocalVar': [SKIP],
689 'test-func-name-inference/Factory': [SKIP],
690 'test-func-name-inference/MultipleFuncsConditional': [SKIP],
691 'test-func-name-inference/AsParameter': [SKIP],
692 'test-func-name-inference/Prototype': [SKIP],
693 'test-func-name-inference/MultipleFuncsInLiteral': [SKIP],
694 'test-func-name-inference/ObjectLiteral': [SKIP],
695 'test-func-name-inference/AnonymousInAnonymousClosure1': [SKIP],
696 'test-func-name-inference/AnonymousInAnonymousClosure2': [SKIP],
697 'test-func-name-inference/MultipleAssignments': [SKIP],
698 'test-func-name-inference/Issue380': [SKIP],
699 'test-func-name-inference/NamedInAnonymousClosure': [SKIP],
700 'test-func-name-inference/AsConstructorParameter': [SKIP],
701 'test-func-name-inference/GlobalAssignmentAndCall': [SKIP],
702 'test-func-name-inference/FactoryHashmapConditional': [SKIP],
703 'test-func-name-inference/FactoryHashmap': [SKIP],
704 'test-func-name-inference/FactoryHashmapVariable': [SKIP],
705 'test-func-name-inference/MethodAssignmentInAnonymousFunctionCall': [SKIP],
706 'test-func-name-inference/AssignmentAndCall': [SKIP],
707 'test-func-name-inference/ReturnAnonymousFunction': [SKIP],
708
709 # TODO(rmcilroy,4680): Test timeouts.
710 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
711 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
712 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
581 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP], 713 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
582 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 714 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
715 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
583 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 716 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
584 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], 717 'test-api/RequestInterruptTestWithFunctionCall': [SKIP],
585 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 718 'test-api/RequestInterruptTestWithAccessor': [SKIP],
586 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 719 'test-api/RequestInterruptTestWithNativeAccessor': [SKIP],
587 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 720 'test-api/RequestInterruptTestWithMethodCall': [SKIP],
588 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 721 'test-api/RequestMultipleInterrupts': [SKIP],
722 'test-api/RequestInterruptTestWithMethodCallAndInterceptor': [SKIP],
589 }], # ignition == True 723 }], # ignition == True
590 724
591 ['ignition == True and arch == arm', { 725 ['ignition == True and mode == debug and arch == x64', {
592 'test-serialize/SerializeInternalReference': [SKIP], 726 # TODO(rmcilroy,4680): Fatal error in .././src/handles.h, line 206
727 'test-run-jsexceptions/CatchNested': [FAIL],
728 'test-run-jsexceptions/Catch': [FAIL],
729 'test-run-jsexceptions/CatchBreak': [FAIL],
730 'test-run-jsexceptions/CatchCall': [FAIL],
731 'test-run-jsexceptions/DeoptCatch': [FAIL],
732
733 # TODO(rmcilroy,4689): Stack trace line number failures.
734 'test-api/TryCatchMixedNesting': [FAIL],
735
736 # TODO(rmcilroy,4680): Test assert failures.
737 'test-api/CallAsFunction': [FAIL],
738 'test-api/ConstructorForObject': [FAIL],
739 'test-api/Regress528': [FAIL],
593 }], 740 }],
594 741
742 ['ignition == True and arch == x64', {
743 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
744 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
745 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
746 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
747 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
748 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
749
750 # TODO(rmcilroy,4680): Test assert errors.
751 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
752 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
753 }],
754
595 ['ignition == True and arch == arm64', { 755 ['ignition == True and arch == arm64', {
596 'test-decls/CrossScriptReferencesHarmony': [SKIP], 756 # TODO(rmcilroy,4680): Arm64 specific test failures.
597 'test-js-arm64-variables/lookup_slots': [SKIP], 757 'test-decls/CrossScriptReferencesHarmony': [FAIL],
598 'test-serialize/SerializeInternalReference': [SKIP], 758 'test-js-arm64-variables/lookup_slots': [FAIL],
599 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 759 'test-serialize/SerializeInternalReference': [FAIL],
600 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 760 'test-spaces/SizeOfFirstPageIsLargeEnough': [FAIL],
601 'test-heap/Regress538257': [SKIP], 761 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [FAIL],
762 'test-api/ExternalWrap': [FAIL],
763
764 # TODO(rmcilroy,4680): Arm64 flakes.
765 'test-heap/Regress538257': [PASS, FAIL],
766 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
602 }], # ignition == True and arch == arm64 767 }], # ignition == True and arch == arm64
603 768
604 ] 769 ]
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