提交 2f7e2f21 编写于 作者: M malenkov

8026705: [TEST_BUG] java/beans/Introspector/TestTypeResolver.java failed

Reviewed-by: art, jfranck
上级 3effa1f2
......@@ -115,6 +115,8 @@ public class TestTypeResolver {
// by private implementations of the various Type interfaces
if (expect.equals(t) && t.equals(expect))
System.out.println(", as expected");
else if ((expect.equals(t) || t.equals(expect)) && expect.toString().equals(t.toString()))
System.out.println(", as workaround of the 8023301 bug");
else {
System.out.println(" BUT SHOULD BE " + expect);
failedCases.add(c);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册