Opened 11 years ago
Closed 11 years ago
#5975 closed Tasks (fixed)
Reduce the combinations of header-only, shared, static link to reduce test time by 50%.
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | chrono |
Version: | Boost 1.47.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
Currently every run is done on header-only mode, static and shared link. This takes too much time to run all the tests. There are some tests that are not concerned by the now() functions, which are the single one implemented in the library. These test could be run only on header-only mode without any loss of coverage.
In addition the tests done by static linking are not finding any error respect to the shared link, so them could be removed also.
Change History (1)
comment:1 by , 11 years ago
Milestone: | To Be Determined → Boost 1.48.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.