Opened 9 years ago
Closed 9 years ago
#8493 closed Bugs (fixed)
infinite loop in chaotic_system test
| Reported by: | Owned by: | mariomulansky | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | numeric |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | chaotic_system | Cc: | mariomulansky |
Description
The numeric/chaotic_system test has an infinite loop (while-true with no break or goto) in lines 100-113 of libs/numeric/odeint/examples/chaotic_system.cpp
The test as written is useless in automated test systems.
Change History (4)
comment:1 by , 9 years ago
| Cc: | added |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 9 years ago
comment:4 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

this is not a test, but an example. odeint uses Boost.Test as automated test system and our tests can be found in libs/numeric/odeint/test. So I do not consider this a bug.