Bug 62892 - GTK and Snow Leopard unit tests are failing
Summary: GTK and Snow Leopard unit tests are failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-06-17 11:22 PDT by Daniel Bates
Modified: 2011-06-17 17:30 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-06-17 11:22:21 PDT
Since landing <http://trac.webkit.org/changeset/89136> (bug #62767), the unit test step on the GTK Linux {32,64}-bit Debug bots have been failing:

For r89136:
http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Debug/builds/15898/steps/run-api-tests/logs/stdio

For r89138:
http://build.webkit.org/builders/GTK%20Linux%2032-bit%20Debug/builds/15898/steps/run-api-tests/logs/stdio
http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug/builds/23470/steps/run-api-tests/logs/stdio

It's not obvious to me that either <http://trac.webkit.org/changeset/89136> or <http://trac.webkit.org/changeset/89138> relates to this failure.

Notice, build-api-tests (which is called by run-api-tests) only pertains to the Apple Mac/Windows port and will die() with "TestWebKitAPI is not supported on this platform.\n". So, I would have expected this step to always fail on the GTK bots. Also, this "unit test" step only appears since r89136 (weird).
Comment 1 Daniel Bates 2011-06-17 17:30:41 PDT
This issue also affects the Snow Leopard Debug bot:

<http://build.webkit.org/builders/SnowLeopard%20Intel%20Debug%20%28Tests%29/builds/713>

See comment 12 of 62767 and bug #62918 for more details.