New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 601669 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner:
Closed: Sep 21
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

svg/as-image/svg-nested.html crashes on win_chromium_rel_ng

Project Member Reported by hayato@chromium.org, Apr 8 2016

Issue description

When I try to land this CL, https://codereview.chromium.org/1854423002,
svg/as-image/svg-nested.html is continuously crashing on win_chromium_rel_ng.

It is strange because the the CL s just replacing ASSERT -> DCHECK.
It should not affect the release build.

Let me mark this test CRASH on win to triage later.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 8 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/63915eb8cbda0af155de9e774283fa0828e9f446

commit 63915eb8cbda0af155de9e774283fa0828e9f446
Author: hayato <hayato@chromium.org>
Date: Fri Apr 08 03:14:10 2016

ASSERT -> {DCHECK|DCHECK_XX}, ENABLE(ASSERT) -> DCHECK_IS_ON() in dom

There are several places where DCHECK_{EQ/NE} can not be used because
"operator<<(ostream&, T&)" is not defined for T.

To isolate issues, other macros, such as RELEASE_ASSERT, will be replaced in another CL.

BUG= 596760 , 601669 

Review URL: https://codereview.chromium.org/1854423002

Cr-Commit-Position: refs/heads/master@{#385971}

[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/LayoutTests/TestExpectations
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/AXObjectCache.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Attr.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/CharacterData.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/CharacterData.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ChildNodeList.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/CompositorProxiedPropertySet.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ContainerNode.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ContainerNode.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ContextLifecycleNotifier.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMArrayBuffer.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMArrayBufferBase.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMArrayBufferView.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMDataView.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMException.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMImplementation.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMSharedArrayBuffer.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMSharedArrayBuffer.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMTypedArray.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DOMURL.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Document.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentInit.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentOrderedMap.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentOrderedMap.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentParser.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentParser.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentParserTiming.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentStyleSheetCollection.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentType.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/DocumentVisibilityObserver.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Element.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ElementData.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ElementDataCache.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ElementRareData.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ElementTest.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/FlexibleArrayBufferView.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Fullscreen.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/IconURL.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/IdTargetObserverRegistry.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/IntersectionObservation.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/IntersectionObserver.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/IntersectionObserverController.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/LiveNodeListBase.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/MessageChannel.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/MessagePort.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/MutationObserver.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NamedNodeMap.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NamedNodeMap.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Node.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Node.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeComputedStyle.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeIntersectionObserverData.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeIterator.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeListsNodeData.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeRareData.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeTraversal.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NodeWithIndex.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NthIndexCache.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/NthIndexCache.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/PendingScript.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/PseudoElement.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/QualifiedName.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/QualifiedName.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Range.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Range.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/RangeBoundaryPoint.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ScriptLoader.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ScriptedAnimationController.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/SecurityContext.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/SelectorQuery.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/ShadowTreeStyleSheetCollection.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/StyleElement.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/StyleEngine.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/StyleSheetCandidate.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TagCollection.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TagCollection.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/Text.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeScope.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeScope.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeScopeAdopter.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeScopeAdopter.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeScopeStyleSheetCollection.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeShared.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TreeWalker.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/TypedFlexibleArrayBufferView.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/URLSearchParams.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/UserActionElementSet.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/VisitedLinkState.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/WeakIdentifierMap.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElement.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackInvocation.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementCallbackQueue.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementMicrotaskImportStep.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementProcessingStack.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementRegistrationContext.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/custom/CustomElementScheduler.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/DistributedNodes.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/ElementShadow.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/ElementShadow.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/FlatTreeTraversal.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/FlatTreeTraversal.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/FlatTreeTraversalTest.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/ShadowRootRareData.h
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/SlotAssignment.cpp
[modify] https://crrev.com/63915eb8cbda0af155de9e774283fa0828e9f446/third_party/WebKit/Source/core/dom/shadow/SlotScopedTraversal.cpp

Project Member

Comment 2 by bugdroid1@chromium.org, Aug 9 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b6a0cb1d1c0bfb273a484a9235fe9f5cd7bff36a

commit b6a0cb1d1c0bfb273a484a9235fe9f5cd7bff36a
Author: Philip Jägenstedt <foolip@chromium.org>
Date: Tue Aug 09 12:29:39 2016

Mark svg/as-image/svg-nested.html as [ Crash Pass ] on Win

It appears to be passing on release builds.

BUG= 601669 
TBR=hayato@chromium.org

Review URL: https://codereview.chromium.org/2226943004 .

Cr-Commit-Position: refs/heads/master@{#410643}

[modify] https://crrev.com/b6a0cb1d1c0bfb273a484a9235fe9f5cd7bff36a/third_party/WebKit/LayoutTests/TestExpectations

Labels: OS-Windows
Labels: Test-Layout
Owner: schenney@chromium.org
Status: Assigned (was: Available)
The still crashing test looks to be stack overflow and hence we'll never fix it. I'll make it so.
Project Member

Comment 5 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6f86fdaf9407f907eb9f5f81c4213ba4662c6947

commit 6f86fdaf9407f907eb9f5f81c4213ba4662c6947
Author: schenney <schenney@chromium.org>
Date: Thu Sep 15 14:17:43 2016

Move some paint-related tests to NeverFixTests

The moved tests are always expected to fail due to stack-space issues
or incompatible test flags. Also update the comment as to what belongs
in NeverFixTests.

Two tests that were in NeverFixTests are just Slow now, so re-enable them.

R=dpranke@chromium.org
BUG= 381840 , 601669 , 646528 

Review-Url: https://codereview.chromium.org/2334893002
Cr-Commit-Position: refs/heads/master@{#418862}

[modify] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/NeverFixTests
[modify] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/SlowTests
[modify] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/StaleTestExpectations
[modify] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/TestExpectations
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/compositing/lots-of-img-layers-expected.txt
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/compositing/lots-of-img-layers-with-opacity-expected.txt
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/android/compositing/lots-of-img-layers-expected.png
[rename] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/android/compositing/lots-of-img-layers-expected.txt
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/android/compositing/lots-of-img-layers-with-opacity-expected.png
[rename] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/android/compositing/lots-of-img-layers-with-opacity-expected.txt
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/linux/compositing/lots-of-img-layers-expected.png
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/linux/compositing/lots-of-img-layers-with-opacity-expected.png
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/mac/compositing/lots-of-img-layers-expected.png
[delete] https://crrev.com/81f6ee03502186923da48690101f66441ffe14d6/third_party/WebKit/LayoutTests/platform/mac/compositing/lots-of-img-layers-expected.txt
[add] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png
[delete] https://crrev.com/81f6ee03502186923da48690101f66441ffe14d6/third_party/WebKit/LayoutTests/platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt
[modify] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/win/compositing/lots-of-img-layers-expected.png
[modify] https://crrev.com/6f86fdaf9407f907eb9f5f81c4213ba4662c6947/third_party/WebKit/LayoutTests/platform/win/compositing/lots-of-img-layers-with-opacity-expected.png

Comment 6 by eco...@igalia.com, Nov 8 2016

Cc: eco...@igalia.com
FWIW I've seen this crash today on linux too, without any stack trace, while testing this CL, also unrelated to the test: https://codereview.chromium.org/2450093005
Status: WontFix (was: Assigned)
Marking as WontFix given tests are now fixed or in NeverFixTests.

Sign in to add a comment