Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2007 14:03:22 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/lib/libc/net Makefile test-ether.c test-ether.t
Message-ID:  <200705131403.l4DE3MvU066830@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-05-13 14:03:22 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/libc/net Makefile 
  Added files:
    tools/regression/lib/libc/net test-ether.c test-ether.t 
  Log:
  Add regression tests for ethers(3) functions, including new _r variants.
  Four tests currently fail:
  
    test_ether_line_bad_1() and test_ether_line_bad_2() due to bugs in
    ether_line(3).
  
    test_ether_ntohost() and test_ether_hostton() due to not being fully
    implemented tests.
  
  Revision  Changes    Path
  1.3       +1 -1      src/tools/regression/lib/libc/net/Makefile
  1.1       +235 -0    src/tools/regression/lib/libc/net/test-ether.c (new)
  1.1       +10 -0     src/tools/regression/lib/libc/net/test-ether.t (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705131403.l4DE3MvU066830>