mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8140189: [TESTBUG] Get rid of "@library /../../test/lib" in jtreg tests
Use new external.lib.roots property in TEST.ROOT so /../../test/lib is not needed. Reviewed-by: mseledtsov, sla, iklam
This commit is contained in:
parent
55e8101952
commit
d78d0c4fa4
281 changed files with 284 additions and 280 deletions
|
@ -25,7 +25,7 @@
|
|||
* @test
|
||||
* @bug 8136421
|
||||
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
|
||||
* @library / /testlibrary /../../test/lib
|
||||
* @library / /testlibrary /test/lib
|
||||
* @compile ../common/CompilerToVMHelper.java
|
||||
* @build compiler.jvmci.compilerToVM.GetVtableIndexForInterfaceTest
|
||||
* @run main ClassFileInstaller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue