[all-commits] [llvm/llvm-project] d4d96c: [libcxx][tests] Introduce 32-bit feature and use i...
Azat Khuzhin via All-commits
all-commits at lists.llvm.org
Tue May 23 10:29:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4d96c44440535a43cc6048fc3af3c10c115c1fb
https://github.com/llvm/llvm-project/commit/d4d96c44440535a43cc6048fc3af3c10c115c1fb
Author: Azat Khuzhin <a3at.mail at gmail.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M libcxx/test/std/input.output/string.streams/stringstream.members/gcount.pass.cpp
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libcxx][tests] Introduce 32-bit feature and use it for stringstream gcount test
This will avoid hardcoding all unsupported targets, since even after one
more follow up fix [1], there is one more failure.
[1]: https://reviews.llvm.org/D150886
Plus, if you want to run it locally on some target that CI does not
covers, it could also false-positively fail, which is not good.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D151046
More information about the All-commits
mailing list