提交 e56042e4 authored 作者: Thomas Mueller's avatar Thomas Mueller

Stop on first exception

上级 0ff3b34c
...@@ -245,6 +245,7 @@ public class TestCrashAPI extends TestBase { ...@@ -245,6 +245,7 @@ public class TestCrashAPI extends TestBase {
seed + "); // Bug " + s.hashCode() + " id=" + id + seed + "); // Bug " + s.hashCode() + " id=" + id +
" callCount=" + callCount + " openCount=" + openCount + " callCount=" + callCount + " openCount=" + openCount +
" " + t.getMessage(), t); " " + t.getMessage(), t);
throw new RuntimeException(t);
} }
private Object callRandom(int seed, int id, int objectId, Object o, Method m) { private Object callRandom(int seed, int id, int objectId, Object o, Method m) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论