Community
Participate
Working Groups
Created attachment 154137 [details] Sample Plug-in Project. AGR test execution stops when referenced test execution fails. When referenced test execution fails (or causes an error), the referencing test suite execution stops. For example, run one.testsuite in the sample project and note that three.testsuite contains an error so four.testsuite is not executed.
Even when the first referenced test passes, the second and subsequent tests are not executed.
Created attachment 154319 [details] Patch.
The AGR runner did not handle two or more branches of test invocations since execution would terminate gracefully after walking the first branch. The attached patch checked in to CVS (HEAD).
Verified with the latest BVT run (see http://www.eclipse.org/tptp/home/downloads/BVT.php?version=4.6.2&buildID=TPTP-4.6.2-201001051032) since required to run the BVTs. Closing.