mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 09:26:06 +00:00
[NFC][sanitizer] Disable a test with large stderr output
This commit is contained in:
parent
67c44a9978
commit
6eb38e5171
@ -106,7 +106,8 @@ TEST_F(StackDepotTest, Print) {
|
||||
"Stack for id .*#0 0x1.*#1 0x2.*#2 0x3.*#3 0x4.*#4 0x8.*#5 0x9.*"));
|
||||
}
|
||||
|
||||
TEST_F(StackDepotTest, PrintNoLock) {
|
||||
// Temporarily disabled to investigate why buildbot fails to show broken tests.
|
||||
TEST_F(StackDepotTest, DISABLED_PrintNoLock) {
|
||||
u32 n = 2000;
|
||||
std::vector<u32> idx2id(n);
|
||||
for (u32 i = 0; i < n; ++i) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user