summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Drop deprecated syntax support of += and -= for signalsRico Tzschichholz2018-09-221-2/+2
* tests: Add some invalid "signal" tests to increase coverageRico Tzschichholz2018-09-225-0/+47
* vala: Enforce "return yield ..." syntax to be expectedRico Tzschichholz2018-09-222-0/+14
* tests: Add some "yield" test to increase coverageRico Tzschichholz2018-09-226-0/+76
* tests: Add invalid "object creation" tests to increase coverageRico Tzschichholz2018-09-225-0/+39
* tests: Update field "owned to unowned" test to increase coverageRico Tzschichholz2018-09-222-3/+2
* tests: Add invalid variable declaration tests to increase coverageRico Tzschichholz2018-09-227-0/+56
* tests: Add invalid "property for Object() chainup" tests to increase coverageRico Tzschichholz2018-09-214-0/+49
* tests: Add invalid "construct without GObject" test to increase coverageRico Tzschichholz2018-09-212-0/+10
* tests: Add invalid "method to delegate" test to increase coverageRico Tzschichholz2018-09-212-0/+15
* tests: Add invalid "duplicating instance" test to increase coverageRico Tzschichholz2018-09-212-0/+11
* tests: Add "missing class prerequisite for interface" test to increase coverageRico Tzschichholz2018-09-212-0/+17
* tests: Add "GenericAccessors" tests to increase coverageRico Tzschichholz2018-09-213-0/+29
* tests: Add invalid "array concatenation" test to increase coverageRico Tzschichholz2018-09-212-0/+9
* tests: Add "unsupported use of length field" test to increase coverageRico Tzschichholz2018-09-212-0/+7
* test: Add property lock testRico Tzschichholz2018-09-171-1/+11
* tests: Check uchar[] and uint8[] compatibilityRico Tzschichholz2018-09-092-0/+51
* glib-2.0: Add float.parse/try_parse()Rico Tzschichholz2018-08-161-0/+72
* codegen: Fix floating reference regression with VariantsRico Tzschichholz2018-08-132-0/+64
* glib-2.0: Add (u)long.parse/try_parse()Rico Tzschichholz2018-08-101-0/+13
* tests: Add invalid test for "unsupported stacked arrays"Rico Tzschichholz2018-08-092-0/+6
* tests: Deal with libtool differences resulting in lt-valac vs valac in vapiRico Tzschichholz2018-08-022-3/+1
* tests: Add "gtktemplate" test to increase coverageRico Tzschichholz2018-08-015-0/+93
* tests: Add "girwriter" test to increase coverageRico Tzschichholz2018-08-015-0/+964
* tests: Add more "method" tests to increase coverageRico Tzschichholz2018-08-014-0/+54
* glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elementsRico Tzschichholz2018-07-272-0/+25
* Revert "codegen: Stop taking explicit references on 'this' for captured blocks"Rico Tzschichholz2018-07-262-59/+0
* tests: Add invalid "empty" enum/errordomain tests to increase coverageRico Tzschichholz2018-07-123-0/+16
* test: Add missing '\'sRico Tzschichholz2018-07-091-2/+2
* vala: Report error for invalid base access in method/property of compact classRico Tzschichholz2018-07-083-0/+38
* codegen: Fix invocation of abstract/virtual methods with NoWrapper in compact...Rico Tzschichholz2018-07-081-0/+11
* codegen: Let methods return -1 on error by default if possibleRico Tzschichholz2018-07-052-0/+19
* vala: Allow read-only propertiesAlistair Thomas2018-07-042-0/+27
* glib-2.0: Source.dispatch() accepts a null SourceFuncAlistair Thomas2018-06-181-1/+1
* codegen: Custom abstract methods of GLib.Source are handled differentlyRico Tzschichholz2018-06-162-0/+19
* tests: Add invalid array initializer tests to increase coverageRico Tzschichholz2018-06-143-0/+12
* tests: Add invalid assignment tests to increase coverageRico Tzschichholz2018-06-146-0/+62
* tests: Add more invalid class tests to increase coverageRico Tzschichholz2018-06-1311-1/+123
* tests: Add invalid "duped constructor/destructor" test to increase coverageRico Tzschichholz2018-06-137-0/+78
* tests: Add invalid "type-argument" tests to increase coverageRico Tzschichholz2018-06-137-0/+52
* codegen: Handle delegate_target attribute of fieldsRico Tzschichholz2018-05-312-0/+40
* codegen: Avoid critical for array in-parameters with custom length-typeRico Tzschichholz2018-05-211-0/+3
* tests: Drop fatal assert on big-endian archsRico Tzschichholz2018-05-211-1/+0
* codegen: Fix casting of length for "ref" array parametersRico Tzschichholz2018-05-202-0/+9
* vala: Allow specifying the nick of enum valuesRico Tzschichholz2018-05-171-0/+7
* scanner: Accept backreferences \1 through \99 in regex literalsRico Tzschichholz2018-05-162-0/+4
* vala: Abstract and virtual methods may not be variadicRico Tzschichholz2018-05-142-0/+9
* scanner: Accept \R and \N escape sequences in regex literalsRico Tzschichholz2018-05-142-0/+30
* codegen: Fix serializing multidimensional arraysRico Tzschichholz2018-05-122-0/+69
* tests: Treat new lock/unlock tests as compile-only which they areRico Tzschichholz2018-04-272-5/+0