diff options
| author | Marco Vanotti <mvanotti@users.noreply.github.com> | 2022-08-31 17:42:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-31 17:42:58 -0700 |
| commit | b01ec5715e2ae72463124fd42608bcee9b8132b8 (patch) | |
| tree | c9c95bdb3eefaa4789df49610b8660c373c43689 /pkg/runtest/run.go | |
| parent | 51e54e30cbb17bbb9f6d4b522d0f2f2c05d4fb5c (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.go | 1 |
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 { |
