[compiler-rt] r204717 - [msan] Enable SelectPartial test.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Tue Mar 25 06:09:14 PDT 2014
Author: eugenis
Date: Tue Mar 25 08:09:14 2014
New Revision: 204717
URL: http://llvm.org/viewvc/llvm-project?rev=204717&view=rev
Log:
[msan] Enable SelectPartial test.
Fixed in r204716.
Modified:
compiler-rt/trunk/lib/msan/tests/msan_test.cc
Modified: compiler-rt/trunk/lib/msan/tests/msan_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/msan/tests/msan_test.cc?rev=204717&r1=204716&r2=204717&view=diff
==============================================================================
--- compiler-rt/trunk/lib/msan/tests/msan_test.cc (original)
+++ compiler-rt/trunk/lib/msan/tests/msan_test.cc Tue Mar 25 08:09:14 2014
@@ -3791,7 +3791,7 @@ TEST(MemorySanitizer, Select) {
EXPECT_POISONED(z);
}
-TEST(MemorySanitizer, DISABLED_SelectPartial) {
+TEST(MemorySanitizer, SelectPartial) {
// Precise instrumentation of select.
// Some bits of the result do not depend on select condition, and must stay
// initialized even if select condition is not. These are the bits that are
More information about the llvm-commits
mailing list