8216551: GraalUnitTestLauncher should be executed as '@run driver'

Reviewed-by: dlong, kvn
This commit is contained in:
Ekaterina Pavlova 2019-04-08 11:11:22 -07:00
parent 3592b7ea78
commit 93c0734d3a
49 changed files with 207 additions and 100 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -34,5 +34,7 @@
*
* @run driver jdk.test.lib.FileInstaller ../../ProblemList-graal.txt ExcludeList.txt
*
* @run main/othervm compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.replacements.test -exclude ExcludeList.txt
* @run main compiler.graalunit.common.GraalUnitTestLauncher -prefix org.graalvm.compiler.replacements.test -exclude ExcludeList.txt
*/
/* DO NOT MODIFY THIS FILE. GENERATED BY generateTests.sh */