diff options
| author | Laura Peskin <pesk@google.com> | 2022-11-22 14:28:37 -0800 |
|---|---|---|
| committer | Ange Albertini <105304039+corkamig@users.noreply.github.com> | 2022-11-23 18:50:14 +0000 |
| commit | 4b01db733a68d41909ab469cacf83de587aa83c0 (patch) | |
| tree | c88909a9c508b86349d146681f2d4bbfbef99c8c /pkg/runtest/run.go | |
| parent | 12c66417513689207e96cb377eba36af9bf78535 (diff) | |
sys/fuchsia: add test for handle syscall descriptions
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 952a2e1e6..a0daf2b86 100644 --- a/pkg/runtest/run.go +++ b/pkg/runtest/run.go @@ -310,6 +310,7 @@ func parseProg(target *prog.Target, dir, filename string) (*prog.Prog, map[strin "ZX_ERR_BAD_HANDLE": 11, "ZX_ERR_BAD_STATE": 20, "ZX_ERR_TIMED_OUT": 21, + "ZX_ERR_PEER_CLOSED": 24, "ZX_ERR_ALREADY_EXISTS": 26, "ZX_ERR_ACCESS_DENIED": 30, } |
