From 94ff3384640c84f275162a4b167346446dc369ac Mon Sep 17 00:00:00 2001 From: Ed Smith-Rowland <3dw4rd@verizon.net> Date: Fri, 21 Feb 2014 14:40:26 +0000 Subject: [PATCH] Rename testsuite directory shared_mutex to shared_timed_mutex for consistency. 2014-02-21 Ed Smith-Rowland <3dw4rd@verizon.net> Rename testsuite directory shared_mutex to shared_timed_mutex for consistency. * testsuite/30_threads/shared_mutex: Moved to... * testsuite/30_threads/shared_timed_mutex: ...here From-SVN: r207997 --- libstdc++-v3/ChangeLog | 7 +++++++ .../{shared_mutex => shared_timed_mutex}/cons/1.cc | 0 .../cons/assign_neg.cc | 0 .../{shared_mutex => shared_timed_mutex}/cons/copy_neg.cc | 0 .../requirements/standard_layout.cc | 0 .../{shared_mutex => shared_timed_mutex}/try_lock/1.cc | 0 .../{shared_mutex => shared_timed_mutex}/try_lock/2.cc | 0 7 files changed, 7 insertions(+) rename libstdc++-v3/testsuite/30_threads/{shared_mutex => shared_timed_mutex}/cons/1.cc (100%) rename libstdc++-v3/testsuite/30_threads/{shared_mutex => shared_timed_mutex}/cons/assign_neg.cc (100%) rename libstdc++-v3/testsuite/30_threads/{shared_mutex => shared_timed_mutex}/cons/copy_neg.cc (100%) rename libstdc++-v3/testsuite/30_threads/{shared_mutex => shared_timed_mutex}/requirements/standard_layout.cc (100%) rename libstdc++-v3/testsuite/30_threads/{shared_mutex => shared_timed_mutex}/try_lock/1.cc (100%) rename libstdc++-v3/testsuite/30_threads/{shared_mutex => shared_timed_mutex}/try_lock/2.cc (100%) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7e42778fda5..933239cef7e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2014-02-21 Ed Smith-Rowland <3dw4rd@verizon.net> + + Rename testsuite directory shared_mutex to shared_timed_mutex + for consistency. + * testsuite/30_threads/shared_mutex: Moved to... + * testsuite/30_threads/shared_timed_mutex: ...here + 2014-02-20 Ed Smith-Rowland <3dw4rd@verizon.net> Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891. diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc rename to libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/shared_mutex/cons/assign_neg.cc rename to libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/shared_mutex/cons/copy_neg.cc rename to libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/shared_mutex/requirements/standard_layout.cc rename to libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc rename to libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc diff --git a/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc b/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc similarity index 100% rename from libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc rename to libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc