JDK-6869804 : langtools tests should be Cygwin-aware
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2009-08-07
  • Updated: 2011-05-24
  • Resolved: 2009-09-02
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 6 JDK 7 Other
6u27Fixed 7Resolved OpenJDK6Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
All langtools tests should be capable of being run with Cygwin.

Primarily, this means accepting CYGWIN_NT-5.1 or similar as the result of "uname -s" in tests that use the common block to set OS-specific info.

Comments
EVALUATION Fixed in aggregate by the various See Also bugs.
02-09-2009

EVALUATION The following seems to be the list of shell tests that contain 'uname' and 'Windows' but do not contain 'Cyg' test/tools/javac/4846262/Test.sh test/tools/javac/6302184/T6302184.sh test/tools/javac/apt.sh test/tools/javac/ClassPathTest/ClassPathTest.sh test/tools/javac/constDebug/ConstDebug.sh test/tools/javac/ExtDirs/ExtDirs.sh test/tools/javac/fatalErrors/NoJavaLang.sh test/tools/javac/innerClassFile/Driver.sh test/tools/javac/javazip/Test.sh test/tools/javac/MissingInclude.sh test/tools/javac/newlines/Newlines.sh test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh test/tools/javac/stackmap/T4955930.sh test/tools/javac/T5090006/compiler.sh test/tools/javac/unicode/SupplementaryJavaID6.sh test/tools/javah/6257087/foo.sh test/tools/javah/ConstMacroTest.sh test/tools/javah/MissingParamClassTest.sh test/tools/javah/ReadOldClass.sh test/tools/javap/pathsep.sh
07-08-2009