Test "TestExecution_For Loop_Nested While Loop.vi" Failure

Issue #25 resolved
Chris Cilino created an issue

On every iteration by the first of the outer for loop, the while loop stops after the first iteration

Test Location: Test Executive\Tests\Test Test Exec Ref Execution\TestExecution_For Loop_Nested While Loop.vi

Here’s the setup code:

Tree Trace:

Comments (4)

  1. Jon McBee

    It looks like the while loop is stopping after one iteration on each execution of the for loop after its first iterationg because you put a “Stop Loop” flow control executioner into the while loop during the first iteration of the outer for loop.

  2. Chris Cilino reporter

    I’m now dynamically removing the stop in the execution engine to “restart” the while loop.

  3. Log in to comment