aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/runtest/run.go
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@users.noreply.github.com>2022-08-31 17:42:58 -0700
committerGitHub <noreply@github.com>2022-08-31 17:42:58 -0700
commitb01ec5715e2ae72463124fd42608bcee9b8132b8 (patch)
treec9c95bdb3eefaa4789df49610b8660c373c43689 /pkg/runtest/run.go
parent51e54e30cbb17bbb9f6d4b522d0f2f2c05d4fb5c (diff)
sys/fuchsia: update the port system calls (#3348)
Also adds a test for zx_port_* Co-authored-by: Aaron Green <aarongreen@google.com>
Diffstat (limited to 'pkg/runtest/run.go')
-rw-r--r--pkg/runtest/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go
index c040f3481..985c5979c 100644
--- a/pkg/runtest/run.go
+++ b/pkg/runtest/run.go
@@ -306,6 +306,7 @@ func parseProg(target *prog.Target, dir, filename string) (*prog.Prog, map[strin
// Fuchsia specific errors.
"ZX_ERR_BAD_HANDLE": 11,
+ "ZX_ERR_TIMED_OUT": 21,
}
info := &ipc.ProgInfo{Calls: make([]ipc.CallInfo, len(p.Calls))}
for i, call := range p.Calls {