Issue metadata
Sign in to add a comment
|
SPv2: compositor-independent-transform-cancel.html animations aren't composited. |
||||||||||||||||||||||||
Issue descriptionThis is a standard case where the test aims to test composited animations that are dynamically constructed, but they have no content. For SPv2 we require content for them to be composited. Adding content as an 'x' within the constructed div produces a new failure that looks like a bug in the wtf hash impl for CompositorElementId added in http://crrev.com/2724083002 which is entirely believable as I made only a rudimentary initial impl effort there. [1:1:0316/134612.036389:2936174680863:FATAL:HashTable.h(1375)] Check failed: !isDeletedBucket(*(lookupForWriting(Extractor::extract(entry)).first)). #0 0x7fb179306e9b base::debug::StackTrace::StackTrace() #1 0x7fb17930552c base::debug::StackTrace::StackTrace() #2 0x7fb179373a1f logging::LogMessage::~LogMessage() #3 0x7fb17271e0fc WTF::HashTable<>::reinsert() #4 0x7fb17271dcdb WTF::HashTable<>::rehashTo() #5 0x7fb17271da98 WTF::HashTable<>::rehash() #6 0x7fb17271d8f9 WTF::HashTable<>::expand() #7 0x7fb17271d758 WTF::HashTable<>::add<>() #8 0x7fb17271d240 WTF::HashTable<>::add<>() #9 0x7fb172716a8f WTF::HashSet<>::insert<>() #10 0x7fb172713dfa blink::PaintArtifactCompositor::update()
,
Mar 16 2017
Hacking CompositorElementIdHashTraits so that deleted-value = (-1, -1) which may be more the correct business as it were produces failed DCHECK as: [1:1:0316/135928.785524:2936971430198:FATAL:PropertyTreeState.cpp(44)] Check failed: expectedElementId == actualElementId ((19, 0) vs. (2, 0)) which could be the same underlying bug as http://crbug.com/702350
,
Mar 17 2017
,
Mar 28 2017
,
Dec 7 2017
Still in SPv2 expectations file.
,
Nov 19
This will be fixed by the patch for bug 792577 . |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by wkorman@chromium.org
, Mar 16 2017