From 778a081c5d1b5f2101f3ff014e9ba4a99281a00a Mon Sep 17 00:00:00 2001 From: "ryanhaddad@apple.com" Date: Tue, 23 Oct 2018 16:58:40 +0000 Subject: [PATCH] REGRESSION (r236501?): Layout Test compositing/geometry/limit-layer-bounds-opacity-transition.html is flaky https://bugs.webkit.org/show_bug.cgi?id=190210 Unreviewed test gardening. * platform/mac/TestExpectations: Mark test as flaky. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237352 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 9 +++++++++ LayoutTests/platform/mac/TestExpectations | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 7d4eb01..9d4ae70 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2018-10-23 Ryan Haddad + + REGRESSION (r236501?): Layout Test compositing/geometry/limit-layer-bounds-opacity-transition.html is flaky + https://bugs.webkit.org/show_bug.cgi?id=190210 + + Unreviewed test gardening. + + * platform/mac/TestExpectations: Mark test as flaky. + 2018-10-22 Justin Michaud Registered custom properties should support syntax parameter for and * diff --git a/LayoutTests/platform/mac/TestExpectations b/LayoutTests/platform/mac/TestExpectations index a0f8ac4..029498a 100644 --- a/LayoutTests/platform/mac/TestExpectations +++ b/LayoutTests/platform/mac/TestExpectations @@ -1773,4 +1773,4 @@ webgl/2.0.0/conformance/rendering/multisample-corruption.html [ Slow ] webgl/2.0.0/conformance2/attribs/gl-vertexattribipointer.html [ Slow ] webgl/2.0.0/conformance2/textures/misc/copy-texture-image-luma-format.html [ Slow ] - +webkit.org/b/190210 compositing/geometry/limit-layer-bounds-opacity-transition.html [ Pass Failure ] -- 1.8.3.1