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

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: 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.
Michael Achenbach 2016/02/01 20:28:42 Lots of skips are turned into fails. I remember th
rmcilroy 2016/02/01 20:52:39 Will do, I'll try to keep an eye on the tree after
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. 519 # TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type.
522 'test-serialize/SerializeInternalReference': [FAIL], 520 'test-serialize/SerializeInternalReference': [FAIL],
523 521
524 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. 522 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found.
525 'test-serialize/SerializeToplevelIsolates': [FAIL], 523 'test-serialize/SerializeToplevelIsolates': [FAIL],
526 524
527 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 525 # TODO(rmcilroy,4680): Exception message doesn't match in release mode.
528 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 526 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL, PASS]
Michael Achenbach 2016/02/01 20:20:01 , missing here
rmcilroy 2016/02/01 20:52:39 Yeah sorry, messed this up in the last patch set.
529 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 527
530 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 528 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
531 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 529 # compiler.cc GetUnoptimizedCodeCommon().
532 'test-compiler/OptimizedCodeSharing2': [SKIP], 530 'test-func-name-inference/GlobalProperty': [FAIL, TIMEOUT],
533 'test-compiler/OptimizedCodeSharing3': [SKIP], 531 'test-func-name-inference/GlobalVar': [FAIL, TIMEOUT],
534 'test-decls/CrossScriptDynamicLookup': [SKIP], 532 'test-func-name-inference/InConstructor': [FAIL, TIMEOUT],
535 'test-decls/CrossScriptReferences_Simple2': [SKIP], 533 'test-func-name-inference/Static': [FAIL, TIMEOUT],
536 'test-decls/Regress425510': [SKIP], 534 'test-func-name-inference/LocalVar': [FAIL, TIMEOUT],
537 'test-feedback-vector/VectorCallICStates': [SKIP], 535 'test-func-name-inference/Factory': [FAIL, TIMEOUT],
538 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 536 'test-func-name-inference/MultipleFuncsConditional': [FAIL, TIMEOUT],
539 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 537 'test-func-name-inference/AsParameter': [FAIL, TIMEOUT],
540 'test-heap/CompilationCacheCachingBehavior': [SKIP], 538 'test-func-name-inference/Prototype': [FAIL, TIMEOUT],
541 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 539 'test-func-name-inference/MultipleFuncsInLiteral': [FAIL, TIMEOUT],
542 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 540 'test-func-name-inference/ObjectLiteral': [FAIL, TIMEOUT],
543 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 541 'test-func-name-inference/AnonymousInAnonymousClosure1': [FAIL, TIMEOUT],
544 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 542 'test-func-name-inference/AnonymousInAnonymousClosure2': [FAIL, TIMEOUT],
545 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 543 'test-func-name-inference/MultipleAssignments': [FAIL, TIMEOUT],
546 'test-heap/Regress169209': [SKIP], 544 'test-func-name-inference/Issue380': [FAIL, TIMEOUT],
547 'test-heap/Regress357137': [SKIP], 545 'test-func-name-inference/NamedInAnonymousClosure': [FAIL, TIMEOUT],
548 'test-heap/TestCodeFlushingIncrementalAbort': [SKIP], 546 'test-func-name-inference/AsConstructorParameter': [FAIL, TIMEOUT],
549 'test-heap/TestCodeFlushingIncrementalScavenge': [SKIP], 547 'test-func-name-inference/GlobalAssignmentAndCall': [FAIL, TIMEOUT],
550 'test-heap/TestCodeFlushingIncremental': [SKIP], 548 'test-func-name-inference/FactoryHashmapConditional': [FAIL, TIMEOUT],
551 'test-heap/TestCodeFlushingPreAged': [SKIP], 549 'test-func-name-inference/FactoryHashmap': [FAIL, TIMEOUT],
552 'test-heap/TestCodeFlushing': [SKIP], 550 'test-func-name-inference/FactoryHashmapVariable': [FAIL, TIMEOUT],
553 'test-heap/WeakFunctionInConstructor': [SKIP], 551 'test-func-name-inference/MethodAssignmentInAnonymousFunctionCall': [FAIL, TIM EOUT],
554 'test-lockers/IsolateLockingStress': [SKIP], 552 'test-func-name-inference/AssignmentAndCall': [FAIL, TIMEOUT],
555 'test-lockers/SeparateIsolatesLocksNonexclusive': [SKIP], 553 'test-func-name-inference/ReturnAnonymousFunction': [FAIL, TIMEOUT],
556 'test-log-stack-tracer/CFromJSStackTrace': [SKIP], 554
557 'test-log-stack-tracer/PureJSStackTrace': [SKIP], 555 # TODO(rmcilroy,4682): Requires support for classes.
558 'test-parsing/DestructuringNegativeTests': [SKIP], 556 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstancesNoInlineNew': [ FAIL],
559 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [SKIP], 557 'test-inobject-slack-tracking/SubclassBasicNoBaseClassInstances': [FAIL],
560 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 558 'test-inobject-slack-tracking/LongSubclassChain2': [FAIL],
561 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 559 'test-inobject-slack-tracking/LongSubclassChain1': [FAIL],
562 'test-profile-generator/BailoutReason': [SKIP], 560 'test-inobject-slack-tracking/LongSubclassChain3': [FAIL],
563 'test-profile-generator/LineNumber': [SKIP], 561 'test-inobject-slack-tracking/SubclassBasicNoInlineNew': [FAIL],
564 'test-profile-generator/ProfileNodeScriptId': [SKIP], 562 'test-inobject-slack-tracking/InobjectPropetiesCountOverflowInSubclass': [FAIL ],
565 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 563 'test-inobject-slack-tracking/SlowModeSubclass': [FAIL],
566 'test-run-inlining/InlineTwice': [SKIP], 564 'test-inobject-slack-tracking/SubclassObjectBuiltin': [FAIL],
567 'test-run-jscalls/LookupCall': [SKIP], 565 'test-inobject-slack-tracking/SubclassObjectBuiltinNoInlineNew': [FAIL],
568 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 566 'test-inobject-slack-tracking/SubclassFunctionBuiltin': [FAIL],
569 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 567 'test-inobject-slack-tracking/SubclassBasic': [FAIL],
570 'test-run-jsobjects/ArgumentsRest': [SKIP], 568 'test-inobject-slack-tracking/SubclassFunctionBuiltinNoInlineNew': [FAIL],
571 'test-run-jsops/ClassLiteral': [SKIP], 569 'test-inobject-slack-tracking/SubclassNumberBuiltin': [FAIL],
572 'test-run-jsops/LookupLoad': [SKIP], 570 'test-inobject-slack-tracking/SubclassBooleanBuiltinNoInlineNew': [FAIL],
573 'test-run-jsops/LookupStore': [SKIP], 571 'test-inobject-slack-tracking/SubclassErrorBuiltinNoInlineNew': [FAIL],
574 'test-run-variables/ContextInitializeVariables': [SKIP], 572 'test-inobject-slack-tracking/SubclassErrorBuiltin': [FAIL],
575 'test-run-variables/ContextLoadVariables': [SKIP], 573 'test-inobject-slack-tracking/SubclassStringBuiltin': [FAIL],
576 'test-run-variables/ContextStoreVariables': [SKIP], 574 'test-inobject-slack-tracking/SubclassDateBuiltin': [FAIL],
577 'test-run-variables/StackInitializeVariables': [SKIP], 575 'test-inobject-slack-tracking/SubclassRegExpBuiltin': [FAIL],
578 'test-run-variables/StackLoadVariables': [SKIP], 576 'test-inobject-slack-tracking/SubclassStringBuiltinNoInlineNew': [FAIL],
579 'test-run-variables/StackStoreVariables': [SKIP], 577 'test-inobject-slack-tracking/SubclassBooleanBuiltin': [FAIL],
580 'test-sampler-api/StackFramesConsistent': [SKIP], 578 'test-inobject-slack-tracking/SubclassDateBuiltinNoInlineNew': [FAIL],
581 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP], 579 'test-inobject-slack-tracking/SubclassArrayBuiltin': [FAIL],
582 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 580 'test-inobject-slack-tracking/SubclassRegExpBuiltinNoInlineNew': [FAIL],
583 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 581 'test-inobject-slack-tracking/SubclassNumberBuiltinNoInlineNew': [FAIL],
584 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], 582 'test-inobject-slack-tracking/SubclassArrayBuiltinNoInlineNew': [FAIL],
585 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 583 'test-inobject-slack-tracking/SubclassTypedArrayBuiltin': [FAIL],
586 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 584 'test-inobject-slack-tracking/SubclassTypedArrayBuiltinNoInlineNew': [FAIL],
587 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 585 'test-inobject-slack-tracking/SubclassCollectionBuiltin': [FAIL],
588 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 586 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL],
587 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL],
588 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL],
589 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL],
590 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL],
591 'test-api/Regress470113': [FAIL],
592 'test-api/SubclassGetConstructorName': [FAIL],
593 'test-api/ClassPrototypeCreationContext': [FAIL],
594 'test-run-jsops/ClassLiteral': [FAIL],
595
596 # TODO(rmcilroy,4684): Requires support for with statements.
597 'test-unscopables-hidden-prototype/Unscopables': [FAIL],
598 'test-decls/CrossScriptDynamicLookup': [FAIL],
599 'test-api/EvalAliasedDynamic': [FAIL],
600 'test-api/CrossEval': [FAIL],
601 'test-api/ReadOnlyPropertyInGlobalProto': [FAIL],
602 'test-api/StreamingWithDebuggingEnabledLate': [FAIL],
603 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
604 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL],
605 'test-api/CatchExceptionFromWith': [FAIL],
606 'test-api/CallbackExceptionRegression': [FAIL],
607 'test-api/UseWithFromExtension': [FAIL],
608 'test-run-jscalls/LookupCall': [FAIL],
609 'test-run-jsops/LookupLoad': [FAIL],
610 'test-run-jsops/LookupStore': [FAIL],
611
612 # TODO(rmcilroy,4681): Requires support for generators.
613 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
614 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
615 'test-api/IsGeneratorFunctionOrObject': [FAIL],
616
617 # TODO(rmcilroy,4680): Strong mode failures.
618 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL],
619 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL],
620 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL],
621 'test-api/StrongModeAccessCheckBlocked': [FAIL],
622 'test-api/AccessorShouldThrowOnError': [FAIL],
623 'test-api/InterceptorShouldThrowOnError': [FAIL],
624 'test-api/StrongModeAccessCheckAllowed': [FAIL],
625
626 # TODO(rmcilroy,4680): FunctionTester SameValue check fails.
627 'test-run-variables/StackInitializeVariables': [FAIL],
628 'test-run-variables/ContextInitializeVariables': [FAIL],
629 'test-run-variables/ContextStoreVariables': [FAIL],
630 'test-run-variables/StackStoreVariables': [FAIL],
631 'test-run-variables/ContextLoadVariables': [FAIL],
632 'test-run-variables/StackLoadVariables': [FAIL],
633
634 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
635 'test-api/SetFunctionEntryHook': [FAIL],
636
637 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
638 'test-heap/TestCodeFlushingPreAged': [FAIL],
639 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
640 'test-heap/TestCodeFlushing': [FAIL],
641 'test-heap/TestCodeFlushingIncremental': [FAIL],
642
643 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
644 'test-compiler/OptimizedCodeSharing2': [FAIL],
645 'test-compiler/OptimizedCodeSharing3': [FAIL],
646
647 # TODO(rmcilroy,4689): Stack trace line number failures.
648 'test-api/CaptureStackTrace': [FAIL],
649 'test-api/GetStackTraceForUncaughtExceptionFromSimpleStackTrace': [FAIL],
650 'test-api/CaptureStackTraceForUncaughtException': [FAIL],
651 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL],
652 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
653
654 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure.
655 'test-log-stack-tracer/CFromJSStackTrace': [FAIL],
656 'test-log-stack-tracer/PureJSStackTrace': [FAIL],
657
658 # TODO(rmcilroy,4680): Exception message assert failure.
659 'test-api/CallICFastApi_SimpleSignature_Miss2': [FAIL],
660 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [FAIL],
661 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3': [FAIL],
662 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [FAIL],
663
664 # TODO(rmcilroy,4680): Test assert errors.
665 'test-cpu-profiler/CodeEvents': [FAIL],
666 'test-cpu-profiler/TickEvents': [FAIL],
667 'test-cpu-profiler/CallCollectSample': [FAIL],
668 'test-cpu-profiler/FunctionDetails': [FAIL],
669 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
670 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
671 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
672 'test-cpu-profiler/ NativeAccessorMonomorphicIC': [FAIL],
673 'test-sampler-api/StackFramesConsistent': [FAIL],
674 'test-profile-generator/LineNumber': [FAIL],
675 'test-profile-generator/ProfileNodeScriptId': [FAIL],
676 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
677 'test-feedback-vector/VectorCallICStates': [FAIL],
678 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
679 'test-cpu-profiler/CollectSampleAPI': [FAIL],
680 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
681 'test-api/ExceptionInNativeScript': [FAIL],
682 'test-api/ExceptionCreateMessage': [FAIL],
683 'test-api/TryFinallyMessage': [FAIL],
684 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL],
685 'test-api/PromiseRejectCallback': [FAIL],
686 'test-api/RethrowBogusErrorStackTrace': [FAIL],
687 'test-api/RethrowPrimitiveStackTrace': [FAIL],
688 'test-api/RethrowStackTrace': [FAIL],
689 'test-api/TryCatchSourceInfo': [FAIL],
690 'test-api/SetJitCodeEventHandler': [FAIL],
691 'test-heap/WeakFunctionInConstructor': [FAIL],
692 'test-heap/Regress169209': [FAIL],
693 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
694 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
695 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
696 'test-heap/CompilationCacheCachingBehavior': [FAIL],
697 'test-run-inlining/InlineTwice': [FAIL],
698 'test-run-jsobjects/ArgumentsRest': [FAIL],
699 'test-decls/Regress425510': [FAIL],
700 'test-heap/CanonicalSharedFunctionInfo': [FAIL],
701 'test-heap/TestCodeFlushingIncrementalAbort': [FAIL],
702 'test-cpu-profiler/SourceLocation': [FAIL],
703
704 # TODO(rmcilroy,4680): Test crashes.
705 'test-pipeline/PipelineGeneric': [SKIP],
706 'test-pipeline/PipelineTyped': [SKIP],
707
708 # TODO(rmcilroy,4680): Test timeouts.
709 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [TIMEOUT],
Michael Achenbach 2016/02/01 20:28:42 Expected timeouts are discouraged (also flaky ones
rmcilroy 2016/02/01 20:52:39 Changed to skip.
710 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [TIMEOU T],
711 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [TIMEOUT],
712 'test-thread-termination/TerminateAndReenterFromThreadItself': [TIMEOUT],
713 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [TIMEOUT],
714 'test-thread-termination/TerminationInInnerTryCall': [TIMEOUT],
715 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [TIME OUT],
716 'test-api/RequestInterruptTestWithFunctionCall': [TIMEOUT],
717 'test-api/RequestInterruptTestWithAccessor': [TIMEOUT],
718 'test-api/RequestInterruptTestWithNativeAccessor': [TIMEOUT],
719 'test-api/RequestInterruptTestWithMethodCall': [TIMEOUT],
720 'test-api/RequestMultipleInterrupts': [TIMEOUT],
721 'test-api/RequestInterruptTestWithMethodCallAndInterceptor': [TIMEOUT],
722
589 }], # ignition == True 723 }], # ignition == True
590 724
591 ['ignition == True and arch == arm', { 725 ['ignition == True and mode == debug', {
592 'test-serialize/SerializeInternalReference': [SKIP], 726 # TODO(rmcilroy,4680): Check failure in runtime-compiler.cc on code type.
727 'test-run-jsexceptions/DeoptFinallyReturn': [FAIL],
593 }], 728 }],
594 729
730 ['ignition == True and mode == debug and arch == x64', {
731 # TODO(rmcilroy,4680): Fatal error in .././src/handles.h, line 206
732 'test-run-jsexceptions/CatchNested': [FAIL],
733 'test-run-jsexceptions/Catch': [FAIL],
734 'test-run-jsexceptions/CatchBreak': [FAIL],
735 'test-run-jsexceptions/CatchCall': [FAIL],
736 'test-run-jsexceptions/DeoptCatch': [FAIL],
737
738 # TODO(rmcilroy,4689): Stack trace line number failures.
739 'test-api/TryCatchMixedNesting': [FAIL],
740
741 # TODO(rmcilroy,4680): Test assert failures.
742 'test-api/CallAsFunction': [FAIL],
743 'test-api/ConstructorForObject': [FAIL],
744 'test-api/Regress528': [FAIL],
745 }],
746
747 ['ignition == True and arch == x64', {
748 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
749 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
750 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
751 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
752 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
753 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
754
755 # TODO(rmcilroy,4680): Test assert errors.
756 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
757 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
758 }],
759
595 ['ignition == True and arch == arm64', { 760 ['ignition == True and arch == arm64', {
761 # TODO(rmcilroy,4680): Arm64 specific test failures.
762 'test-js-arm64-variables/lookup_slots': [FAIL],
596 'test-decls/CrossScriptReferencesHarmony': [SKIP], 763 'test-decls/CrossScriptReferencesHarmony': [SKIP],
597 'test-js-arm64-variables/lookup_slots': [SKIP], 764 'test-js-arm64-variables/lookup_slots': [SKIP],
598 'test-serialize/SerializeInternalReference': [SKIP], 765 'test-serialize/SerializeInternalReference': [SKIP],
599 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 766 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
600 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 767 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
601 'test-heap/Regress538257': [SKIP], 768 'test-heap/Regress538257': [SKIP],
769 'test-heap/AddInstructionChangesNewSpacePromotion': [FAIL],
770 'test-heap/Regress538257': [FAIL],
771 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [FAIL],
602 }], # ignition == True and arch == arm64 772 }], # ignition == True and arch == arm64
603 773
604 ] 774 ]
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