Opened 9 years ago
Closed 9 years ago
#739 closed defect (fixed)
Unit tests integrations_[4-7] broken on 32bit
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.8 |
Component: | core | Version: | 2.2.7 |
Severity: | critical | Keywords: | |
Cc: |
Description
Most likely caused by commit https://whizard.hepforge.org/trac/changeset/7170
Change History (3)
comment:2 Changed 9 years ago by
And, as suspected, r7170, yields the failure. Now, finding out what exactly is going on.
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
WK erroneously erased the recalculation of the MD5 sum in the effort of discarding the dependence on mci_vamp in process_integration.nw. Introduced an abstract compute_md5sum for mci_base_t which is a 'do nothing' for mci_test_t and mci_midpoint_t.
Note: See
TracTickets for help on using
tickets.
As expected r7169 is still working.