[compiler-rt] 08e0b92 - Revert "[NFC][sanitizer] Disable a test with large stderr output"

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 01:25:51 PDT 2021


Author: Vitaly Buka
Date: 2021-11-02T01:25:46-07:00
New Revision: 08e0b9235b1a76b57930d9afd5c77203a91211bf

URL: https://github.com/llvm/llvm-project/commit/08e0b9235b1a76b57930d9afd5c77203a91211bf
DIFF: https://github.com/llvm/llvm-project/commit/08e0b9235b1a76b57930d9afd5c77203a91211bf.diff

LOG: Revert "[NFC][sanitizer] Disable a test with large stderr output"

This reverts commit 6eb38e517159f1fa5686d661d2aceb0a4002d8f0.

The test was not the reason of sanitizer-x86_64-linux-android failures.

Added: 
    

Modified: 
    compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp b/compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp
index b2d06bfea30e0..3835ce26c4d54 100644
--- a/compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp
+++ b/compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp
@@ -106,8 +106,7 @@ TEST_F(StackDepotTest, Print) {
           "Stack for id .*#0 0x1.*#1 0x2.*#2 0x3.*#3 0x4.*#4 0x8.*#5 0x9.*"));
 }
 
-// Temporarily disabled to investigate why buildbot fails to show broken tests.
-TEST_F(StackDepotTest, DISABLED_PrintNoLock) {
+TEST_F(StackDepotTest, PrintNoLock) {
   u32 n = 2000;
   std::vector<u32> idx2id(n);
   for (u32 i = 0; i < n; ++i) {


        


More information about the llvm-commits mailing list