diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-19 20:00:44 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-19 20:00:44 +0100 |
| commit | e30cbdae48129d22c125435cb72fc20447c7a0e2 (patch) | |
| tree | 1087250b0fc43136a1578754eb675a9a53ca9c6d /sys/test/exec.txt | |
| parent | 20c6855484620eda011e4e4002c6f7f272a878c4 (diff) | |
sys/test: and another bitfield test
Just trying to get my head around it (and fix this in tests).
Update #1542
Diffstat (limited to 'sys/test/exec.txt')
| -rw-r--r-- | sys/test/exec.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
