We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122c9fe commit f3b5529Copy full SHA for f3b5529
regression/jbmc-strings/long_string/test_abort.desc
@@ -1,9 +1,10 @@
1
CORE
2
Test.class
3
---refine-strings --function Test.checkAbort
4
-^EXIT=6$
+--refine-strings --function Test.checkAbort --trace
+^EXIT=10$
5
^SIGNAL=0$
6
+dynamic_object[0-9]*=\(assignment removed\)
7
--
8
-This tests should abort, because concretizing a string of the required
9
-length may take to much memory.
+This tests that the object does not appear in the trace, because concretizing
10
+a string of the required length may take to much memory.
0 commit comments