Opened 14 years ago
Closed 14 years ago
#1995 closed Patches (worksforme)
Restoring process_jam_log.cpp / compiler_status.cpp functionality
Reported by: | Nicola Musatti | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | To Be Determined | Component: | Regression Testing USE GITHUB |
Version: | Boost Development Trunk | Severity: | Regression |
Keywords: | Cc: |
Description
A recent regression testing reorganization broke some assumptions on which both process_jam_log.cpp and compiler_status.cpp relied. This patch fixes these problems and adds a few changes:
- the report URL's now point to the svn repository (cs);
- special treatment of the status directory, to make it again possible to run full tests from there (both);
- tentative support for using the tools from outside the boost source tree (both);
- slight rework of command line options (pjl);
- options can now be expressed in any order (pjl);
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | pjl_cs080606.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 14 years ago
Is there any outstanding issue with the current state of things? If I don't get any feedback in a few days I'll close this ticket.
comment:4 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
These tools are currently working for me. If there is still a problem, please open a new ticket with details of how to reproduce the problem, rather than reopening this ticket.
Thanks,
--Beman
Note:
See TracTickets
for help on using tickets.
This fix broke the regular regression testing. And I've reverted the one line that is the culprit of the new problems. It seems to me that there wasn't testing done on Windows. See this change [46798] for the problem line.