summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/Util.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r24812: Fix headers for external users.Jelmer Vernooij1-1/+1
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912)
2007-10-10r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr treeStefan Metzmacher1-3/+5
not the $pidl tree anymore. metze (This used to be commit 3cbbddb94c9e986d0adbe3b001146b209cd810d9)
2007-10-10r23071: print the command on failure onlyStefan Metzmacher1-1/+1
metze (This used to be commit 65ed39172953507610b41273d4a46470725e2012)
2007-10-10r23069: print out the command, to find out the problem on host 'tridge'Stefan Metzmacher1-0/+1
metze (This used to be commit 3f28a19ea1599f7a94faf7d8ee7ea5b3620abe6e)
2007-10-10r22462: Fix test suite for ndr parser without using 'our'Jelmer Vernooij1-1/+2
(This used to be commit d491e60c70de8d78c333b317a143919c1a68c6d9)
2007-10-10r21430: Support tagged types without typedef. This means:Jelmer Vernooij1-1/+0
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-10r20967: Allow pidl tests to work with gcovJelmer Vernooij1-2/+19
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
2007-10-10r20625: Fix couple of warnings.Jelmer Vernooij1-2/+10
(This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
2007-10-10r20548: Remove unnecessary "use lib", fix warnings.Jelmer Vernooij1-4/+4
(This used to be commit 30d721569fdf33e4784eb1f7c650e75ed1b80527)
2007-10-10r20547: Add tests for expected errors/warnings.Jelmer Vernooij1-1/+40
(This used to be commit 2d960d4d7b0bc39c3ec4c2face546adc2cb345ee)
2007-10-10r20299: Disable two new tests that are apparently broken.Jelmer Vernooij1-2/+2
(This used to be commit b3f64869fc4590850203a231ecf6810ae9f1d8cf)
2007-10-10r20298: Fix pidl tests (missing symlink..).Jelmer Vernooij1-2/+2
(This used to be commit ab3d57394630cefc1fefe859c8bd3d56f6e63695)
2007-10-10r19868: Fix more tests.Jelmer Vernooij1-0/+1
(This used to be commit 01a4fb1b22d09f38636c211a93efc4099f4766b3)
2007-10-10r19859: Reuse referrent ids when pushing full pointers (still need toJelmer Vernooij1-2/+2
avoid pushing the referred object twice) and add test for full pointers. (This used to be commit 1638c8d234dbc85298000685e49570f23dfd0bf8)
2007-10-10r14867: Include <stdbool.h> in external compilesJelmer Vernooij1-0/+1
(This used to be commit 03224dab111b931effd548586e630480fa1423b1)
2007-10-10r14688: More work on represent_as(): output the right function calls, fix test.Jelmer Vernooij1-1/+1
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
2007-10-10r14687: Start working on support for represent_as() and transmit_as() asJelmer Vernooij1-3/+4
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
2007-10-10r14686: Fix pidl testsuite to run whenever there is a shared libary builtJelmer Vernooij1-29/+12
Samba present. Ignore tests that are known to fail for now. (This used to be commit a7279f13f0431a5036c931c5339542f98139c461)
2007-10-10r14550: Fix testsJelmer Vernooij1-6/+6
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9)
2007-10-10r12776: use $ENV{TEST_DATA_PREFIX} for test files if availableStefan Metzmacher1-2/+9
metze (This used to be commit 5552eaa37c228872736688bb65b4f678bdfeddf4)
2007-10-10r12539: fix the pidl testsStefan Metzmacher1-1/+1
metze (This used to be commit 4b90ad7a272b3cb976c2efc2c67b339519b1cd90)
2007-10-10r12470: Add helper module for pidl testsJelmer Vernooij1-0/+94
Convert other pidl tests to use Test::More and run them from 'make test' (This used to be commit 3a57d29a62112ab654e290ccc985fba7f67664c5)