[msan] Remove cxa_atexit_race.cc
authorVitaly Buka <vitalybuka@google.com>
Tue, 19 Feb 2019 20:36:52 +0000 (20:36 +0000)
committerVitaly Buka <vitalybuka@google.com>
Tue, 19 Feb 2019 20:36:52 +0000 (20:36 +0000)
commit8ca98c2bc23cf61e01782ad0034cc1fc6838f078
treecab7d804de90c5ae6fdbcd275f4220d291616934
parent6d0190f21c0a7956293686068d30b30aa3502be9
[msan] Remove cxa_atexit_race.cc

Summary:
The goal of the test to check that msan does not crash when code is racy on __cxa_atexit. Original crash was caused by race condition in the glibc. With
the msan patch the msan does not crashes however the race is still there and the test triggers it.

Because the test relies on triggering of undefined behavior results are not
very predictable and it may occasionally crashes or hangs.

I don't see how to reasonably improve the test, so I remove it.

Reviewers: eugenis, peter.smith

Subscribers: jfb, jdoerfert, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D58396

llvm-svn: 354377
compiler-rt/test/msan/cxa_atexit_race.cc [deleted file]