* [committed] libstdc++: Fix filenames and comments in tests [PR26142]
@ 2023-09-04 16:29 Jonathan Wakely
0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-09-04 16:29 UTC (permalink / raw)
To: libstdc++, gcc-patches
Tested x86_64-linux. Pushed to trunk.
-- >8 --
These tests have transposed digits in the filenames and comments.
libstdc++-v3/ChangeLog:
PR libstdc++/26142
* testsuite/23_containers/vector/26412-1.cc: Moved to...
* testsuite/23_containers/vector/26142-1.cc: ...here.
* testsuite/23_containers/vector/26412-2.cc: Moved to...
* testsuite/23_containers/vector/26142-2.cc: ...here.
---
.../testsuite/23_containers/vector/{26412-1.cc => 26142-1.cc} | 2 +-
.../testsuite/23_containers/vector/{26412-2.cc => 26142-2.cc} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename libstdc++-v3/testsuite/23_containers/vector/{26412-1.cc => 26142-1.cc} (92%)
rename libstdc++-v3/testsuite/23_containers/vector/{26412-2.cc => 26142-2.cc} (92%)
diff --git a/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc b/libstdc++-v3/testsuite/23_containers/vector/26142-1.cc
similarity index 92%
rename from libstdc++-v3/testsuite/23_containers/vector/26412-1.cc
rename to libstdc++-v3/testsuite/23_containers/vector/26142-1.cc
index 943032c2377..2c078c7a04d 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/26412-1.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/26142-1.cc
@@ -21,7 +21,7 @@
#include <vector>
-// libstdc++26412
+// PR libstdc++/26142 global debug namespace clashes everywhere
namespace debug
{
int i;
diff --git a/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc b/libstdc++-v3/testsuite/23_containers/vector/26142-2.cc
similarity index 92%
rename from libstdc++-v3/testsuite/23_containers/vector/26412-2.cc
rename to libstdc++-v3/testsuite/23_containers/vector/26142-2.cc
index 807f6075ab7..d4a5fe42274 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/26412-2.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/26142-2.cc
@@ -23,4 +23,4 @@
#include <debug/vector>
-// libstdc++26412
+// PR libstdc++/26142 global debug namespace clashes everywhere
--
2.41.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-04 16:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04 16:29 [committed] libstdc++: Fix filenames and comments in tests [PR26142] Jonathan Wakely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).