8298067: Persistent test failures after 8296012
Reviewed-by: alanb
This commit is contained in:
parent
87572d43be
commit
a71d91b96f
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8296012
|
||||
* @summary jshell crashes on mismatched record pattern
|
||||
* @requires vm.continuations
|
||||
* @build KullaTesting TestingInputStream
|
||||
* @run testng Test8296012
|
||||
*/
|
||||
@ -44,4 +45,4 @@ public class Test8296012 extends KullaTesting {
|
||||
public void setUp() {
|
||||
super.setUp(bc -> bc.compilerOptions("--source", System.getProperty("java.specification.version"), "--enable-preview").remoteVMOptions("--enable-preview"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user