Skip to content

Commit d5a779b

Browse files
committed
[test][sanitizer] Disable D153500 test on solaris
The test causes unexpectedly high RSS usage there.
1 parent c1b84d9 commit d5a779b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// Hwasan requires tagging of new allocations, so needs RSS for shadow.
1313
// UNSUPPORTED: hwasan
1414

15+
// FIXME: Something wrong with MADV_FREE or MAP_NORESERVE there.
16+
// UNSUPPORTED: solaris
17+
1518
void *p;
1619

1720
int main(int argc, char **argv) {

0 commit comments

Comments
 (0)