提交 1c550562 authored 作者: Thomas Mueller's avatar Thomas Mueller

OutOfMemoryError now stops the test.

上级 5f5a7566
......@@ -118,6 +118,9 @@ public abstract class TestBase {
if (config.stopOnError) {
throw new Error("ERROR");
}
if (e instanceof OutOfMemoryError) {
throw (OutOfMemoryError) e;
}
} finally {
try {
FileSystem.getInstance("memFS:").deleteRecursive("memFS:", false);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论