We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e64a commit 75aa7bdCopy full SHA for 75aa7bd
compiler-rt/test/asan/TestCases/scariness_score_test.cpp
@@ -74,6 +74,10 @@
74
// Parts of the test are too platform-specific:
75
// REQUIRES: x86_64-target-arch
76
// 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
81
#include <stdlib.h>
82
#include <stdio.h>
83
#include <string.h>
0 commit comments