提交 543b8049 编写于 作者: J joeylee.lz 提交者: joeyleeeeeee97

[Misc] fix failed test com/sun/jdi/StepTest.java

Summary: Alibaba's breakpoint needs to be skipped for StepTest.java, otherwise we may enter an unexpected break position.

Test Plan: com/sun/jdi/StepTest.java

Reviewed-by: DDH, yuleil

Issue: https://github.com/alibaba/dragonwell8/issues/111
上级 0bd73b53
......@@ -752,6 +752,7 @@ abstract public class TestScaffold extends TargetAdapter {
sr.addClassExclusionFilter("com.oracle.*");
sr.addClassExclusionFilter("oracle.*");
sr.addClassExclusionFilter("jdk.internal.*");
sr.addClassExclusionFilter("com.alibaba.*");
sr.addCountFilter(1);
sr.enable();
StepEvent retEvent = (StepEvent)waitForRequestedEvent(sr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册