Bug 136042

Summary: [GTK] when running with WEBKIT_OUTPUTDIR the configuration is ignored
Product: WebKit Reporter: Víctor M. Jáquez L. <vjaquez>
Component: Tools / TestsAssignee: Víctor M. Jáquez L. <vjaquez>
Status: RESOLVED INVALID    
Severity: Normal CC: cgarcia, commit-queue, dbates, mitz, mrobinson, mrowe, pnormand
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Víctor M. Jáquez L. 2014-08-18 10:04:13 PDT
When executing run-launcher or run-webkit-tests with WEBKIT_OUTPUTDIR set, the configuration flag (--debug/--release) is ignored.
Comment 1 Víctor M. Jáquez L. 2014-08-18 10:13:06 PDT
Created attachment 236766 [details]
Patch
Comment 2 Martin Robinson 2014-08-18 10:16:25 PDT
Comment on attachment 236766 [details]
Patch

It seems pretty likely this is going to break a lot of scripts which just look for built products in WEBKIT_OUTPUTDIR.
Comment 3 Víctor M. Jáquez L. 2014-08-18 10:44:23 PDT
oops! It breaks the bot compilation.
Comment 4 Víctor M. Jáquez L. 2014-08-18 10:55:20 PDT
Is there a way to see CMakeOutput.log nad CMakeError.log?
Comment 5 Víctor M. Jáquez L. 2014-08-18 11:36:37 PDT
I've found why

# [Gtk] We don't have Release/Debug configurations in straight
# autotool builds (non build-webkit). In this case and if
# WEBKIT_OUTPUTDIR exist, use that as our configuration dir. This will
# allows us to run run-webkit-tests without using build-webkit

Perhaps we should change that with cmake.  But I'm not sure. Resolving as invalid.
Comment 6 Philippe Normand 2014-08-19 02:15:11 PDT
Comment on attachment 236766 [details]
Patch

Removing from review queue