OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-502-g8a43e43

Gerrit Code Review gerrit@openafs.org
Mon, 8 Jun 2026 10:41:46 -0400


The following commit has been merged in the master branch:
commit e16c2b45d9f86b61b0f9632045958e44b8c38910
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed May 8 21:50:02 2024 -0500

    tests: Add rx/xdr-t, to test xdr encoding/decoding
    
    This adds tests for many xdr_foo() routines for primitive types like
    xdr_int(), xdr_bytes(), etc. This commit does not add tests for more
    complex or less-used types (including xdr_array(), xdr_union(),
    xdr_pointer()); the missing types are noted in a comment and may be
    added by other commits in the future.
    
    Change-Id: If558461eea60cca18232d894c757b537e779fb4f
    Reviewed-on: https://gerrit.openafs.org/15748
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 tests/TESTS          |    1 +
 tests/rx/.gitignore  |    1 +
 tests/rx/Makefile.in |    6 +-
 tests/rx/xdr-t.c     | 1103 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1110 insertions(+), 1 deletion(-)

-- 
OpenAFS Master Repository