[all-commits] [llvm/llvm-project] ac0f32: [cross-project-tests] Add REQUIRES: compiler-rt to...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Thu Feb 10 02:49:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac0f32970d2cd0bc263c29b7af16199d350e2c0a
https://github.com/llvm/llvm-project/commit/ac0f32970d2cd0bc263c29b7af16199d350e2c0a
Author: OCHyams <orlando.hyams at sony.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter-tests/asan-deque.cpp
M cross-project-tests/debuginfo-tests/dexter-tests/asan.c
M cross-project-tests/debuginfo-tests/dexter-tests/nrvo-string.cpp
M cross-project-tests/debuginfo-tests/llgdb-tests/asan-blocks.c
M cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp
M cross-project-tests/debuginfo-tests/llgdb-tests/asan.c
M cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c
M cross-project-tests/lit.cfg.py
Log Message:
-----------
[cross-project-tests] Add REQUIRES: compiler-rt to tests that use asan
And XFAIL debuginfo-tests/llgdb-tests/asan-deque.cpp on !system-darwin.
On non-darwin systems these tests use gdb and this one fails because gdb
doesn't pretty-print std::deque (the elements of the deque are not printed so
the CHECK lines fail).
Differential Revision: https://reviews.llvm.org/D118760
More information about the All-commits
mailing list