[all-commits] [llvm/llvm-project] ae85b3: [libc++] tests with picolibc: mark fenv tests as u...

Dominik Wójt via All-commits all-commits at lists.llvm.org
Tue Dec 12 06:49:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ae85b39396a69afa5c58f06c2f9a4a0d94e94ef6
      https://github.com/llvm/llvm-project/commit/ae85b39396a69afa5c58f06c2f9a4a0d94e94ef6
  Author: Dominik Wójt <dominik.wojt at arm.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    M libcxx/test/std/depr/depr.c.headers/fenv_h.compile.pass.cpp
    M libcxx/test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp

  Log Message:
  -----------
  [libc++] tests with picolibc: mark fenv tests as unsupported (#74610)

The FE_* macros checked for in cfenv.pass.cpp are not required to be
defined, if the relevant options are _not_ available. Picolibc happens
not to provide these on some platforms.




More information about the All-commits mailing list