[all-commits] [llvm/llvm-project] d7aee3: [llvm][Windows] Don't run socket tests on old vers...

Michael Spencer via All-commits all-commits at lists.llvm.org
Wed Dec 13 17:33:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7aee33029f2d029c16098bd0630831638c7038e
      https://github.com/llvm/llvm-project/commit/d7aee33029f2d029c16098bd0630831638c7038e
  Author: Michael Spencer <bigcheesegs at gmail.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M llvm/test/lit.cfg.py
    M llvm/test/tools/llvm-config/system-libs.windows.test
    M llvm/unittests/Support/raw_socket_stream_test.cpp

  Log Message:
  -----------
  [llvm][Windows] Don't run socket tests on old versions of Windows

AF_UNIX sockets were added to Windows 10 build 17063 in 2017, older
versions of Windows will fail this test.

Also add a lit config so lit tests using sockets can do:
// REQUIRES: unix-sockets
(It would be cool if unit tests could use lit available_features)

Also fix llvm-config test that didn't fail when new libs are added.




More information about the All-commits mailing list