[PATCH] D55887: Add support for background thread on NetBSD in ASan
Yvan Roux via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 3 02:05:59 PST 2019
Hi Kamil,
This commit broke ARM Thumb bots by enabling Asan
quarantine_size_mb.cc and hard_rss_limit_mb_test.cc test cases, recent
logs are available here:
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-full-sh/builds/1285/steps/ninja%20check%202/logs/FAIL%3A%20AddressSanitizer-armhf-linux%3A%3Aquarantine_size_mb.cc
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-full-sh/builds/1285/steps/ninja%20check%202/logs/FAIL%3A%20SanitizerCommon-asan-armhf-Linux%3A%3A%20hard_rss_limit_mb_test.cc
Thanks,
Yvan
On Sat, 29 Dec 2018 at 01:35, Phabricator via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rCRT350139: Add support for background thread on NetBSD in ASan (authored by kamil, committed by ).
> Herald added a subscriber: srhines.
>
> Changed prior to commit:
> https://reviews.llvm.org/D55887?vs=178872&id=179669#toc
>
> Repository:
> rCRT Compiler Runtime
>
> CHANGES SINCE LAST ACTION
> https://reviews.llvm.org/D55887/new/
>
> https://reviews.llvm.org/D55887
>
> Files:
> lib/asan/asan_rtl.cc
> lib/sanitizer_common/sanitizer_common_libcdep.cc
> test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc
> test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cc
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list