Skip to content

Commit 295bc7b

Browse files
author
Mark R Tuttle
committed
Modify GitHub Actions patch of Debian 64bit_regression_tests.patch file.
1 parent daa4178 commit 295bc7b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/debian/64bit_regression_tests.patch

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
--- 64bit_regression_tests 2020-06-19 16:40:45.963502746 +0000
2-
+++ 64bit_regression_tests_patch 2020-06-19 16:42:12.338994730 +0000
1+
--- /tmp/64bit_regression_tests 2020-07-24 18:34:51.811830486 +0000
2+
+++ 64bit_regression_tests 2020-07-24 18:36:44.827779374 +0000
3+
@@ -87,7 +87,7 @@
4+
<type>union myunion</type>
5+
-<full_lhs>byte_extract_little_endian\(u, 0ll?, .*int.*\)</full_lhs>
6+
+<full_lhs>byte_extract_little_endian\(u, 0l?l?, .*int.*\)</full_lhs>
7+
- <full_lhs_value>\d+ll?</full_lhs_value>
8+
+ <full_lhs_value binary="[01]+">\d+ll?</full_lhs_value>
9+
<value>\{ \.i=\d+ll? \}</value>
10+
<value_expression>
11+
--- cbmc-5.12.orig/regression/cbmc/byte_update11/main.c
312
@@ -147,14 +147,14 @@
413
--harness-type call-function --function test --treat-pointer-as-array arr --associated-array-size arr:sz
514
^EXIT=0$

0 commit comments

Comments
 (0)