File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
Test.class
3
- --refine-strings --string-max-length 100 --string-max-input-length 4 --verbosity 10 --unwind 5 Test.class --function Test.testSuccess
3
+ --refine-strings --string-max-length 100 --string-max-input-length 4 --verbosity 10 --unwind 5 --function Test.testSuccess
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
6
assertion at file Test.java line 23 .*: SUCCESS
Original file line number Diff line number Diff line change 1
1
CORE
2
2
Test.class
3
- --refine-strings --string-max-length 10000 --verbosity 10 Test.class --function Test.testFail
3
+ --refine-strings --string-max-length 10000 --verbosity 10 --function Test.testFail
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
assertion at file Test.java line 38 .*: FAILURE
Original file line number Diff line number Diff line change 1
1
CORE
2
2
Test.class
3
- --refine-strings --string-max-length 1000 --string-max-input-length 100 --verbosity 10 Test.class --function Test.test
3
+ --refine-strings --string-max-length 1000 --string-max-input-length 100 --verbosity 10 --function Test.test
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
6
assertion at file Test.java line 20 .*: SUCCESS
Original file line number Diff line number Diff line change 1
1
CORE
2
2
IntegerTests.class
3
- -refine-strings --string-max-length 100 IntegerTests.class --function IntegerTests.testMySet --cover location
3
+ -refine-strings --string-max-length 100 --function IntegerTests.testMySet --cover location
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
6
coverage.* line 12 function java::IntegerTests.testMySet.* bytecode-index 1 .* SATISFIED
Original file line number Diff line number Diff line change 1
1
CORE
2
2
IntegerTests.class
3
- -refine-strings --string-max-length 100 IntegerTests.class --function IntegerTests.testMyGenSet --cover location
3
+ -refine-strings --string-max-length 100 --function IntegerTests.testMyGenSet --cover location
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
6
coverage.* line 4 function java::IntegerTests.testMyGenSet.* bytecode-index 1 .* SATISFIED
Original file line number Diff line number Diff line change 1
1
CORE symex-driven-lazy-loading-expected-failure
2
2
main.class
3
- package_friendly1. class package_friendly2.class --show-goto-functions
3
+ --java-load-class package_friendly1 --java-load- class package_friendly2 --show-goto-functions
4
4
^main[.]main[\(].*[\)].*$
5
5
^package_friendly2[.]operation2[\(][\)].*$
6
6
^EXIT=0$
You can’t perform that action at this time.
0 commit comments