Fix tests with missing EXIT or SIGNAL tests

Some tests had previously been passing despite actually causing a crash, due
to the required output being too loosely specified. This ensures the bare minimum:
that every test has an expected EXIT code and SIGNAL result.

The codes suggested were taken from the test's current output, and only applied for
CORE tests, but hand inspection suggests these choices are reasonable.
This commit is contained in:
Chris Smowton 2018-03-22 12:16:30 +00:00
parent 7b5620388c
commit 3b00bdc085
167 changed files with 264 additions and 3 deletions

View File

@ -1,6 +1,7 @@
CORE
main.c
^EXIT=(1|64)$
^SIGNAL=0$
^CONVERSION ERROR$
--

View File

@ -1,6 +1,7 @@
CORE
main.c
^EXIT=(1|64)$
^SIGNAL=0$
^CONVERSION ERROR$
--

View File

@ -2,6 +2,7 @@ CORE
main.c
--verbosity 2
^main.c:3:1: warning: function has return void but a return statement returning signed int$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
main.c
main2.c --function foo
^main symbol `foo' is ambiguous$
^EXIT=(1|64)$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
main.c
main2.c --function foo
^main symbol `foo' is ambiguous$
^EXIT=(1|64)$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetArray.class
--function NondetArray.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,6 +2,8 @@ CORE
NondetArray2.class
--function NondetArray2.main --unwind 5
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
Disabled pending fixing warnings for array-of with zero length:

View File

@ -2,6 +2,8 @@ CORE
NondetArray3.class
--function NondetArray3.main --unwind 5
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
Disabled pending fixing warnings for array-of with zero length:

View File

@ -2,5 +2,7 @@ CORE
NondetArray4.class
--function NondetArray4.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetAssume1.class
--function NondetAssume1.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetAssume2.class
--function NondetAssume2.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetBoolean.class
--function NondetBoolean.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetByte.class
--function NondetByte.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetCastToObject.class
--function NondetCastToObject.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetChar.class
--function NondetChar.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetDirectFromMethod.class
--function NondetDirectFromMethod.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetDouble.class
--function NondetDouble.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetFloat.class
--function NondetFloat.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,6 +2,8 @@ CORE
NondetGenericArray.class
--function NondetGenericArray.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
Disabled pending fixing warnings for array-of with zero length:

View File

@ -2,5 +2,7 @@ CORE
NondetGenericRecursive.class
--function NondetGenericRecursive.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetGenericRecursive2.class
--function NondetGenericRecursive2.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetGenericWithNull.class
--function NondetGenericWithNull.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetGenericWithoutNull.class
--function NondetGenericWithoutNull.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,4 +2,6 @@ CORE
Test.class
--function Test.check
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--

View File

@ -2,6 +2,8 @@ CORE symex-driven-lazy-loading-expected-failure
Test.class
--function Test.check --lazy-methods
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
This doesn't work under symex-driven lazy loading because it is incompatible with --lazy-methods

View File

@ -2,3 +2,5 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -2,3 +2,5 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -2,5 +2,7 @@ CORE
NondetInt.class
--function NondetInt.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetLong.class
--function NondetLong.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,5 +2,7 @@ CORE
NondetShort.class
--function NondetShort.main
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,4 +2,6 @@ CORE
Test.class
--object-bits 4
too many addressed objects
^EXIT=6$
^SIGNAL=0$
--

View File

@ -2,5 +2,7 @@ CORE
test.class
--function test.f --cover location
\d+ of \d+ covered
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -2,6 +2,8 @@ CORE
test.class
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring
--

View File

@ -2,6 +2,8 @@ CORE
test.class
VERIFICATION SUCCESSFUL
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring
--

View File

@ -2,6 +2,8 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
This checks that jbmc knows that test.x and parent.x refer to the same field.

View File

@ -4,6 +4,8 @@ Test.class
Stub static field x found for non-stub type java::Test\. In future this will be a fatal error\.
assertion at file Test\.java line 6 .* FAILURE
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
Stub static field x found for non-stub type java::Parent\. In future this will be a fatal error\.
--

View File

@ -2,6 +2,8 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
This checks that jbmc knows that Test.x and InterfaceWithStatic.x are the same field.

View File

@ -2,6 +2,8 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
This is the same as test inherited_static_field1, except Test's parent is opaque.

View File

@ -3,6 +3,8 @@ Test.class
--function Test.main
assertion at file Test\.java line 6 .* FAILURE
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
--
This checks that jbmc knows that the hidden field Grandparent.x is not the same

View File

@ -2,6 +2,8 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
This is the same as inherited_static_field2, except that Test's parent is opaque. It must pass because

View File

@ -3,6 +3,8 @@ Test.class
--function Test.main
assertion at file Test\.java line 6 .* FAILURE
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
--
This test is the same as inherited_static_field4, except that Test's parent is opaque.

View File

@ -2,6 +2,8 @@ CORE
Test.class
--function Test.main
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$
--
--
This test must pass, as there is only one opaque parent (interface_with_static).

View File

@ -4,6 +4,8 @@ Test.class
assertion at file Test\.java line 6 .* SUCCESS
assertion at file Test\.java line 7 .* FAILURE
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
--
This test is the same as inherited_static_field4, except that Test's grandparent is opaque.

View File

@ -5,6 +5,8 @@ Stub static field x found for non-stub type java::Test\. In future this will be
Stub static field x found for non-stub type java::Parent\. In future this will be a fatal error\.
assertion at file Test\.java line 6 .* FAILURE
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$
--
--
This tests the corner case where static fields are found on non-stub types, here caused

View File

@ -10,3 +10,5 @@ lambda function reference lambda\$k\$5 in class \"Lambdatest\"
lambda function reference lambda\$l\$6 in class \"Lambdatest\"
lambda function reference lambda\$m\$7 in class \"Lambdatest\"
lambda function reference lambda\$static\$0 in class \"B\"
^EXIT=0$
^SIGNAL=0$

View File

@ -3,3 +3,5 @@ Test.class
--show-goto-functions --function Test.main
java::Unused::clinit_wrapper
Unused\.<clinit>\(\)
^EXIT=0$
^SIGNAL=0$

View File

@ -1,6 +1,8 @@
CORE symex-driven-lazy-loading-expected-failure
Test.class
--lazy-methods --show-goto-functions --function Test.main
^EXIT=0$
^SIGNAL=0$
--
java::Unused::clinit_wrapper
Unused\.<clinit>\(\)

View File

@ -2,6 +2,8 @@ CORE symex-driven-lazy-loading-expected-failure
Test.class
--lazy-methods --function Test.main
VERIFICATION SUCCESSFUL
^EXIT=0$
^SIGNAL=0$
--
--
This doesn't work under symex-driven lazy loading because it is incompatible with --lazy-methods

View File

@ -4,3 +4,5 @@ Test.class
java::Unused1::clinit_wrapper
java::Unused2::clinit_wrapper
Unused2\.<clinit>\(\)
^EXIT=0$
^SIGNAL=0$

View File

@ -1,6 +1,8 @@
CORE symex-driven-lazy-loading-expected-failure
Test.class
--lazy-methods --show-goto-functions --function Test.main
^EXIT=0$
^SIGNAL=0$
--
java::Unused1::clinit_wrapper
java::Unused2::clinit_wrapper

View File

@ -2,6 +2,8 @@ CORE symex-driven-lazy-loading-expected-failure
Test.class
--lazy-methods --function Test.main
VERIFICATION SUCCESSFUL
^EXIT=0$
^SIGNAL=0$
--
--
This doesn't work under symex-driven lazy loading because it is incompatible with --lazy-methods

View File

@ -3,3 +3,5 @@ Test.class
--show-goto-functions --function Test.main
java::Opaque\.<clinit>:\(\)V
java::Opaque::clinit_wrapper
^EXIT=0$
^SIGNAL=0$

View File

@ -1,6 +1,8 @@
CORE symex-driven-lazy-loading-expected-failure
Test.class
--lazy-methods --show-goto-functions --function Test.main
^EXIT=0$
^SIGNAL=0$
--
java::Opaque\.<clinit>:\(\)V
java::Opaque::clinit_wrapper

View File

@ -2,6 +2,8 @@ CORE symex-driven-lazy-loading-expected-failure
Test.class
--lazy-methods --function Test.main
VERIFICATION SUCCESSFUL
^EXIT=0$
^SIGNAL=0$
--
--
This doesn't work under symex-driven lazy loading because it is incompatible with --lazy-methods

View File

@ -2,3 +2,5 @@ CORE
ManyLocalVariables.class
--function ManyLocalVariables.test
VERIFICATION SUCCESSFUL
^EXIT=0$
^SIGNAL=0$

View File

@ -3,4 +3,5 @@ TooManyLocals.class
--function TooManyLocals.test
VERIFICATION SUCCESSFUL
\[java::TooManyLocals\.test:\(\)V\.assertion\.1\] .*: SUCCESS
EXIT=0
^EXIT=0$
^SIGNAL=0$

View File

@ -5,6 +5,8 @@ VirtualFunctions.class
a \. VirtualFunctions\$A\.f:\(\)V\(\);$
b \. VirtualFunctions\$B\.f:\(\)V\(\);$
\(struct VirtualFunctions\$B \*\)c \. VirtualFunctions\$B\.f:\(\)V\(\);$
^EXIT=0$
^SIGNAL=0$
--
--
This doesn't work under symex-driven lazy loading because it is incompatible with --lazy-methods

View File

@ -2,6 +2,8 @@ CORE symex-driven-lazy-loading-expected-failure
ArrayListEquals.class
--lazy-methods --java-max-vla-length 48 --unwind 8 --java-unwind-enum-static --trace --cover location --function ArrayListEquals.check2 --show-goto-functions
e2 . ArrayList\$Itr.hasNext:\(\)Z\(\);
^EXIT=0$
^SIGNAL=0$
--
e2 . ListIterator.hasNext:\(\)Z\(\);
--

View File

@ -2,3 +2,5 @@ CORE
NopJumps.class
--function NopJumps.test
VERIFICATION SUCCESSFUL
^EXIT=0$
^SIGNAL=0$

View File

@ -4,3 +4,5 @@ E.class
IF.*"java::D"
IF.*"java::O"
IF.*"java::C"
^EXIT=0$
^SIGNAL=0$

View File

@ -1,6 +1,7 @@
CORE
main.c
--pointer-check
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
--

View File

@ -1,6 +1,7 @@
CORE
main.c
--pointer-check
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
--

View File

@ -1,6 +1,7 @@
CORE
main.c
--signed-overflow-check
^EXIT=10$
^SIGNAL=0$
^\[.*\] arithmetic overflow on signed \+ in .*: FAILURE$
^VERIFICATION FAILED$

View File

@ -1,6 +1,7 @@
CORE
main.c
--signed-overflow-check
^EXIT=10$
^SIGNAL=0$
^\[.*\] arithmetic overflow on signed shl in .*: FAILURE$
^\*\* 2 of 4 failed

View File

@ -1,6 +1,7 @@
CORE
main.c
--pointer-check --bounds-check --function f
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
--

View File

@ -1,6 +1,7 @@
CORE
main.c
--pointer-check --bounds-check
^EXIT=10$
^SIGNAL=0$
^VERIFICATION FAILED$
--

View File

@ -10,3 +10,5 @@ main.c
^\[main.assertion.6\] NotForall-NotForall: successful: SUCCESS$
^\*\* 2 of 6 failed
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$

View File

@ -8,3 +8,5 @@ main.c
^\[main.assertion.4\] assertion z2: SUCCESS$
^\*\* 1 of 4 failed
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$

View File

@ -9,3 +9,5 @@ main.c
^\[main.assertion.5\] assertion b\[.*\] == 4: SUCCESS$
^\*\* 0 of 5 failed
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -9,3 +9,5 @@ main.c
^\[main.assertion.5\] success 2: SUCCESS$
^\*\* 3 of 5 failed
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$

View File

@ -9,3 +9,5 @@ main.c
^\[main.assertion.5\] assertion a\[.*\] == 5: SUCCESS$
^\*\* 0 of 5 failed
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -9,3 +9,5 @@ main.c
^\[main.assertion.5\] assertion c\[.*\] >= c\[.*\]: SUCCESS$
^\*\* 1 of 5 failed
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$

View File

@ -4,3 +4,5 @@ main.c
^\*\* Results:$
^\*\* 0 of 1 failed
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -10,3 +10,5 @@ main.c
^\[main.assertion.6\] assertion tmp_if_expr\$15: SUCCESS$
^\*\* 0 of 6 failed
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -9,3 +9,5 @@ main.c
^\[main.assertion.5\] failure 2: FAILURE$
^\*\* 2 of 5 failed
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$

View File

@ -9,3 +9,5 @@ main.c
^\[main.assertion.5\] assertion tmp_if_expr\$3: SUCCESS$
^\*\* 0 of 5 failed
^VERIFICATION SUCCESSFUL$
^EXIT=0$
^SIGNAL=0$

View File

@ -6,3 +6,5 @@ main.c
^\[main.assertion.2\] assertion tmp_if_expr\$2: SUCCESS$
^\*\* 1 of 2 failed
^VERIFICATION FAILED$
^EXIT=10$
^SIGNAL=0$

View File

@ -1,6 +1,7 @@
CORE
main.c
^EXIT=10$
^SIGNAL=0$
^\*\*\*\* WARNING: no body for function f$
^VERIFICATION FAILED$

View File

@ -1,6 +1,7 @@
CORE
main.c
^EXIT=10$
^SIGNAL=0$
^\*\*\*\* WARNING: no body for function asd$
^VERIFICATION FAILED$

View File

@ -1,6 +1,7 @@
CORE
main.c
--undefined-shift-check
^EXIT=10$
^SIGNAL=0$
^\[.*\] shift operand is negative in .*: FAILURE$
^\*\* 1 of 2 failed

View File

@ -2,4 +2,6 @@ CORE
test.c
--no-simplify --unwind 300 --object-bits 8
too many addressed objects
^EXIT=6$
^SIGNAL=0$
--

View File

@ -7,5 +7,7 @@ main.c
^a=&tmp\$\d+!0, tmp\$\d+=\(\(signed int \*\)NULL\), tmp\$\d+=[^,]*$
^a=&tmp\$\d+!0, tmp\$\d+=&tmp\$\d+!0, tmp\$\d+=([012356789][0-9]*|4[0-9]+)$
^a=&tmp\$\d+!0, tmp\$\d+=&tmp\$\d+!0, tmp\$\d+=4$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -6,5 +6,7 @@ main.c
^a=\(\(signed int \*\)NULL\), tmp\$\d+=[^,]*$
^a=&tmp\$\d+!0, tmp\$\d+=4$
^a=&tmp\$\d+!0, tmp\$\d+=([012356789][0-9]*|4[0-9]+)$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -3,8 +3,9 @@ main.c
--show-symbol-table --function fun
// Enable multi-line checking
activate-multi-line-match
EXIT=0
Base name\.+: fun\nMode\.+: C\nType\.+: MYINT \(\)
Base name\.+: fun2\nMode\.+: C\nType\.+: CHAINEDINT \(\)
EXIT=0\n
SIGNAL=0\n
--
warning: ignoring

View File

@ -5,6 +5,7 @@ main.c
^\s*IF fp_tbl\[\(signed (long )*long int\)i\] == f2 THEN GOTO [0-9]$
^\s*IF fp_tbl\[\(signed (long )*long int\)i\] == f3 THEN GOTO [0-9]$
^\s*IF fp_tbl\[\(signed (long )*long int\)i\] == f4 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^\s*IF fp_tbl\[\(signed (long )*long int\)i\] == f1 THEN GOTO [0-9]$

View File

@ -5,6 +5,7 @@ main.c
^\s*IF fp == f2 THEN GOTO [0-9]$
^\s*IF fp == f3 THEN GOTO [0-9]$
^\s*IF fp == f4 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -6,6 +6,7 @@ main.c
^\s*IF fp == f3 THEN GOTO [0-9]$
^\s*IF fp == f4 THEN GOTO [0-9]$
replacing function pointer by 3 possible targets
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -5,6 +5,7 @@ main.c
^\s*IF fp == f2 THEN GOTO [0-9]$
^\s*IF fp == f3 THEN GOTO [0-9]$
^\s*IF fp == f4 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -5,6 +5,7 @@ main.c
^\s*IF fp == f2 THEN GOTO [0-9]$
^\s*IF fp == f3 THEN GOTO [0-9]$
^\s*IF fp == f4 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -5,6 +5,7 @@ main.c
^\s*IF fp == f2 THEN GOTO [0-9]$
^\s*IF fp == f3 THEN GOTO [0-9]$
^\s*IF fp == f4 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -5,6 +5,7 @@ main.c
^\s*IF fp == \(.*\)f2 THEN GOTO [0-9]$
^\s*IF fp == \(.*\)f3 THEN GOTO [0-9]$
^\s*IF fp == \(.*\)f4 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -6,6 +6,7 @@ main.c
^\s*IF fp == f3 THEN GOTO [0-9]$
^\s*IF fp == f4 THEN GOTO [0-9]$
^\s*ASSERT FALSE // invalid function pointer$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -3,6 +3,7 @@ main.c
--show-goto-functions --verbosity 10 --pointer-check
^Removing function pointers and virtual functions$
^\s*ASSERT FALSE // invalid function pointer$
^EXIT=0$
^SIGNAL=0$
function func: replacing function pointer by 0 possible targets
--

View File

@ -11,5 +11,7 @@ main.c
^\s*IF \*fp == f7 THEN GOTO [0-9]$
^\s*IF \*fp == f8 THEN GOTO [0-9]$
^\s*IF \*fp == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -11,6 +11,7 @@ main.c
^\s*IF fp == f7 THEN GOTO [0-9]$
^\s*IF fp == f8 THEN GOTO [0-9]$
^\s*IF fp == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -11,6 +11,7 @@ main.c
^\s*IF fp == f7 THEN GOTO [0-9]$
^\s*IF fp == f8 THEN GOTO [0-9]$
^\s*IF fp == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -11,6 +11,7 @@ main.c
^\s*IF fp2 == f7 THEN GOTO [0-9]$
^\s*IF fp2 == f8 THEN GOTO [0-9]$
^\s*IF fp2 == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -11,6 +11,7 @@ main.c
^\s*IF fp2 == f7 THEN GOTO [0-9]$
^\s*IF fp2 == f8 THEN GOTO [0-9]$
^\s*IF fp2 == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -11,5 +11,7 @@ main.c
^\s*IF fp == f7 THEN GOTO [0-9]$
^\s*IF fp == f8 THEN GOTO [0-9]$
^\s*IF fp == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

View File

@ -11,5 +11,7 @@ main.c
^\s*IF \*fp == f7 THEN GOTO [0-9]$
^\s*IF \*fp == f8 THEN GOTO [0-9]$
^\s*IF \*fp == f9 THEN GOTO [0-9]$
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring

Some files were not shown because too many files have changed in this diff Show More