1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/pidl/tests
Stefan Metzmacher 575c870926 r24493: - it turns out that
foreach my $e (@{$union->{ELEMENTS}}) {
  changes $union->{ELEMENTS} from undef into an empty array.
  this removes the difference between
  struct foo { }; and struct foo;
  So we need to explicit return before.
- we should return the same element for layout for
  structs and unions with no elements.
- fix the testsuite to match

metze
(This used to be commit 5f1f50cd27)
2007-10-10 15:02:01 -05:00
..
dump.pl r21431: More tests, work on support in wireshark for tagged types. 2007-10-10 14:48:33 -05:00
header.pl r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree 2007-10-10 15:02:00 -05:00
ndr_align.pl r23677: When I removed data_blob_equal, I clearly didn't test the PIDL code. 2007-10-10 14:58:58 -05:00
ndr_alloc.pl r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
ndr_array.pl r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
ndr_compat.pl r20547: Add tests for expected errors/warnings. 2007-10-10 14:36:51 -05:00
ndr_deprecations.pl r21430: Support tagged types without typedef. This means: 2007-10-10 14:48:32 -05:00
ndr_fullptr.pl r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
ndr_refptr.pl r20967: Allow pidl tests to work with gcov 2007-10-10 14:44:04 -05:00
ndr_represent.pl r21222: Merge a couple of pidl fixes: 2007-10-10 14:44:48 -05:00
ndr_simple.pl r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
ndr_string.pl r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
ndr_tagtype.pl r23677: When I removed data_blob_equal, I clearly didn't test the PIDL code. 2007-10-10 14:58:58 -05:00
ndr.pl r24493: - it turns out that 2007-10-10 15:02:01 -05:00
parse_idl.pl r21690: Test use of typedef /and/ struct name 2007-10-10 14:49:12 -05:00
samba3-cli.pl r24447: fix samba3-cli pidl tests 2007-10-10 15:01:51 -05:00
samba-ejs.pl r22456: Merge wireshark and ejs test improvements. 2007-10-10 14:51:22 -05:00
samba-ndr.pl r22462: Fix test suite for ndr parser without using 'our' 2007-10-10 14:51:23 -05:00
tdr.pl r22453: Fix TDR testsuite without using our. 2007-10-10 14:51:22 -05:00
test_util.pl r20548: Remove unnecessary "use lib", fix warnings. 2007-10-10 14:36:52 -05:00
typelist.pl r21584: Support for tagged types has landed! 2007-10-10 14:49:00 -05:00
util.pl r21222: Merge a couple of pidl fixes: 2007-10-10 14:44:48 -05:00
Util.pm r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr tree 2007-10-10 15:02:00 -05:00
wireshark-conf.pl r22520: Fix the TYPE command. 2007-10-10 14:51:37 -05:00
wireshark-ndr.pl r22456: Merge wireshark and ejs test improvements. 2007-10-10 14:51:22 -05:00