提交 cf5bfc29 编写于 作者: S Skylot

test: fix regression for code auto check

上级 a17f9136
...@@ -8,6 +8,7 @@ import java.lang.reflect.Method; ...@@ -8,6 +8,7 @@ import java.lang.reflect.Method;
import java.lang.reflect.Modifier; import java.lang.reflect.Modifier;
import java.nio.file.Files; import java.nio.file.Files;
import java.nio.file.Path; import java.nio.file.Path;
import java.util.Arrays;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
...@@ -87,6 +88,14 @@ public abstract class IntegrationTest extends TestUtils { ...@@ -87,6 +88,14 @@ public abstract class IntegrationTest extends TestUtils {
private DynamicCompiler dynamicCompiler; private DynamicCompiler dynamicCompiler;
static {
// needed for post decompile check
AType.SKIP_ON_UNLOAD.addAll(Arrays.asList(
AType.JADX_ERROR,
AType.JADX_WARN,
AType.COMMENTS));
}
@BeforeEach @BeforeEach
public void init() { public void init() {
this.deleteTmpFiles = true; this.deleteTmpFiles = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册