RFR: 8305714 : Add an extra test for JDK-8292755
Sean Coffey
coffeys at openjdk.org
Fri Apr 28 15:52:53 UTC 2023
On Fri, 28 Apr 2023 13:47:40 GMT, Weibing Xiao <duke at openjdk.org> wrote:
> Add a testing case for undefined classes in Java JShell to make sure JShell does not crash when an undefined class is used.
>
> This test was passed for Linux, MacOS, and Windows by mach5 build and test in Oracle.
>
> Reviewer: @coffeys @lahodaj
test/langtools/jdk/jshell/UndefinedClassTest.java line 26:
> 24: /**
> 25: * @test
> 26: * @bug 8305714
8292755 would be the bug ID here since it refers to the product bug.
Is there a reason why you couldn't fold this test into the test/langtools/jdk/jshell/ClassesTest.java test ?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13719#discussion_r1180556572
More information about the kulla-dev
mailing list