From 6eda6257f041f6f67b981d81f9ebb4ff8f3b9318 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 28 Jan 2025 08:27:24 +0100 Subject: sys/test: fix align3 test --- sys/test/test/align3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/test') 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) -- cgit mrf-deployment