-
Enhancement
-
Resolution: Fixed
-
P3
-
14
-
b26
On macOS systems, the information gathered for ifconfig is already collected in the case of a test failure. To help test failure analysis on all platforms, failure handler (test/failure_handler) can be enhanced to gather more environment information as such:
Linux and Solaris:
ifconfig -a
Windows:
ipconfig /all
Linux and Solaris:
ifconfig -a
Windows:
ipconfig /all
- clones
-
JDK-8202581 failure_handler: gather more environment information on macOS
-
- Resolved
-