4 Commits

Author SHA1 Message Date
Vitaly Buka
a37bd13744 [test][sanitizer] Fix test on windows 2023-06-13 12:34:26 -07:00
Vitaly Buka
5360258bce [test][sanitizer] Fix test on windows 2023-06-13 12:27:13 -07:00
Vitaly Buka
d8a3070c32 [test][sanitizer] Remove test missing include
We don't need to test with std::array anyway, as we don't use them in
sanitizers.
2023-06-13 09:48:52 -07:00
Vitaly Buka
f35d0608fb [test][sanitizer] Add ArrayRef tests
Tests are subset of llvm/unittests/ADT/ArrayRefTest.cpp.
Added more members to match tests and
make class more useful.

Reviewed By: hctim

Differential Revision: https://reviews.llvm.org/D152760
2023-06-13 08:52:56 -07:00