index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
pidl
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23071: print the command on failure only
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r23069: print out the command, to find out the problem on host 'tridge'
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r22520: Fix the TYPE command.
Jelmer Vernooij
2007-10-10
1
-6
/
+41
*
r22462: Fix test suite for ndr parser without using 'our'
Jelmer Vernooij
2007-10-10
2
-17
/
+19
*
r22457: Fix tests for Samba3 client generator.
Jelmer Vernooij
2007-10-10
1
-4
/
+5
*
r22456: Merge wireshark and ejs test improvements.
Jelmer Vernooij
2007-10-10
2
-82
/
+81
*
r22453: Fix TDR testsuite without using our.
Jelmer Vernooij
2007-10-10
1
-13
/
+14
*
r22357: Don't use 'our'
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r21690: Test use of typedef /and/ struct name
Jelmer Vernooij
2007-10-10
2
-2
/
+6
*
r21681: Fix bug in the parsing code that parsed "struct foo;" the same as
Jelmer Vernooij
2007-10-10
2
-2
/
+22
*
r21654: Add simple test for print functions.
Jelmer Vernooij
2007-10-10
1
-2
/
+22
*
r21584: Support for tagged types has landed!
Jelmer Vernooij
2007-10-10
3
-4
/
+14
*
r21579: Use utility function to determine function names in ejs code.
Jelmer Vernooij
2007-10-10
1
-2
/
+7
*
r21578: Use utility function for naming pull/push/print functions.
Jelmer Vernooij
2007-10-10
2
-21
/
+27
*
r21575: Fix handling of is_scalar() for declares.
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r21574: Fix handling of DECLARE.
Jelmer Vernooij
2007-10-10
1
-1
/
+7
*
r21573: Remove more code that assumed all types are typedefs.
Jelmer Vernooij
2007-10-10
2
-3
/
+23
*
r21572: More work towards supporting tagged types.
Jelmer Vernooij
2007-10-10
3
-6
/
+61
*
r21568: More tests.
Jelmer Vernooij
2007-10-10
1
-3
/
+140
*
r21567: Add some more wireshark tests.
Jelmer Vernooij
2007-10-10
1
-2
/
+67
*
r21559: More tests.
Jelmer Vernooij
2007-10-10
1
-1
/
+70
*
r21555: Some tests for TYPE in wireshark conformance files.
Jelmer Vernooij
2007-10-10
1
-2
/
+36
*
r21545: Fix pidl test.
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r21534: Add some more tests for wireshark.
Jelmer Vernooij
2007-10-10
1
-2
/
+47
*
r21532: Add tests for StripPrefixes utility function.
Jelmer Vernooij
2007-10-10
1
-2
/
+6
*
r21490: Add some tests for the EJS code
Jelmer Vernooij
2007-10-10
1
-0
/
+42
*
r21484: Fix Needed* for nested datastructures.
Jelmer Vernooij
2007-10-10
1
-16
/
+22
*
r21459: Remove name argument, more refactoring.
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r21457: Cope with anonymous nested types in the NDR layer. This doesn't handled
Jelmer Vernooij
2007-10-10
1
-15
/
+3
*
r21455: Fix a bug in our handling of conformant arrays. The conformant array was
Jelmer Vernooij
2007-10-10
1
-2
/
+40
*
r21440: Support different variables in environments.
Jelmer Vernooij
2007-10-10
1
-5
/
+12
*
r21437: Cherrypick typelib tests.
Jelmer Vernooij
2007-10-10
1
-0
/
+59
*
r21433: Get rid of the COM support code - it's not used and unmaintained. We can
Jelmer Vernooij
2007-10-10
1
-0
/
+48
*
r21431: More tests, work on support in wireshark for tagged types.
Jelmer Vernooij
2007-10-10
1
-0
/
+15
*
r21430: Support tagged types without typedef. This means:
Jelmer Vernooij
2007-10-10
6
-23
/
+16
*
r21428: Handle representation types in Needed().
Jelmer Vernooij
2007-10-10
2
-9
/
+53
*
r21427: Add tests for Needed*(), in preparation of refactoring.
Jelmer Vernooij
2007-10-10
1
-2
/
+58
*
r21411: Add some simple tests for the wireshark NDR generator.
Jelmer Vernooij
2007-10-10
1
-0
/
+23
*
r21338: Fix handling of top-level arrays for the Samba 3 client code. This do...
Jelmer Vernooij
2007-10-10
1
-0
/
+56
*
r21332: Fix bug in pidl that prevented value(0) from working. Bug reported by...
Jelmer Vernooij
2007-10-10
1
-2
/
+22
*
r21260: Fix regex.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r21254: Fix running the testsuite outside pidl/
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r21253: Merge some pidl fixes:
Jelmer Vernooij
2007-10-10
3
-2
/
+119
*
r21222: Merge a couple of pidl fixes:
Jelmer Vernooij
2007-10-10
3
-2
/
+85
*
r20967: Allow pidl tests to work with gcov
Jelmer Vernooij
2007-10-10
4
-26
/
+43
*
r20638: Check for NULL pointers (where possible) in print functions. Fixes #4...
Jelmer Vernooij
2007-10-10
1
-8
/
+8
*
r20637: Don't check for NULL pointers when the pointer is guaranteed to not b...
Jelmer Vernooij
2007-10-10
1
-0
/
+135
*
r20633: Add another test, fix warnings.
Jelmer Vernooij
2007-10-10
1
-7
/
+44
*
r20631: Add some tests for the ndr parser.
Jelmer Vernooij
2007-10-10
1
-0
/
+154
*
r20625: Fix couple of warnings.
Jelmer Vernooij
2007-10-10
2
-2
/
+11
[next]