jdk8u-dev icon indicating copy to clipboard operation
jdk8u-dev copied to clipboard

8334441: Mark tests in jdk_security_infra group as manual

Open sendaoYan opened this issue 8 months ago • 20 comments

Hi all,

This pull request contains a backport of commit 1e3e6877 from the openjdk/jdk11u repository.

The commit being backported was authored by SendaoYan on 25 Jun 2024 and was reviewed by Martin Doerr.

The file rename from jdk/test/TEST.groups to test/jdk/TEST.groups by JDK-8187443, and the two file has almost totally different commit history, thus make this backport uncleanly.

Thanks!


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8334441 needs maintainer approval

Issue

  • JDK-8334441: Mark tests in jdk_security_infra group as manual (Bug - P3 - Rejected)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/526/head:pull/526
$ git checkout pull/526

Update a local copy of the PR:
$ git checkout pull/526
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/526/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 526

View PR using the GUI difftool:
$ git pr show -t 526

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/526.diff

Webrev

Link to Webrev Comment

sendaoYan avatar Jun 25 '24 04:06 sendaoYan