JDK-7016704 : TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: linux_ubuntu
  • CPU: generic
  • Submitted: 2011-02-02
  • Updated: 2011-12-29
  • Resolved: 2011-04-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b132Fixed
Related Reports
Relates :  
Description
see comments

Comments
EVALUATION Some distributions have a version of find(1) that print cycles to stdout, other versions print them to stderr as errors. The test attempts to work with both versions but it appears that we didn't update the test correctly when the handling of cycles was changed in 6907737.
14-02-2011