Bug 68564
| Summary: | prepare-ChangeLog does not detected added LayoutTests when run from the WebCore directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | sam, shezbaig.wk |
| Priority: | P3 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Julien Chaffraix
If you add prepare-ChangeLog in your path, add a couple of new LayoutTests, modify WebCore and run it from Sources/WebCore, then you get:
No new tests. (OOPS!)
whereas you should get the newly added tests here.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Weinig
If the fix for this is to svn stat LayoutTests, I would rather this not be fixed. I use calling prepare-ChangeLog in WebCore as an optimization against running svn in LayoutTests.
Julien Chaffraix
(In reply to comment #1)
> If the fix for this is to svn stat LayoutTests, I would rather this not be fixed.
Good point, I just reported the bug as I thought it would be neat to have (especially since that makes the CL lie in this case).
> I use calling prepare-ChangeLog in WebCore as an optimization against running svn in LayoutTests.
Wouldn't `prepare-ChangeLog Sources/WebCore` from the root still give you the same behavior or is there something I missed?
Julien Chaffraix
Closing WontFix, per comment #2. It's also useful feature of prepare-ChangeLog on git and an oversight on my side to try to change that.