Skip to content

Commit 2e9494f

Browse files
authored
[ASan] Re-enable duplicate_os_log_reports test and include cstdlib for malloc (#153195)
rdar://62141527
1 parent 22b4021 commit 2e9494f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// UNSUPPORTED: ios
2-
// Don't re-enable until rdar://problem/62141527 is fixed.
3-
// REQUIRES: rdar_62141527
42
// REQUIRES: shell
53
// REQUIRES: darwin_log_cmd
64
// RUN: %clangxx_asan -fsanitize-recover=address %s -o %t
@@ -16,6 +14,7 @@
1614
// RUN: FileCheck %s -input-file=%t.process_syslog_output.txt
1715
#include <cassert>
1816
#include <cstdio>
17+
#include <cstdlib>
1918
#include <cstring>
2019
#include <sanitizer/asan_interface.h>
2120

0 commit comments

Comments
 (0)