[all-commits] [llvm/llvm-project] fa5db0: [libc++][test] XFAIL for FreeBSD in thread_create_...

A. Jiang via All-commits all-commits at lists.llvm.org
Sun Mar 2 02:35:45 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa5db05ca36a732bffb8128ff017c575ec6e1201
      https://github.com/llvm/llvm-project/commit/fa5db05ca36a732bffb8128ff017c575ec6e1201
  Author: A. Jiang <de34 at live.cn>
  Date:   2025-03-02 (Sun, 02 Mar 2025)

  Changed paths:
    M libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp

  Log Message:
  -----------
  [libc++][test] XFAIL for FreeBSD in thread_create_failure.pass.cpp (#129413)

Per https://man.freebsd.org/cgi/man.cgi?query=setrlimit, FreeBSD's
`setrlimit` seems to limit the number of processes, not threads via
`RLIMIT_NPROC`. So this test should be XFAIL for FreeBSD.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list