From f09c51c34e533a493c9e97018de6a0a33daf080e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 3 Sep 2018 13:36:13 -0700 Subject: [PATCH] White list allocation (#226) --- ci/tsan | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/tsan b/ci/tsan index 657d426..2957406 100644 --- a/ci/tsan +++ b/ci/tsan @@ -9,6 +9,9 @@ race:arc*Weak*drop # rust runtime logic. race:std*mpsc_queue +# Some test runtime races. Allocation should be race free +race:alloc::alloc + # Not sure why this is warning, but it is in the test harness and not the library. race:TestEvent*clone race:test::run_tests_console::*closure