Opened 9 years ago
Closed 9 years ago
#762 closed defect (fixed)
CIRCE2 generate test fails on Jenkins
Reported by: | Juergen Reuter | Owned by: | ohl |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.8 |
Component: | circe | Version: | 2.2.7 |
Severity: | blocker | Keywords: | |
Cc: |
Description
And nobody understands the output:
FAIL: ../src/circe2_generate ../../../circe2/share/data/ilc500.circe ILC 500 1 137: expected 0.9960313919 0.9999999997, got circe2_load: Version 2.2.8 ! generated with /home/ohl/physics/whizard/_build/circe2/src/circe2_tool 0.9960313919 0.9999999997
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Not so mysterious anymore: some compilers apparently have an additional comment line in the output:
! generated with /home/ohl/physics/whizard/_build/circe2/src/circe2_tool
and some don't. Why is not yet clear...
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Solved (hopefully) in r7343 by omitting "circe2_load ...." and "! generated ..." messages from output.
Note: See
TracTickets for help on using
tickets.
Failures with gcc 4.8.5, 5.2.0, 5.2-LATEST, 6.0-LATEST.