Opened 9 years ago

Closed 9 years ago

#8493 closed Bugs (fixed)

infinite loop in chaotic_system test

Reported by: stephen.clamage@… 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 mariomulansky, 9 years ago

Cc: mariomulansky added
Owner: changed from Douglas Gregor to mariomulansky
Status: newassigned

comment:2 by mariomulansky, 9 years ago

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.

comment:3 by stephen.clamage@…, 9 years ago

OK. thanks for the clarification.

comment:4 by mariomulansky, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.