summaryrefslogtreecommitdiff
path: root/tests/control-flow
Commit message (Expand)AuthorAgeFilesLines
* tests: Add "pre-post-increment with side effect" tests to increase coveragewip/issue/1061Rico Tzschichholz2020-08-134-0/+377
* tests: Don't rely on undefined use-after-free behaviour of glibcRico Tzschichholz2020-08-112-8/+20
* tests: Add "pre/post-increment" tests to increase coverageRico Tzschichholz2020-07-141-0/+21
* vala: Check coverage of switch on enum-type and issue warnings if neededRico Tzschichholz2020-04-271-0/+21
* tests: Extend "array foreach" test to increase coverageRico Tzschichholz2020-04-021-0/+7
* tests: Add "expression as argument" tests to increase coverageRico Tzschichholz2020-04-012-0/+24
* tests: Add "local clash with implicit this" test to increase coverageRico Tzschichholz2020-03-311-0/+12
* tests: Drop usage of "--main main" and avoid ambigious entry-pointsRico Tzschichholz2020-03-223-14/+0
* vala: Fix short-circuiting behavior of coalescing operatorJeremy Philippe2020-01-113-0/+49
* vala: Non-nullable value-type in coalesce expression needs to be copiedJeremy Philippe2020-01-081-0/+17
* vala: Infer target_type in coalescing expressionsJeremy Philippe2020-01-081-0/+23
* codegen: When freeing local variables don't stop at "switch" on "continue"Rico Tzschichholz2019-05-171-0/+24
* tests: More "unassigned variable" tests to increase coverageRico Tzschichholz2019-04-232-0/+16
* tests: Extend "foreach" tests to increase coverageRico Tzschichholz2019-04-141-0/+31
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-04-141-0/+20
* tests: Add "unassigned local variable in while" testRico Tzschichholz2019-04-061-0/+11
* tests: Extend "assigned local variable" control flow testsRico Tzschichholz2019-04-061-0/+22
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-311-0/+9
* tests: Add "captured unassigned local variable" testRico Tzschichholz2018-10-261-0/+11
* tests: Add "assigned local variables" testsRico Tzschichholz2018-10-261-0/+23
* Drop trailing spaces/tabsRico Tzschichholz2018-03-273-15/+15
* tests: Add invalid "control-flow" tests to increase coverageRico Tzschichholz2018-02-058-0/+62
* tests: Add "while (false)" test to increase coverageRico Tzschichholz2018-01-071-0/+5
* codegen: Discover invalid member access to instance fieldRico Tzschichholz2017-11-271-0/+9
* tests: Clean up control-flow/sideeffectsRico Tzschichholz2017-11-191-12/+6
* codegen: Don't transfer ownership of local-variable if target-type is unknownRico Tzschichholz2017-08-242-0/+39
* tests: Additional test-cases taken from transform-branchRico Tzschichholz2016-09-251-0/+8
* tests: Add test for nested conditional expressionJürg Billeter2016-09-171-0/+8
* Fix regression when coalescing: value owned if either of the two is ownedLuca Bruno2014-01-261-0/+10
* Avoid unnecessary copies when using the coalescing operatorLuca Bruno2014-01-261-0/+7
* Fix semantics for coalesce operator when target_type is null.Luca Bruno2014-01-261-0/+4
* Fix coalescing operator semantics check.Luca Bruno2014-01-111-0/+23
* codegen: Use NULL as default C value for nullable structsLuca Bruno2012-01-231-0/+6
* codegen: Fix foreach on inline allocated arraysLuca Bruno2011-06-181-0/+6
* Speed up test infrastructureJürg Billeter2009-09-266-23/+21
* Add support for iterating over GValueArrays via foreachMark Lee2009-07-281-0/+42
* Fix side-effects in assignmentsJürg Billeter2009-03-301-0/+21
* Prepare support for more complex test casesJürg Billeter2008-11-228-4/+12
* Rearrange test casesJürg Billeter2008-11-148-0/+139