-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b27
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2225799 | 7u6 | Sean Coffey | P4 | Closed | Fixed | b17 |
The tag for jtreg is not correct in this test:
/* @test
* @bug 4313887
* @summary Sanity test for Sun-specific sensitivyt level watch event modifier
* @library ..
* @run main/timeout=330 Basic
*/
It should @run SensitivityModifier.java. Also there is a typo in the @summary comment.
/* @test
* @bug 4313887
* @summary Sanity test for Sun-specific sensitivyt level watch event modifier
* @library ..
* @run main/timeout=330 Basic
*/
It should @run SensitivityModifier.java. Also there is a typo in the @summary comment.
- backported by
-
JDK-2225799 TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java has incorrect @run tag, runs Basic
-
- Closed
-
- relates to
-
JDK-7144086 TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently
-
- Closed
-