New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8253060: remove test/hotspot/jtreg/test_env.sh #132
Conversation
|
@iignatev To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an RFR email automatically sent to the correct mailing list, you will need to add one or more labels manually using the |
/label add hotspot |
@iignatev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simple file removal so this is a trivial change.
@iignatev This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements After integration, the commit message will be:
There are currently no new commits on the
|
Thanks, Dan! |
/integrate |
JDK-8252402 removed the last shell test from
test/hotspot/jtreg
, and nowtest_env.sh
can be removed so it won't trick anyone into believing that shell tests are acceptable/desirable/supported in hotspot testbase.Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/132/head:pull/132
$ git checkout pull/132