mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This patch is largely just a rename since updateLayoutIgnorePendingStylesheets() didn't really do anything except call updateLayout() now as nothing was reading the ignorePendingStyleSheets state, and no callers used the synchronous post layout task option which was meant for plugins (which Sky doesn't have). Placeholder styles were related and just add confusion since things pretend to be display: none while <import>'s are loading. We should expose a real API for avoiding FOUC instead of pumping frames with display: none elements when imports are loading. I had to skip the layout/continuations.sky test since it always crashes now with an ASSERT failure about a bad cast (filed as bug 446739). The bug already existed, this patch just makes that one test hit it. BUG=446739 R=ojan@chromium.org Review URL: https://codereview.chromium.org/834693007
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
|
|
# These tests require gc() to be exposed.
|
|
crbug.com/1 mutation-observer/observer-wrapper-dropoff-transient.sky [ Skip ]
|
|
crbug.com/1 mutation-observer/observer-wrapper-dropoff.sky [ Skip ]
|
|
crbug.com/1 mutation-observer/transient-gc-crash.sky [ Skip ]
|
|
crbug.com/1 mutation-observer/weak-callback-gc-crash.sky [ Skip ]
|
|
|
|
# These tests need more basic testing support plumbed right into the
|
|
# platform, which we don't currently have:
|
|
https://github.com/domokit/mojo/issues/15 parser/cr.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/15 parser/empty.sky [ Skip ]
|
|
#https://github.com/domokit/mojo/issues/15 parser/utf16.sky [ Skip ]
|
|
|
|
# These tests fail
|
|
https://github.com/domokit/mojo/issues/14 parser/normaliser-null.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/14 parser/utf16.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/16 parser/normaliser-crlf.sky [ Skip ]
|
|
|
|
# These tests are flaky on the bots
|
|
https://github.com/domokit/mojo/issues/24 custom-elements/constructor-calls-created-synchronously.sky [ Skip ]
|
|
https://github.com/domokit/mojo/issues/24 mutation-observer/observe-attributes.sky [ Skip ]
|
|
|
|
# This test only fails on the bots:
|
|
crbug.com/434822 inspector/page-agent-get-resource-tree.sky [ Pass Failure ]
|
|
|
|
crbug.com/446739 layout/continuations.sky [ Crash ]
|