]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove misleading TODO comments to add parsing tests.
authorTomasz Kamiński <tkaminsk@redhat.com>
Fri, 10 Oct 2025 12:03:11 +0000 (14:03 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Fri, 10 Oct 2025 12:03:11 +0000 (14:03 +0200)
Standard does not define form_stream overloads for these types,
so there is nothing to tests.

libstdc++-v3/ChangeLog:

* testsuite/std/time/month_day_last/io.cc: Remove TODO comments
for test_parse().
* testsuite/std/time/month_weekday/io.cc: Likewise.
* testsuite/std/time/month_weekday_last/io.cc: Likewise.
* testsuite/std/time/weekday_indexed/io.cc: Likewise.
* testsuite/std/time/weekday_last/io.cc: Likewise.
* testsuite/std/time/year_month_day_last/io.cc: Likewise.
* testsuite/std/time/year_month_weekday/io.cc: Likewise.
* testsuite/std/time/year_month_weekday_last/io.cc: Likewise.

libstdc++-v3/testsuite/std/time/month_day_last/io.cc
libstdc++-v3/testsuite/std/time/month_weekday/io.cc
libstdc++-v3/testsuite/std/time/month_weekday_last/io.cc
libstdc++-v3/testsuite/std/time/weekday_indexed/io.cc
libstdc++-v3/testsuite/std/time/weekday_last/io.cc
libstdc++-v3/testsuite/std/time/year_month_day_last/io.cc
libstdc++-v3/testsuite/std/time/year_month_weekday/io.cc
libstdc++-v3/testsuite/std/time/year_month_weekday_last/io.cc

index c12cee848ed5fa11d49a5421e7c9337d92a4caa3..d15192c9b7a8db2e07129423671c0b06dd6d346a 100644 (file)
@@ -26,5 +26,4 @@ int main()
 {
   test_ostream();
   // TODO: test_format();
-  // TODO: test_parse();
 }
index 82cac648905a8197a9c555ad2e2af639aea638be..183803071098e8366c7d1f3c8fbf452f32a13809 100644 (file)
@@ -27,5 +27,4 @@ int main()
 {
   test_ostream();
   // TODO: test_format();
-  // TODO: test_parse();
 }
index 47968d0e06d9686012e49f33a61a6f65bd11984f..6ba4d8ab084e359127cd16d38c8a1ae72d44e34c 100644 (file)
@@ -27,5 +27,4 @@ int main()
 {
   test_ostream();
   // TODO: test_format();
-  // TODO: test_parse();
 }
index 29255ad5c063024454c73ebcfb7217c39c0044fa..ca315de865b263027392d02b627f4f3928c1d714 100644 (file)
@@ -26,5 +26,4 @@ int main()
 {
   test_ostream();
   // TODO: test_format();
-  // TODO: test_parse();
 }
index 6f76922195d2eb1d957a65d66a49fe41f6c4702c..3b64c655617b7f1ab5e2d11aa6468c333de11166 100644 (file)
@@ -26,5 +26,4 @@ int main()
 {
   test_ostream();
   // TODO: test_format();
-  // TODO: test_parse();
 }
index de4f2479557255e966d3c540eb401e73b8b1f828..cb937c18e9d519ad095b6c590ba065427237478e 100644 (file)
@@ -105,5 +105,4 @@ int main()
 {
   test_ostream();
   test_format();
-  // TODO: test_parse();
 }
index 253d4f6a552e620c427cdd2b2a5d94e9e7d3c659..e01484c94544e330f3c46ac33e63421b4ad727bc 100644 (file)
@@ -183,5 +183,4 @@ int main()
 {
   test_ostream();
   test_format();
-  // TODO: test_parse();
 }
index 983589720b5e05f0b6b72cb44429889b92dd77ec..27bbe9474b17599e9959c8522181a92d0cb265eb 100644 (file)
@@ -129,5 +129,4 @@ int main()
 {
   test_ostream();
   test_format();
-  // TODO: test_parse();
 }