[all-commits] [llvm/llvm-project] 3b00ba: [libc++] Add UNSUPPORTED annotations to more <form...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Sat Mar 25 11:38:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b00bae9a9f79bade0f4c67379d8f32d1d0271e3
https://github.com/llvm/llvm-project/commit/3b00bae9a9f79bade0f4c67379d8f32d1d0271e3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-03-25 (Sat, 25 Mar 2023)
Changed paths:
M libcxx/test/std/time/time.cal/time.cal.month/time.cal.month.nonmembers/ostream.pass.cpp
M libcxx/test/std/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/ostream.pass.cpp
M libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ostream.pass.cpp
M libcxx/test/std/time/time.syn/formatter.day.pass.cpp
M libcxx/test/std/time/time.syn/formatter.month.pass.cpp
M libcxx/test/std/time/time.syn/formatter.weekday.pass.cpp
M libcxx/test/std/time/time.syn/formatter.year.pass.cpp
M libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list