Skip to content

Commit 5cc690d

Browse files
serhiysachkovMark Sheppard
authored andcommitted
8347994: Add additional diagnostics to macOS failure handler to assist with diagnosing MCast test failures
Reviewed-by: dfuchs
1 parent c00557f commit 5cc690d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/failure_handler/src/share/conf/mac.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ environment=\
8989
process.ps process.top \
9090
memory.vmstat \
9191
files \
92-
net.netstat.anv net.netstat.av net.netstat.aL net.netstat.m net.netstat.s \
92+
net.netstat.anv net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.netstat.g net.netstat.r \
9393
net.ifconfig net.hostsfile \
94+
fw.up \
9495
scutil.nwi scutil.proxy \
9596
screenshot
9697
################################################################################
@@ -132,6 +133,8 @@ net.netstat.anv.args=-anv
132133
net.netstat.aL.args=-aL
133134
net.netstat.m.args=-mm
134135
net.netstat.s.args=-s
136+
net.netstat.g.args=-gs
137+
net.netstat.r.args=-rn
135138
net.ifconfig.app=ifconfig
136139
net.ifconfig.args=-a
137140

@@ -144,4 +147,7 @@ scutil.proxy.args=--proxy
144147

145148
screenshot.app=screencapture
146149
screenshot.args=-x screen1.png screen2.png screen3.png screen4.png screen5.png
150+
151+
fw.app=/usr/libexec/ApplicationFirewall/socketfilterfw
152+
fw.up.args=--getglobalstate
147153
################################################################################

0 commit comments

Comments
 (0)