Bug 60528
Summary: | new-run-webkit-tests don't run platform specific tests when running subsets of tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, dpranke, eric, ojan, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 64491 |
Ryosuke Niwa
Passing a directory name X to old-run-webkit-tests would run all tests in LayoutTests/X and LayoutTests/platform/Y/X where Y is the given platform but new-run-webkit-tests don't run the latter.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
For chromium, this might be expected since we run all the tests on all platforms (unless skipped in test_expectations.txt). I guess for chromium we should run LayoutTests/platform/*/X and for other platforms, match ORWT.
Dirk Pranke
Actually, in a thread a couple weeks back I suggested that we change NRWT to match ORWT across the board (and stop running platform/* for Chromium), and nobody disagreed.
I have no problem matching ORWT here, although I was never aware of this particular behavior and it's a little surprising to me (I would think you would have to specify both directories if you wanted both directories). I don't feel particularly strongly about it one way or another.
Ryosuke Niwa
(In reply to comment #2)
> Actually, in a thread a couple weeks back I suggested that we change NRWT to match ORWT across the board (and stop running platform/* for Chromium), and nobody disagreed.
I think that's better. I don't like Chromium port doing different thing from other ports. It just complicates things, confuse contributors from other ports, and adds maintenance cost.
> I have no problem matching ORWT here, although I was never aware of this particular behavior and it's a little surprising to me (I would think you would have to specify both directories if you wanted both directories). I don't feel particularly strongly about it one way or another.
It's really useful when you're writing some patch and want to sanity-test your patch against some subsets of tests (e.g. editing) since there's no easy way to tell which directory has platform-specific tests other than manually looking at the directories.
Adam Barth
This doesn't need to block Bug 34984.
Dirk Pranke
this is a duplicate of bug 37956, looks like.
*** This bug has been marked as a duplicate of bug 37956 ***