JDK-7122769 : test/java/lang/ProcessBuilder/Basic.java failing [macosx]
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: unknown
  • Submitted: 2011-12-19
  • Updated: 2012-01-31
  • Resolved: 2012-01-31
Related Reports
Duplicate :  
Description
test/java/lang/ProcessBuilder/Basic.java failing on Macos due to extra unexpected environment variables
being set in child processes. Windows does something similar. So, maybe it is allowable. But some of the them
are set by the VM itself (eg an AWT one). We should check if they are really all needed.

A minimal fix would be just to change the test case what variables to expect on macosx.

Comments
EVALUATION Fixed by 7127874.
31-01-2012