diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-01-28 08:27:24 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-01-28 08:42:53 +0000 |
| commit | 6eda6257f041f6f67b981d81f9ebb4ff8f3b9318 (patch) | |
| tree | 2dd89fbd7baedec3784f72819a3af939e8f832ac /sys/test | |
| parent | 180708967e9f2cb26bc15973d46e3cd9cf3d2d80 (diff) | |
sys/test: fix align3 test
Diffstat (limited to 'sys/test')
| -rw-r--r-- | sys/test/test/align3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/test/test/align3 b/sys/test/test/align3 index 00ba25576..d3c3ba37e 100644 --- a/sys/test/test/align3 +++ b/sys/test/test/align3 @@ -1,4 +1,4 @@ -# 32 has 4-byte alignment for int64 and everything goes havoc. -# requires: -arch=32 -bigendian +# These structs has pointers, and here we assume 64-bit pointers. +# requires: -arch=32 -arch=32_fork -bigendian syz_compare(&AUTO="000000000000000001000000000000009999999999999999030000000000000000000000000000009999999999999999", AUTO, &AUTO=@align3={{0x0}, 0x1, {{0x2}}, 0x3, [{{0x4}}, {{0x5}}]}, AUTO) |
