From e30cbdae48129d22c125435cb72fc20447c7a0e2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 19 Dec 2019 20:00:44 +0100 Subject: sys/test: and another bitfield test Just trying to get my head around it (and fix this in tests). Update #1542 --- sys/test/exec.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/test/exec.txt') diff --git a/sys/test/exec.txt b/sys/test/exec.txt index 556f8b5ca..641195926 100644 --- a/sys/test/exec.txt +++ b/sys/test/exec.txt @@ -24,6 +24,7 @@ compare_data [ bf10 syz_bf_align[syz_bf_struct10] bf11 syz_bf_align[syz_bf_struct11] bf12 syz_bf_align[syz_bf_struct12] + bf13 syz_bf_align[syz_bf_struct13] str string blob array[int8] arr16be array[int16be] @@ -101,6 +102,12 @@ syz_bf_struct12 { f6 int8 } +syz_bf_struct13 { + f0 int16 + f1 int32:12 + f2 int32:12 +} + type syz_bf_align[T] { f0 int8 f1 T -- cgit mrf-deployment