Skip to content

Commit

Permalink
White list allocation (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Sep 3, 2018
1 parent ad35fbe commit f09c51c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f09c51c

Please sign in to comment.