summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/parse_idl.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21690: Test use of typedef /and/ struct nameJelmer Vernooij1-1/+2
(This used to be commit f6d9cdb8a8eca6ff986504d4481b5165aee770c6)
2007-10-10r21681: Fix bug in the parsing code that parsed "struct foo;" the same asJelmer Vernooij1-1/+15
"struct foo {};". Reported by one of the OpenChange folks, thanks! (This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-1/+5
struct foo { ... }; in IDL will now work. This is the first step towards nested types and using typedefs for partial types (such as "typedef int *bar;"), a requirement for complex uses of represent_as(). (This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
2007-10-10r20550: Use standard error mechanism in parser.Jelmer Vernooij1-24/+39
Make sure errors are reported correctly. (This used to be commit 9f794c55a60b09536d6e0dbadfc172e1e74497ff)
2007-10-10r19751: Add some tests for parsing the "include", "import" and "importlib" ↵Jelmer Vernooij1-1/+9
statements. (This used to be commit 3a850bda962da9ce58227ea6d74e974f7654d734)
2007-10-10r12482: Add some more testsJelmer Vernooij1-10/+12
(This used to be commit 516b66e0f1c65688abb936b4432039bc431b872c)
2007-10-10r12480: Extend testsuiteJelmer Vernooij1-1/+24
(This used to be commit 1fa6c3568b9653f637da92e9a66695cd89825a2f)
2007-10-10r12470: Add helper module for pidl testsJelmer Vernooij1-1/+1
Convert other pidl tests to use Test::More and run them from 'make test' (This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)
2007-10-10r12464: Add simple IDL parsing tests for pidl using the standard perlJelmer Vernooij1-0/+57
testing framework (Test::Simple, distributed with perl itself). Run these tests from 'make test' (This used to be commit 975d8816db6697dab828941b69a740e3a0a2c272)