Bug 96455 - run-perf-tests --build-directory shouldn't assume subdirectories.
Summary: run-perf-tests --build-directory shouldn't assume subdirectories.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2012-09-11 18:00 PDT by Stephanie Lewis
Modified: 2012-09-22 00:54 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephanie Lewis 2012-09-11 18:00:28 PDT
Thanks for adding --build-directory.  It would be nice if it didn't assume that there would be subdirectories named Release or Debug.  There are other flavors of builds.  I'd prefer it to match run-webkit-tests where --root points directly at the folder containing the app and frameworks.
Comment 1 Ryosuke Niwa 2012-09-13 13:21:01 PDT
Is your request to add --root? I don't think we should change the semantics of --build-directory as it'll be confusing for run-perf-tests and run-webkit-tests to interpret the same option differently.
Comment 2 Stephanie Lewis 2012-09-13 14:23:03 PDT
I guess I am.  I didn't even realize --build-directory was an option for run-webkit-tests.
Comment 3 Ryosuke Niwa 2012-09-13 20:34:43 PDT
See https://bugs.webkit.org/show_bug.cgi?id=91890 and http://trac.webkit.org/changeset/123530.

My current plan is to get rid of --build-directory in run-webkit-tests, and then replace --build-directory by --root in run-perf-tests.

We should probably rename --root though... it's such a cryptic name...
Comment 4 Zoltan Horvath 2012-09-22 00:54:35 PDT
(In reply to comment #3)
> See https://bugs.webkit.org/show_bug.cgi?id=91890 and http://trac.webkit.org/changeset/123530.
> 
> My current plan is to get rid of --build-directory in run-webkit-tests, and then replace --build-directory by --root in run-perf-tests.
> 
> We should probably rename --root though... it's such a cryptic name...

Now in run-webkit-tests --root is looking for the binary in bin/ directory, it doesn't seem much better than --build-directory.

I support to make these things clear!