Bug 29827

Summary: transforms/3d tests are not run in Release builds
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mrowe: review+

Eric Seidel (no email)
Reported 2009-09-28 15:03:03 PDT
transforms/3d tests are not run in Release builds WebCoreHas3DRendering is not an exported symbol, so the check in webkitdirs fails to find it: http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitdirs.pm#L633 in Release builds of WebCore. We'll need to find a new way to check if we should run the transforms/3d tests or not. I only ran the tests in Release mode before checking in: http://trac.webkit.org/changeset/48833 So the transforms/3d tests started failing in Debug mode on the bots: http://build.webkit.org/builders/Leopard%20Intel%20Debug%20%28Tests%29/builds/5406
Attachments
Patch (3.69 KB, patch)
2009-09-30 13:15 PDT, Simon Fraser (smfr)
mrowe: review+
Simon Fraser (smfr)
Comment 1 2009-09-28 15:19:14 PDT
Nice find.
Simon Fraser (smfr)
Comment 2 2009-09-30 13:15:49 PDT
Mark Rowe (bdash)
Comment 3 2009-09-30 13:17:51 PDT
Comment on attachment 40395 [details] Patch r=me
Simon Fraser (smfr)
Comment 4 2009-09-30 13:20:01 PDT
Note You need to log in before you can comment on or make changes to this bug.