]> git.ipfire.org Git - thirdparty/vala.git/commit
tests: Add more "invalid expression" tests to increase coverage
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Sep 2019 11:21:44 +0000 (13:21 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 24 Sep 2019 11:42:47 +0000 (13:42 +0200)
commit4f21af865b75a92cddd2a017085111d2c7c616e1
treeb0084955b47cafe276af82d215922b4cab22b048
parent5504248474be88ce8105ae448fa258a9c40d9197
tests: Add more "invalid expression" tests to increase coverage
tests/Makefile.am
tests/semantic/pointer-indirection-type-not-supported.test [new file with mode: 0644]
tests/semantic/pointer-indirection-void-not-supported.test [new file with mode: 0644]
tests/semantic/reference-transfer-not-supported.test [new file with mode: 0644]
tests/semantic/reference-transfer-unavailable.test [new file with mode: 0644]
tests/semantic/throw-no-error-type.test [new file with mode: 0644]
tests/semantic/unary-unsupported-complement.test [new file with mode: 0644]
tests/semantic/unary-unsupported-increment.test [new file with mode: 0644]
tests/semantic/unary-unsupported-minus.test [new file with mode: 0644]
tests/semantic/unary-unsupported-negation.test [new file with mode: 0644]