-
Bug
-
Resolution: Fixed
-
P4
-
10, 11
-
b08
the test makes random changes in bytecode of AnonkTestee01, loads and instantiates the class in a separate thread. if class loading or creating an instance takes too much time, the test fails.
Random changes can lead to very long executions, e.g infinite recursion, and this in its turn might lead to a test failure.
Random changes can lead to very long executions, e.g infinite recursion, and this in its turn might lead to a test failure.