Skip to content

Commit 057558d

Browse files
author
svorenova
committed
Enable previously failing regression tests
1 parent 9b774b7 commit 057558d

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
KNOWNBUG
1+
CORE
22
FloatMultidim1.class
33
--function FloatMultidim1.f --cover location --unwind 3
44
\d+ of \d+ covered
55
^EXIT=0$
66
^SIGNAL=0$
7-
--
8-
--
9-
This crashes during symex, with error 'cannot unpack array of nonconst size'
10-
when trying to access the element of the array. Symex uses byte_extract_little
11-
_endian to access the element which does not get simplified (it seems the
12-
problem is that the types in the instruction do not match). TG-1121
7+
y=1$
8+
y=[2-4]$
9+
y=([05-9]|[1-9][0-9]+|-[1-9][0-9]*)$
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
KNOWNBUG
1+
CORE
22
RefMultidim1.class
33
--function RefMultidim1.f --cover location --unwind 3
44
\d+ of \d+ covered
55
^EXIT=0$
66
^SIGNAL=0$
7-
--
8-
--
9-
This crashes during symex, with error 'cannot unpack array of nonconst size'
10-
when trying to access the element of the array. Symex uses byte_extract_little
11-
_endian to access the element which does not get simplified (it seems the
12-
problem is that the types in the instruction do not match). TG-1121
7+
y=1$
8+
y=[2-4]$
9+
y=([05-9]|[1-9][0-9]+|-[1-9][0-9]*)$
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
KNOWNBUG
1+
CORE
22
RefMultidim2.class
33
--function RefMultidim2.f --cover location --unwind 3
44
\d+ of \d+ covered
55
^EXIT=0$
66
^SIGNAL=0$
7-
--
8-
--
9-
This crashes during symex, with error 'cannot unpack array of nonconst size'
10-
when trying to access the element of the array. Symex uses byte_extract_little
11-
_endian to access the element which does not get simplified (it seems the
12-
problem is that the types in the instruction do not match). TG-1121
7+
y=1$
8+
y=[2-4]$
9+
y=([05-9]|[1-9][0-9]+|-[1-9][0-9]*)$

0 commit comments

Comments
 (0)