Jtreg build time tests intermittently fail in TestNativePath.gmk due to different makefile targets[1] sharing the same working directory[2].
The targets either should be executed sequentially or use separate working directories.
[1] https://github.com/openjdk/jtreg/blob/34ccc66ec89651637811678a17d3f810b4ac0780/test/nativepath/TestNativePath.gmk#L32
[2] https://github.com/openjdk/jtreg/blob/34ccc66ec89651637811678a17d3f810b4ac0780/test/nativepath/TestNativePath.gmk#L42
The targets either should be executed sequentially or use separate working directories.
[1] https://github.com/openjdk/jtreg/blob/34ccc66ec89651637811678a17d3f810b4ac0780/test/nativepath/TestNativePath.gmk#L32
[2] https://github.com/openjdk/jtreg/blob/34ccc66ec89651637811678a17d3f810b4ac0780/test/nativepath/TestNativePath.gmk#L42
- links to
-
Commit(master)
openjdk/jtreg/da877fc8
-
Review(master)
openjdk/jtreg/298