Title: [111866] trunk/Tools
Revision
111866
Author
[email protected]
Date
2012-03-23 09:14:18 -0700 (Fri, 23 Mar 2012)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/kill-old-processes (111865 => 111866)


--- trunk/Tools/BuildSlaveSupport/kill-old-processes	2012-03-23 15:46:23 UTC (rev 111865)
+++ trunk/Tools/BuildSlaveSupport/kill-old-processes	2012-03-23 16:14:18 UTC (rev 111866)
@@ -63,6 +63,7 @@
         "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",

Modified: trunk/Tools/ChangeLog (111865 => 111866)


--- trunk/Tools/ChangeLog	2012-03-23 15:46:23 UTC (rev 111865)
+++ trunk/Tools/ChangeLog	2012-03-23 16:14:18 UTC (rev 111866)
@@ -1,3 +1,16 @@
+2012-03-23  Jessie Berlin  <[email protected]>
+
+        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  <[email protected]>
 
         [check-webkit-style] Alphabetical sorting errors in headers are reported for the line after the first out of order header
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to