[libc++] Add UNSUPPORTED annotations to more <format> tests on GCC 12
authorLouis Dionne <ldionne.2@gmail.com>
Sat, 25 Mar 2023 18:36:40 +0000 (14:36 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Sat, 25 Mar 2023 18:38:22 +0000 (14:38 -0400)
commit3b00bae9a9f79bade0f4c67379d8f32d1d0271e3
tree7593174e721334ce96e3330e2c6401fa663231a6
parentd30de9844e1a9f1e77677b8cf4a7f4db977c0c9f
[libc++] Add UNSUPPORTED annotations to more <format> tests on GCC 12

Those seem to have been failing for a while but we might not have noticed
because of the recent CI instability issues. I'm marking them as unsupported
to try to get the CI functional again, especially since the majority of
<format> tests are already not working on GCC 12.
libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/ostream.pass.cpp
libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ostream.pass.cpp
libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ostream.pass.cpp
libcxx/test/std/time/time.syn/formatter.day.pass.cpp
libcxx/test/std/time/time.syn/formatter.month.pass.cpp
libcxx/test/std/time/time.syn/formatter.weekday.pass.cpp
libcxx/test/std/time/time.syn/formatter.year.pass.cpp
libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp