From 29bd5fac80c895007f0c78c3232e7707ad010435 Mon Sep 17 00:00:00 2001 From: "dino@apple.com" Date: Wed, 10 Dec 2014 20:43:18 +0000 Subject: [PATCH] Blur filter performance test doesn't provide results https://bugs.webkit.org/show_bug.cgi?id=139462 Reviewed by Sam Weinig. This can't currently work under our performance test infrastructure. Move it to a manual test to avoid putting FAILures into the results. * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@177088 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 13 +++++++++++++ .../blur-filter-timing.html | 0 2 files changed, 13 insertions(+) rename {PerformanceTests/Interactive => ManualTests}/blur-filter-timing.html (100%) diff --git a/ChangeLog b/ChangeLog index 9d74b64d45f0d..b7158f385c1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2014-12-10 Dean Jackson + + Blur filter performance test doesn't provide results + https://bugs.webkit.org/show_bug.cgi?id=139462 + + Reviewed by Sam Weinig. + + This can't currently work under our performance test + infrastructure. Move it to a manual test to avoid + putting FAILures into the results. + + * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html. + 2014-12-09 Gustavo Noronha Silva [GTK][WK2] Add HTML5 Notifications support diff --git a/PerformanceTests/Interactive/blur-filter-timing.html b/ManualTests/blur-filter-timing.html similarity index 100% rename from PerformanceTests/Interactive/blur-filter-timing.html rename to ManualTests/blur-filter-timing.html