We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c34d commit d0da547Copy full SHA for d0da547
regression/jbmc-strings/StringEquals/test_verify.desc
@@ -0,0 +1,9 @@
1
+KNOWNBUG
2
+Test.class
3
+ --string-max-input-length 20 --string-max-length 100 --unwind 30 --function Test.verify
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+assertion at file Test.java line 62 .* SUCCESS
7
+--
8
9
+Our current implementation does not handle the null case
regression/jbmc-strings/StringEquals/test_verify_non_null.desc
@@ -0,0 +1,7 @@
+CORE
+ --string-max-input-length 20 --string-max-length 100 --unwind 30 --function Test.verifyNonNull
+assertion at file Test.java line 50 .* SUCCESS
0 commit comments