1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Stefan Metzmacher
299e74314c r25767: pidl: make it easier to debug errors in pidl tests
we now print the C program that we tried to compile

metze
2007-12-21 05:43:50 +01:00
Jelmer Vernooij
ff6684adfd r24812: Fix headers for external users. 2007-10-10 15:03:13 -05:00
Stefan Metzmacher
3cbbddb94c r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree
not the $pidl tree anymore.

metze
2007-10-10 15:02:00 -05:00
Stefan Metzmacher
65ed391729 r23071: print the command on failure only
metze
2007-10-10 14:52:48 -05:00
Stefan Metzmacher
3f28a19ea1 r23069: print out the command, to find out the problem on host 'tridge'
metze
2007-10-10 14:52:48 -05:00
Jelmer Vernooij
d491e60c70 r22462: Fix test suite for ndr parser without using 'our' 2007-10-10 14:51:23 -05:00
Jelmer Vernooij
a716aa70f0 r21430: Support tagged types without typedef. This means:
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().
2007-10-10 14:48:32 -05:00
Jelmer Vernooij
9da63e362c r20967: Allow pidl tests to work with gcov 2007-10-10 14:44:04 -05:00
Jelmer Vernooij
203076129b r20625: Fix couple of warnings. 2007-10-10 14:37:17 -05:00
Jelmer Vernooij
30d721569f r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
Jelmer Vernooij
2d960d4d7b r20547: Add tests for expected errors/warnings. 2007-10-10 14:36:51 -05:00
Jelmer Vernooij
b3f64869fc r20299: Disable two new tests that are apparently broken. 2007-10-10 14:29:34 -05:00
Jelmer Vernooij
ab3d573946 r20298: Fix pidl tests (missing symlink..). 2007-10-10 14:29:34 -05:00
Jelmer Vernooij
01a4fb1b22 r19868: Fix more tests. 2007-10-10 14:28:28 -05:00
Jelmer Vernooij
1638c8d234 r19859: Reuse referrent ids when pushing full pointers (still need to
avoid pushing the referred object twice) and add test for full pointers.
2007-10-10 14:28:26 -05:00
Jelmer Vernooij
03224dab11 r14867: Include <stdbool.h> in external compiles 2007-10-10 13:59:44 -05:00
Jelmer Vernooij
7bc72277b3 r14688: More work on represent_as(): output the right function calls, fix test. 2007-10-10 13:59:08 -05:00
Jelmer Vernooij
744402160d r14687: Start working on support for represent_as() and transmit_as() as
an alternative to subcontext()
2007-10-10 13:59:08 -05:00
Jelmer Vernooij
a7279f13f0 r14686: Fix pidl testsuite to run whenever there is a shared libary built
Samba present. Ignore tests that are known to fail for now.
2007-10-10 13:59:08 -05:00
Jelmer Vernooij
765fd852e7 r14550: Fix tests 2007-10-10 13:58:44 -05:00
Stefan Metzmacher
5552eaa37c r12776: use $ENV{TEST_DATA_PREFIX} for test files if available
metze
2007-10-10 13:49:53 -05:00
Stefan Metzmacher
4b90ad7a27 r12539: fix the pidl tests
metze
2007-10-10 13:47:54 -05:00
Jelmer Vernooij
3a57d29a62 r12470: Add helper module for pidl tests
Convert other pidl tests to use Test::More and run them from 'make test'
2007-10-10 13:47:43 -05:00