[Midnightbsd-cvs] [MidnightBSD/src] 0459ff: tests

Lucas Holt noreply at github.com
Mon Jul 25 00:16:37 EDT 2022


  Branch: refs/heads/feature/freebsd12
  Home:   https://github.com/MidnightBSD/src
  Commit: 0459ffed25663345f4fe1b7a145bae923dbbb757
      https://github.com/MidnightBSD/src/commit/0459ffed25663345f4fe1b7a145bae923dbbb757
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M lib/libc/tests/Makefile
    M lib/libc/tests/Makefile.depend
    M lib/libc/tests/Makefile.netbsd-tests
    M lib/libc/tests/c063/Makefile
    M lib/libc/tests/c063/Makefile.depend
    M lib/libc/tests/db/Makefile
    M lib/libc/tests/db/Makefile.depend
    M lib/libc/tests/gen/Makefile
    M lib/libc/tests/gen/Makefile.depend
    M lib/libc/tests/gen/arc4random_test.c
    M lib/libc/tests/gen/dir2_test.c
    M lib/libc/tests/gen/dlopen_empty_test.c
    M lib/libc/tests/gen/execve/Makefile
    M lib/libc/tests/gen/execve/Makefile.depend
    M lib/libc/tests/gen/fmtcheck_test.c
    M lib/libc/tests/gen/fmtmsg_test.c
    M lib/libc/tests/gen/fnmatch_test.c
    M lib/libc/tests/gen/fnmatch_testcases.h
    M lib/libc/tests/gen/fpclassify2_test.c
    M lib/libc/tests/gen/ftw_test.c
    A lib/libc/tests/gen/getentropy_test.c
    A lib/libc/tests/gen/getmntinfo_test.c
    A lib/libc/tests/gen/glob2_test.c
    A lib/libc/tests/gen/makecontext_test.c
    M lib/libc/tests/gen/popen_test.c
    M lib/libc/tests/gen/posix_spawn/Makefile
    M lib/libc/tests/gen/posix_spawn/Makefile.depend
    M lib/libc/tests/gen/posix_spawn_test.c
    M lib/libc/tests/gen/realpath2_test.c
    M lib/libc/tests/gen/sigsetops_test.c
    A lib/libc/tests/gen/spawnp_enoexec.sh
    M lib/libc/tests/gen/test-fnmatch.c
    M lib/libc/tests/gen/wordexp_test.c
    M lib/libc/tests/hash/Makefile
    M lib/libc/tests/hash/Makefile.depend
    M lib/libc/tests/iconv/Makefile
    A lib/libc/tests/iconv/Makefile.depend
    M lib/libc/tests/iconv/iconvctl_test.c
    M lib/libc/tests/inet/Makefile
    M lib/libc/tests/inet/Makefile.depend
    M lib/libc/tests/locale/Makefile
    M lib/libc/tests/locale/Makefile.depend
    M lib/libc/tests/locale/btowc_test.c
    M lib/libc/tests/locale/c16rtomb_test.c
    M lib/libc/tests/locale/iswctype_test.c
    M lib/libc/tests/locale/mblen_test.c
    M lib/libc/tests/locale/mbrlen_test.c
    M lib/libc/tests/locale/mbrtoc16_test.c
    M lib/libc/tests/locale/mbrtowc_test.c
    M lib/libc/tests/locale/mbsnrtowcs_test.c
    M lib/libc/tests/locale/mbsrtowcs_test.c
    M lib/libc/tests/locale/mbstowcs_test.c
    M lib/libc/tests/locale/mbtowc_test.c
    M lib/libc/tests/locale/towctrans_test.c
    M lib/libc/tests/locale/wcrtomb_test.c
    M lib/libc/tests/locale/wcsnrtombs_test.c
    M lib/libc/tests/locale/wcsrtombs_test.c
    M lib/libc/tests/locale/wcstombs_test.c
    M lib/libc/tests/locale/wctomb_test.c
    M lib/libc/tests/net/Makefile
    M lib/libc/tests/net/Makefile.depend
    M lib/libc/tests/net/ether_test.c
    M lib/libc/tests/net/eui64_aton_test.c
    M lib/libc/tests/net/eui64_ntoa_test.c
    M lib/libc/tests/net/getaddrinfo/Makefile
    M lib/libc/tests/net/test-eui64.h
    M lib/libc/tests/nss/Makefile
    M lib/libc/tests/nss/Makefile.depend
    M lib/libc/tests/nss/getaddrinfo_test.c
    M lib/libc/tests/nss/getgr_test.c
    M lib/libc/tests/nss/gethostby_test.c
    M lib/libc/tests/nss/getproto_test.c
    M lib/libc/tests/nss/getpw_test.c
    M lib/libc/tests/nss/getrpc_test.c
    M lib/libc/tests/nss/getserv_test.c
    M lib/libc/tests/nss/getusershell_test.c
    M lib/libc/tests/nss/testutil.h
    M lib/libc/tests/regex/Makefile
    M lib/libc/tests/regex/Makefile.depend
    A lib/libc/tests/regex/Makefile.inc
    A lib/libc/tests/regex/multibyte.sh
    M lib/libc/tests/resolv/Makefile
    M lib/libc/tests/resolv/Makefile.depend
    M lib/libc/tests/resolv/mach
    M lib/libc/tests/resolv/resolv_test.c
    M lib/libc/tests/rpc/Makefile
    M lib/libc/tests/rpc/Makefile.depend
    M lib/libc/tests/setjmp/Makefile
    M lib/libc/tests/setjmp/Makefile.depend
    M lib/libc/tests/ssp/Makefile
    M lib/libc/tests/ssp/Makefile.depend
    M lib/libc/tests/stdio/Makefile
    M lib/libc/tests/stdio/Makefile.depend
    M lib/libc/tests/stdio/fdopen_test.c
    M lib/libc/tests/stdio/fmemopen2_test.c
    M lib/libc/tests/stdio/fopen_test.c
    M lib/libc/tests/stdio/freopen_test.c
    M lib/libc/tests/stdio/getdelim_test.c
    M lib/libc/tests/stdio/gets_s_test.c
    M lib/libc/tests/stdio/mkostemp_test.c
    M lib/libc/tests/stdio/open_memstream2_test.c
    M lib/libc/tests/stdio/open_wmemstream_test.c
    M lib/libc/tests/stdio/perror_test.c
    M lib/libc/tests/stdio/print_positional_test.c
    M lib/libc/tests/stdio/printbasic_test.c
    M lib/libc/tests/stdio/printfloat_test.c
    M lib/libc/tests/stdio/scanfloat_test.c
    M lib/libc/tests/stdlib/Makefile
    M lib/libc/tests/stdlib/Makefile.depend
    M lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc
    M lib/libc/tests/stdlib/cxa_thread_atexit_test.cc
    A lib/libc/tests/stdlib/dynthr_mod/Makefile
    A lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c
    A lib/libc/tests/stdlib/dynthr_test.c
    M lib/libc/tests/stdlib/heapsort_test.c
    M lib/libc/tests/stdlib/mergesort_test.c
    M lib/libc/tests/stdlib/qsort_test.c
    M lib/libc/tests/stdlib/set_constraint_handler_s_test.c
    M lib/libc/tests/stdlib/test-sort.h
    M lib/libc/tests/stdlib/tsearch_test.c
    M lib/libc/tests/string/Makefile
    M lib/libc/tests/string/Makefile.depend
    M lib/libc/tests/string/memcmp_test.c
    M lib/libc/tests/string/memset_s_test.c
    M lib/libc/tests/string/stpncpy_test.c
    M lib/libc/tests/string/strerror_test.c
    A lib/libc/tests/string/strxfrm_test.c
    M lib/libc/tests/string/wcscasecmp_test.c
    M lib/libc/tests/string/wcscoll_test.c
    M lib/libc/tests/string/wcsnlen_test.c
    M lib/libc/tests/sys/Makefile
    M lib/libc/tests/sys/Makefile.depend
    A lib/libc/tests/sys/brk_test.c
    A lib/libc/tests/sys/cpuset_test.c
    M lib/libc/tests/sys/mlock_helper.c
    M lib/libc/tests/sys/queue_test.c
    M lib/libc/tests/sys/sendfile_test.c
    M lib/libc/tests/termios/Makefile
    M lib/libc/tests/termios/Makefile.depend
    M lib/libc/tests/time/Makefile
    M lib/libc/tests/time/Makefile.depend
    M lib/libc/tests/tls/Makefile
    M lib/libc/tests/tls/Makefile.depend
    M lib/libc/tests/tls/dso/Makefile
    A lib/libc/tests/tls/dso/Makefile.depend
    M lib/libc/tests/tls_dso/Makefile
    M lib/libc/tests/tls_dso/Makefile.depend
    M lib/libc/tests/ttyio/Makefile
    M lib/libc/tests/ttyio/Makefile.depend

  Log Message:
  -----------
  tests


  Commit: b7398b49d2d3acd94120c000221543d2a8721bf4
      https://github.com/MidnightBSD/src/commit/b7398b49d2d3acd94120c000221543d2a8721bf4
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    A lib/libc/libc_nossp.ldscript

  Log Message:
  -----------
  ssp off ldscript


  Commit: f1043030fab0f45aea65859d994bac2374ed581b
      https://github.com/MidnightBSD/src/commit/f1043030fab0f45aea65859d994bac2374ed581b
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    A lib/libc/Makefile.depend.options

  Log Message:
  -----------
  ssp option


Compare: https://github.com/MidnightBSD/src/compare/2e8cf8bd9e47...f1043030fab0


More information about the Midnightbsd-cvs mailing list