Displaying 1 result from an estimated 1 matches for "swapcontext_annot".
2017 Feb 23
4
RFC: Generalize means the sanitizers work with memory
...allocates
physical storage for shadow memory on-demand.
We used that to mock RTL for the sanitizers tests. With this mock in
place we
pass all Tsan tests and fail on 3 of 610 Asan tests:
test/asan/TestCases/Linux/cuda_test.cc
test/asan/TestCases/Linux/nohugepage_test.cc
test/asan/TestCases/Linux/swapcontext_annotation.cc
The first two tests rely on specific memory map after initializtion of the
shadow memory and the latter takes too long to complete. It would
probably be
acceptable to XFAIL them when run with a software memory manager enabled and
then consider ways to adopt them as necessary on a per-test...