[compiler-rt] r203784 - tsan: update the test since the bug is fixed

Dmitry Vyukov dvyukov at google.com
Thu Mar 13 03:54:17 PDT 2014


Author: dvyukov
Date: Thu Mar 13 05:54:16 2014
New Revision: 203784

URL: http://llvm.org/viewvc/llvm-project?rev=203784&view=rev
Log:
tsan: update the test since the bug is fixed
http://llvm.org/bugs/show_bug.cgi?id=19113 is fixed, so enable the better CHECK


Modified:
    compiler-rt/trunk/test/tsan/vptr_harmful_race3.cc

Modified: compiler-rt/trunk/test/tsan/vptr_harmful_race3.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/vptr_harmful_race3.cc?rev=203784&r1=203783&r2=203784&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/vptr_harmful_race3.cc (original)
+++ compiler-rt/trunk/test/tsan/vptr_harmful_race3.cc Thu Mar 13 05:54:16 2014
@@ -49,9 +49,5 @@ int main() {
   pthread_join(t[1], NULL);
 }
 
-// CHECK: WARNING: ThreadSanitizer: data race
-
-// but should be:
-// WARNING: ThreadSanitizer: data race on vptr
-// see http://llvm.org/bugs/show_bug.cgi?id=19113
+// CHECK: WARNING: ThreadSanitizer: data race on vptr
 





More information about the llvm-commits mailing list