From 76fe19b3637e43b33a2d551e2ccce5e3771daca0 Mon Sep 17 00:00:00 2001 From: "jberlin@webkit.org" Date: Fri, 23 Mar 2012 16:14:18 +0000 Subject: [PATCH] Assertion failure in PlatformPasteboardMac constructor causing multiple tests to "crash" on the Lion Intel WebKit2 Debug bots. https://bugs.webkit.org/show_bug.cgi?id=81012. Rubber-stamped by Dan Bernstein. Add a step to kill the pasteboard server while we investigate what is causing these assertion failures (to get the bots green). * BuildSlaveSupport/kill-old-processes: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111866 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/BuildSlaveSupport/kill-old-processes | 1 + Tools/ChangeLog | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/Tools/BuildSlaveSupport/kill-old-processes b/Tools/BuildSlaveSupport/kill-old-processes index f3a947ada473..65f45f5e8867 100755 --- a/Tools/BuildSlaveSupport/kill-old-processes +++ b/Tools/BuildSlaveSupport/kill-old-processes @@ -63,6 +63,7 @@ def main(): "i686-apple-darwin10-gcc-4.2.1" "jsc", "make", + "pboard", # FIXME: https://bugs.webkit.org/show_bug.cgi?id=81012 "per5.12", "perl", "Problem Reporter", diff --git a/Tools/ChangeLog b/Tools/ChangeLog index f0efc1f9e116..792cf0c9f96b 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,16 @@ +2012-03-23 Jessie Berlin + + Assertion failure in PlatformPasteboardMac constructor causing multiple tests to "crash" on + the Lion Intel WebKit2 Debug bots. + https://bugs.webkit.org/show_bug.cgi?id=81012. + + Rubber-stamped by Dan Bernstein. + + Add a step to kill the pasteboard server while we investigate what is causing these + assertion failures (to get the bots green). + + * BuildSlaveSupport/kill-old-processes: + 2012-03-22 Martin Robinson [check-webkit-style] Alphabetical sorting errors in headers are reported for the line after the first out of order header -- 2.36.0