all vmTestbase tests have '@run driver jdk.test.lib.FileInstaller . .' to mimic old test harness behavior and copy all files from a test source directory to a current work directory. some tests depend on this step, so we need 1st identify such tests and then either rewrite them not to have this dependency or leave FileInstaller only in these tests.
- relates to
-
JDK-8252186 remove FileInstaller action from vmTestbase/jit/graph tests
- Resolved
-
JDK-8252778 remove jdk.test.lib.FileInstaller action from compiler/c2/stemmer test
- Resolved
-
JDK-8252774 remove jdk.test.lib.FileInstaller action from graalunit tests
- Resolved