[all-commits] [llvm/llvm-project] 07fdc0: [libc++] Add missing check for C++17 in test

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Nov 22 13:44:20 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 07fdc084fe75f971688d4140a5bd2dcb1d60eba2
      https://github.com/llvm/llvm-project/commit/07fdc084fe75f971688d4140a5bd2dcb1d60eba2
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-11-22 (Wed, 22 Nov 2023)

  Changed paths:
    M libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free.pass.cpp

  Log Message:
  -----------
  [libc++] Add missing check for C++17 in test

This was never caught on our bots because this specific test is marked
as `XFAIL: !is-lockfree-runtime-function`, which is the case on our bots.




More information about the All-commits mailing list