[Webkit-unassigned] [Bug 54533] [NRWT] new-run-webkit-test should find DumpRenderTree even if 'ninja' is used as a build system.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 14:23:33 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54533





--- Comment #7 from Dirk Pranke <dpranke at chromium.org>  2011-02-16 14:23:34 PST ---
(From update of attachment 82600)
View in context: https://bugs.webkit.org/attachment.cgi?id=82600&action=review

adding evan to this. Evan, is ninja intentionally ignoring the configuration? That doesn't seem like a good thing.

> Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py:94
> +                    if arg.lower() not in ['release', 'debug', 'default']]

This is kind of an ugly hack. If it is correct that ninja ignores the configuration, then I think it would be better to change the signature of _build_path() to be def _build_path(configuration, binary) and then just ignore the configuration parameter here. 

However, I'm not real comfortable with ninja ignoring the configuration. That seems like it could cause bad things could happen and is unlike all of our other builds.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list