Skip to content

Commit 41d29b7

Browse files
committedSep 10, 2020
8252774: remove jdk.test.lib.FileInstaller action from graalunit tests
Reviewed-by: shade, epavlova
1 parent 5b30a83 commit 41d29b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+101
-341
lines changed
 

‎test/hotspot/jtreg/compiler/graalunit/ApiDirectivesTest.java

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,18 +23,13 @@
2323

2424
/*
2525
* @test
26-
* @summary
2726
* @requires vm.jvmci
2827
*
2928
* @modules jdk.internal.vm.compiler
3029
*
3130
* @library /test/lib /compiler/graalunit /
3231
*
33-
* @build compiler.graalunit.common.GraalUnitTestLauncher
34-
*
35-
* @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt
36-
*
37-
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.api.directives.test -exclude ExcludeList.txt
32+
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.api.directives.test -exclude ${test.root}/ProblemList-graal.txt
3833
*/
3934

4035
/* DO NOT MODIFY THIS FILE. GENERATED BY generateTests.sh */

‎test/hotspot/jtreg/compiler/graalunit/ApiTest.java

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -23,18 +23,13 @@
2323

2424
/*
2525
* @test
26-
* @summary
2726
* @requires vm.jvmci
2827
*
2928
* @modules jdk.internal.vm.compiler
3029
*
3130
* @library /test/lib /compiler/graalunit /
3231
*
33-
* @build compiler.graalunit.common.GraalUnitTestLauncher
34-
*
35-
* @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt
36-
*
37-
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.api.test -exclude ExcludeList.txt
32+
* @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.api.test -exclude ${test.root}/ProblemList-graal.txt
3833
*/
3934

4035
/* DO NOT MODIFY THIS FILE. GENERATED BY generateTests.sh */

0 commit comments

Comments
 (0)
Please sign in to comment.