tests: Add invalid "control-semantic" tests to increase coverage
commit117040095ee28b1374e54f0212a2886ef38aa104
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Feb 2018 12:37:04 +0000 (5 13:37 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Feb 2018 13:00:57 +0000 (5 14:00 +0100)
tree7a2aa33ce144d291187fec7333e7fc077273db46
parent04abfbc6788e1bffab2b27dd0fff652154936dda
tests: Add invalid "control-semantic" tests to increase coverage
20 files changed:
tests/Makefile.am
tests/control-semantic/argument-extra.test [new file with mode: 0644]
tests/control-semantic/argument-incompatible-type-out.test [new file with mode: 0644]
tests/control-semantic/argument-incompatible-type-ref.test [new file with mode: 0644]
tests/control-semantic/argument-missing.test [new file with mode: 0644]
tests/control-semantic/argument-named.test [new file with mode: 0644]
tests/control-semantic/argument-no-out.test [new file with mode: 0644]
tests/control-semantic/argument-no-ref.test [new file with mode: 0644]
tests/control-semantic/argument-null-ref.test [new file with mode: 0644]
tests/control-semantic/argument-owned-out.test [new file with mode: 0644]
tests/control-semantic/argument-owned-ref.test [new file with mode: 0644]
tests/control-semantic/argument-value-out.test [new file with mode: 0644]
tests/control-semantic/argument-value-ref.test [new file with mode: 0644]
tests/control-semantic/member-incompatible-type.test [new file with mode: 0644]
tests/control-semantic/member-invalid.test [new file with mode: 0644]
tests/control-semantic/member-private.test [new file with mode: 0644]
tests/control-semantic/member-readonly.test [new file with mode: 0644]
tests/control-semantic/printf-too-few.test [new file with mode: 0644]
tests/control-semantic/printf-too-many.test [new file with mode: 0644]
tests/control-semantic/variadic-argument-invalid.test [new file with mode: 0644]