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

This reverts commit 6eb38e5171.

The test was not the reason of sanitizer-x86_64-linux-android failures.
This commit is contained in:
Vitaly Buka 2021-11-02 01:24:51 -07:00
parent bc2773cb1b
commit 08e0b9235b
1 changed files with 1 additions and 2 deletions

View File

@ -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) {