Skip to content

Commit 086ee76

Browse files
committed
[sanitizer] Remove "null" for 256 allocations in test
Very rarely this case can return all non-null for all allocations, making this test flaky.
1 parent f6df5cd commit 086ee76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ int main() {
6363
// CHECK_MAY_RETURN_1: allocating 32 times
6464
// CHECK_MAY_RETURN_1: Some of the malloc calls returned non-null:
6565
// CHECK_MAY_RETURN_1: allocating 256 times
66-
// CHECK_MAY_RETURN_1: Some of the malloc calls returned null:
6766
// CHECK_MAY_RETURN_1: Some of the malloc calls returned non-null:
6867
// CHECK_MAY_RETURN_1: allocating 512 times
6968
// CHECK_MAY_RETURN_1: Some of the malloc calls returned null:

0 commit comments

Comments
 (0)