Review Request : 7035160 : Disable broken test cases
Hello All; I would like a quick review for a small patch which disables certain test cases for test/java/lang/reflect/Generics/Probe.java This test is failing due to recent changes from CR # 6312706. The root cause is another issue, CR # 6476261, which currently has no fix available. The stopgap "solution" is to partially disable the test which is what this patch does. http://cr.openjdk.java.net/~mduigou/7035160/0/webrev/ Thanks, Mike
Mike Duigou wrote:
Hello All;
I would like a quick review for a small patch which disables certain test cases for test/java/lang/reflect/Generics/Probe.java This test is failing due to recent changes from CR # 6312706. The root cause is another issue, CR # 6476261, which currently has no fix available. The stopgap "solution" is to partially disable the test which is what this patch does.
http://cr.openjdk.java.net/~mduigou/7035160/0/webrev/
Thanks,
Mike It's definitely too risky to be looking at the signature parser this late in 7 so I agree that disabling this part of the test is the best for now.
-Alan.
participants (2)
-
Alan Bateman
-
Mike Duigou