-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b22
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8344847 | 21.0.7-oracle | Shivangi Gupta | P4 | Resolved | Fixed | master |
JDK-8346814 | 21.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8344927 | 17.0.15-oracle | Shivangi Gupta | P4 | Resolved | Fixed | master |
BasicTest.testTemp(true) test case will run jpackage command with --temp parameter referring to a non-existing directory.
BasicTest.testTemp(fale) test case will run jpackage command with --temp parameter referring to an existing empty directory.
Both test cases will rerun the same jpackage command line making the --temp paraterm refer to a non-empty temp directory. This run is expected to fail.
It will be four jpackage runs in total. Two "expected-to-fail" runs are identical.
Rework this test case to run jpackage three times:
1. --temp referring to a non-existing directory.
2. --temp referring to an existing empty directory.
3. --temp referring to an existing non-empty directory (expected to fail).
BasicTest.testTemp(fale) test case will run jpackage command with --temp parameter referring to an existing empty directory.
Both test cases will rerun the same jpackage command line making the --temp paraterm refer to a non-empty temp directory. This run is expected to fail.
It will be four jpackage runs in total. Two "expected-to-fail" runs are identical.
Rework this test case to run jpackage three times:
1. --temp referring to a non-existing directory.
2. --temp referring to an existing empty directory.
3. --temp referring to an existing non-empty directory (expected to fail).
- backported by
-
JDK-8344847 Rework BasicTest.testTemp test cases
- Resolved
-
JDK-8344927 Rework BasicTest.testTemp test cases
- Resolved
-
JDK-8346814 Rework BasicTest.testTemp test cases
- Resolved
- relates to
-
JDK-8343178 Test BasicTest.java javac compile fails cannot find symbol
- Resolved
- links to
-
Commit(master) openjdk/jdk21u-dev/fe9284a8
-
Commit(master) openjdk/jdk/a95374f5
-
Review(master) openjdk/jdk21u-dev/1278
-
Review(master) openjdk/jdk/21720
(3 links to)