summaryrefslogtreecommitdiff
path: root/tests/errors
Commit message (Expand)AuthorAgeFilesLines
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-061-8/+8
* tests: Update c-expectedwszqkzqk2023-01-1120-20/+20
* codegen: Emit GType definition for error domainsRico Tzschichholz2022-02-2415-0/+367
* tests: Extend "direct access to error code" test to increase coverageRico Tzschichholz2022-02-222-0/+17
* tests: Add invalid "error creation" tests to increase coverageRico Tzschichholz2022-02-222-0/+18
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-037-32/+32
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-036-7/+7
* tests: Add "throws error code" tests to increase coverageRico Tzschichholz2021-10-234-0/+159
* vala: Report error for non ErrorType in throwsRico Tzschichholz2021-10-232-0/+13
* tests: Add "no error type in catch" tests to increase coverageRico Tzschichholz2021-10-231-0/+7
* codegen: Add type declaration for implicit temporary local variableRico Tzschichholz2021-09-183-0/+6
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-1619-0/+3248
* vala: Report a warning for unhandled errors in destructorsRico Tzschichholz2021-04-241-0/+45
* tests: Extend "finally block execution" test to increase coverageRico Tzschichholz2021-04-191-3/+51
* tests: Add "property accessor with try statement" test to increase coverageRico Tzschichholz2020-08-101-0/+20
* tests: Add "throw in loops" tests to increase coverageRico Tzschichholz2020-03-251-0/+119
* vala: Support static methods in error-domainsRico Tzschichholz2019-07-302-0/+24
* codegen: Include "glib-object.h" for typeof expressionRico Tzschichholz2019-03-011-0/+7
* codegen: Properly handle and catch inner-error of finally-blockRico Tzschichholz2019-01-241-0/+59
* vala: Allow direct access to the integer constants of an error-domainRico Tzschichholz2019-01-121-0/+32
* vala: Type check for errors require an error expressionRico Tzschichholz2018-11-271-0/+12
* tests: Simplify "errors/errors" test a bitRico Tzschichholz2018-11-271-18/+12
* tests: Add some minimal test cases to catch insufficient headersRico Tzschichholz2018-11-212-0/+11
* tests: Make "/errors/errors" test fatalRico Tzschichholz2018-10-291-3/+3
* codegen: Let methods return -1 on error by default if possibleRico Tzschichholz2018-07-051-0/+18
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* tests: Add various regression "codegen" tests to increase coverageRico Tzschichholz2018-02-061-0/+16
* codegen: Don't return void for non-nullable simple-type structsMichael James Gratton2017-02-081-0/+26
* Test error type checkJürg Billeter2014-08-241-1/+3
* codegen: Open block for try statementsLuca Bruno2011-05-261-0/+8
* Add test for throwing errors from catch clausesLuca Bruno2011-01-211-0/+18
* Fix error propagation in constructor chain upJürg Billeter2010-06-281-0/+25
* Fix bug number used in test for bug 567181Jürg Billeter2010-01-271-0/+0
* GError: Fix leak when throwing an error in the constructorThijs Vermeir2010-01-271-0/+24
* Add test for bug 579101Jürg Billeter2009-09-301-0/+14
* Fix calling methods returning structs and throwing errorsJürg Billeter2009-09-261-0/+16
* Speed up test infrastructureJürg Billeter2009-09-261-4/+6
* Rearrange test casesJürg Billeter2009-01-161-0/+89