[libcxx-commits] [libcxx] edecee3 - [libcxx][test] move libc++-specific tests into the libcxx tree

Casey Carter via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 28 18:02:30 PST 2021


Author: Casey Carter
Date: 2021-01-28T18:01:56-08:00
New Revision: edecee382608f6fcf1430c4bbf543359fae8330a

URL: https://github.com/llvm/llvm-project/commit/edecee382608f6fcf1430c4bbf543359fae8330a
DIFF: https://github.com/llvm/llvm-project/commit/edecee382608f6fcf1430c4bbf543359fae8330a.diff

LOG: [libcxx][test] move libc++-specific tests into the libcxx tree

...and rename from `version.pass.cpp` to `version.compile.pass.cpp` to follow the new convention.

Added: 
    libcxx/test/libcxx/thread/thread.barrier/version.compile.pass.cpp
    libcxx/test/libcxx/thread/thread.latch/version.compile.pass.cpp
    libcxx/test/libcxx/thread/thread.semaphore/version.compile.pass.cpp
    libcxx/test/libcxx/utilities/format/version.compile.pass.cpp

Modified: 
    

Removed: 
    libcxx/test/std/thread/thread.barrier/version.pass.cpp
    libcxx/test/std/thread/thread.latch/version.pass.cpp
    libcxx/test/std/thread/thread.semaphore/version.pass.cpp
    libcxx/test/std/utilities/format/version.compile.pass.cpp


################################################################################
diff  --git a/libcxx/test/std/thread/thread.barrier/version.pass.cpp b/libcxx/test/libcxx/thread/thread.barrier/version.compile.pass.cpp
similarity index 100%
rename from libcxx/test/std/thread/thread.barrier/version.pass.cpp
rename to libcxx/test/libcxx/thread/thread.barrier/version.compile.pass.cpp

diff  --git a/libcxx/test/std/thread/thread.latch/version.pass.cpp b/libcxx/test/libcxx/thread/thread.latch/version.compile.pass.cpp
similarity index 100%
rename from libcxx/test/std/thread/thread.latch/version.pass.cpp
rename to libcxx/test/libcxx/thread/thread.latch/version.compile.pass.cpp

diff  --git a/libcxx/test/std/thread/thread.semaphore/version.pass.cpp b/libcxx/test/libcxx/thread/thread.semaphore/version.compile.pass.cpp
similarity index 100%
rename from libcxx/test/std/thread/thread.semaphore/version.pass.cpp
rename to libcxx/test/libcxx/thread/thread.semaphore/version.compile.pass.cpp

diff  --git a/libcxx/test/std/utilities/format/version.compile.pass.cpp b/libcxx/test/libcxx/utilities/format/version.compile.pass.cpp
similarity index 100%
rename from libcxx/test/std/utilities/format/version.compile.pass.cpp
rename to libcxx/test/libcxx/utilities/format/version.compile.pass.cpp


        


More information about the libcxx-commits mailing list