diff options
author | 2018-02-03 13:09:32 +0000 | |
---|---|---|
committer | 2018-02-03 13:09:32 +0000 | |
commit | 0425a805dbc144306bc43f421f094894a67a13c8 (patch) | |
tree | 9d45871ba651096fb93606c3723980e3cb3d09dd | |
parent | regen (diff) | |
download | wireguard-openbsd-0425a805dbc144306bc43f421f094894a67a13c8.tar.xz wireguard-openbsd-0425a805dbc144306bc43f421f094894a67a13c8.zip |
Tests were incorrect.
-rw-r--r-- | regress/usr.bin/ctfdump/base_types_encoding.amd64 | 3 | ||||
-rw-r--r-- | regress/usr.bin/ctfdump/base_types_encoding.i386 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/regress/usr.bin/ctfdump/base_types_encoding.amd64 b/regress/usr.bin/ctfdump/base_types_encoding.amd64 index 61b3c6cef24..529a417ddb3 100644 --- a/regress/usr.bin/ctfdump/base_types_encoding.amd64 +++ b/regress/usr.bin/ctfdump/base_types_encoding.amd64 @@ -1,4 +1,7 @@ + [] FLOAT float encoding=LDOUBLE offset=0 bits=128 [] FLOAT float encoding=LDOUBLE offset=0 bits=32 + [] FLOAT float encoding=LDOUBLE offset=0 bits=64 [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 [] INTEGER signed encoding=SIGNED offset=0 bits=32 + [] INTEGER signed encoding=SIGNED offset=0 bits=64 [] INTEGER void encoding=SIGNED offset=0 bits=0 diff --git a/regress/usr.bin/ctfdump/base_types_encoding.i386 b/regress/usr.bin/ctfdump/base_types_encoding.i386 index 61b3c6cef24..eb222d04fca 100644 --- a/regress/usr.bin/ctfdump/base_types_encoding.i386 +++ b/regress/usr.bin/ctfdump/base_types_encoding.i386 @@ -1,4 +1,7 @@ [] FLOAT float encoding=LDOUBLE offset=0 bits=32 + [] FLOAT float encoding=LDOUBLE offset=0 bits=64 + [] FLOAT float encoding=LDOUBLE offset=0 bits=96 [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 [] INTEGER signed encoding=SIGNED offset=0 bits=32 + [] INTEGER signed encoding=SIGNED offset=0 bits=64 [] INTEGER void encoding=SIGNED offset=0 bits=0 |