llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
55 stars 16 forks source link

[Instrumentation] Mockito-36, Runtime Exception and Incorrect Undeterministic Report #146

Closed llmhyy closed 6 years ago

llmhyy commented 6 years ago

hi @lylytran

Would you please check mockito-36, test case org.mockito.internal.invocation.InvocationTest#shouldScreamWhenCallingRealMethodOnInterface? It reports runtime exception which, I think, we MUST fix it. In addition, it reports this test case is an nondeterminsitic program, I highly doubt it as this test case is reported as a normal program before. Please carefully check the code, thanks!

llmhyy commented 6 years ago

done