From b879112288a9984c3f7f4094d013099cb6acc74b Mon Sep 17 00:00:00 2001 From: "treat@webkit.org" Date: Thu, 30 Jul 2009 22:28:41 +0000 Subject: [PATCH] 2009-07-30 Adam Treat Reviewed by George Staikos. Add new test with platform specific results to the Skipped files of ports that haven't generated them yet. This is to make the buildbot green again. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46605 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 11 +++++++++++ LayoutTests/platform/gtk/Skipped | 3 +++ LayoutTests/platform/mac/Skipped | 3 +++ LayoutTests/platform/win/Skipped | 3 +++ 4 files changed, 20 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index aaef6476e73..a6b1ecbd8fc 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2009-07-30 Adam Treat + + Reviewed by George Staikos. + + Add new test with platform specific results to the Skipped files of ports + that haven't generated them yet. This is to make the buildbot green again. + + * platform/gtk/Skipped: + * platform/mac/Skipped: + * platform/win/Skipped: + 2009-07-30 Mike Fenton Reviewed by Adam Treat. diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped index 73b65828f00..62e08f9de04 100644 --- a/LayoutTests/platform/gtk/Skipped +++ b/LayoutTests/platform/gtk/Skipped @@ -5970,3 +5970,6 @@ http/tests/misc/will-send-request-returns-null-on-redirect.html # Missing resource load callback ability in DRT http/tests/loading/redirect-methods.html + +# Need new generated results +fast/forms/button-style-color.html diff --git a/LayoutTests/platform/mac/Skipped b/LayoutTests/platform/mac/Skipped index 4751fa67bc3..32519d9b57a 100644 --- a/LayoutTests/platform/mac/Skipped +++ b/LayoutTests/platform/mac/Skipped @@ -85,3 +85,6 @@ http/tests/security/isolatedWorld/number-prototype.html http/tests/security/isolatedWorld/object-prototype.html http/tests/security/isolatedWorld/string-prototype.html http/tests/security/isolatedWorld/window-properties.html + +# Need new generated results +fast/forms/button-style-color.html diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped index 8b5f6f27eef..76df65e9aad 100644 --- a/LayoutTests/platform/win/Skipped +++ b/LayoutTests/platform/win/Skipped @@ -575,3 +575,6 @@ http/tests/security/isolatedWorld/window-properties.html # http/tests/loading/redirect-methods.html fails on Windows (no didReceiveResponse callback after a redirect) http/tests/loading/redirect-methods.html + +# Need new generated results +fast/forms/button-style-color.html -- GitLab