Skip to content

Commit f68b3e5

Browse files
boomanaiden154Honey Goyal
authored andcommitted
[ASan] Disable another test on Darwin due to ulimit stack issues
Similar to llvm#170786.
1 parent aa3dcae commit f68b3e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/asan/TestCases/scariness_score_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
// Parts of the test are too platform-specific:
7575
// REQUIRES: x86_64-target-arch
7676
// REQUIRES: shell
77+
// TODO(boomanaiden154): This test currently fails with the internal
78+
// shell because python is not able to set RLIMIT_STACK. We should
79+
// reenable this when the behavior is fixed.
80+
// UNSUPPORTED: system-darwin
7781
#include <stdlib.h>
7882
#include <stdio.h>
7983
#include <string.h>

0 commit comments

Comments
 (0)