File tree 8 files changed +6
-8
lines changed
8 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
NullPointer1.class
3
- --pointer-check -- stop-on-fail
3
+ --stop-on-fail
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^ file NullPointer1.java line 16 function java::NullPointer1.main:\(\[Ljava/lang/String;\)V bytecode-index 9$
Original file line number Diff line number Diff line change 1
1
CORE
2
2
NullPointer2.class
3
- --pointer-check -- stop-on-fail
3
+ --stop-on-fail
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^ file NullPointer2.java line 9 function java::NullPointer2.main:\(\[Ljava/lang/String;\)V
Original file line number Diff line number Diff line change 1
1
CORE
2
2
NullPointer3.class
3
- --pointer-check
3
+
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^.*Null pointer check: FAILURE$
Original file line number Diff line number Diff line change 1
1
CORE
2
2
NullPointer4.class
3
- --pointer-check -- stop-on-fail
3
+ --stop-on-fail
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^ file NullPointer4.java line 6 function java::NullPointer4.main:\(\[Ljava/lang/String;\)V bytecode-index 4$
Original file line number Diff line number Diff line change 1
1
CORE
2
2
pointer_check1.class
3
- --pointer-check
3
+
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^VERIFICATION FAILED$
Original file line number Diff line number Diff line change 1
1
CORE
2
2
static_method1.class
3
- --function 'static_method1.f' --div-by-zero-check
3
+ --function 'static_method1.f'
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^VERIFICATION FAILED$
Original file line number Diff line number Diff line change @@ -1098,7 +1098,6 @@ void jbmc_parse_optionst::help()
1098
1098
HELP_SHOW_CLASS_HIERARCHY
1099
1099
" \n "
1100
1100
" Program instrumentation options:\n "
1101
- HELP_GOTO_CHECK
1102
1101
" --no-assertions ignore user assertions\n "
1103
1102
" --no-assumptions ignore user assumptions\n "
1104
1103
" --error-label label check that label is unreachable\n "
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ class optionst;
47
47
" (document-subgoals)(outfile):" \
48
48
" (object-bits):" \
49
49
" (classpath):(cp):(main-class):" \
50
- OPT_GOTO_CHECK \
51
50
" (no-assertions)(no-assumptions)" \
52
51
" (no-built-in-assertions)" \
53
52
" (xml-ui)(json-ui)" \
You can’t perform that action at this time.
0 commit comments