Skip to content

Commit 39513a3

Browse files
committed
fix nondeterministic hex_trace test
The cbmc/hex_trace test pattern relies on a particular value (0) for an uninitialized local variable. This removes the pattern. See https://github.com/diffblue/cbmc/actions/runs/6672135313/job/18269948126?pr=7979 as an exemplar where this was triggered.
1 parent 5341b44 commit 39513a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

regression/cbmc/hex_trace/test.desc

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ main.c
44
^EXIT=10$
55
^SIGNAL=0$
66
a=0 \s*\(0x0\)
7-
b=0ul? \s*\(0x0\)
87
a=-100 \s*\(0xFFFFFF9C\)
98
a=2147483647 \s*\(0x7FFFFFFF\)
109
b=4294967294ul? \s*\(0xFFFFFFFE\)

0 commit comments

Comments
 (0)