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+

Description Eric Seidel (no email) 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
Comment 1 Simon Fraser (smfr) 2009-09-28 15:19:14 PDT
Nice find.
Comment 2 Simon Fraser (smfr) 2009-09-30 13:15:49 PDT
Created attachment 40395 [details]
Patch
Comment 3 Mark Rowe (bdash) 2009-09-30 13:17:51 PDT
Comment on attachment 40395 [details]
Patch

r=me
Comment 4 Simon Fraser (smfr) 2009-09-30 13:20:01 PDT
http://trac.webkit.org/changeset/48945