[all-commits] [llvm/llvm-project] d16115: [libc++] Fix tests for the runtime assertions in <...

Edo via All-commits all-commits at lists.llvm.org
Thu Jul 20 01:15:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d16115ddfcc4ec1c032ef6f879e864080a25f03e
      https://github.com/llvm/llvm-project/commit/d16115ddfcc4ec1c032ef6f879e864080a25f03e
  Author: Edoardo Sanguineti <edoardo.sanguineti222 at gmail.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
    M libcxx/test/libcxx/thread/thread.barrier/assert.arrive.pass.cpp
    M libcxx/test/libcxx/thread/thread.barrier/assert.ctor.pass.cpp

  Log Message:
  -----------
  [libc++] Fix tests for the runtime assertions in <barrier>

As @ldionne pointed out to me in a newer revision, there is a //REQUIRE comment in both files edited by this patch that prevents the test to run on some platforms where it should actually run.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D155755




More information about the All-commits mailing list