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 d16ecad commit cdf6dffCopy full SHA for cdf6dff
compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp
@@ -3,6 +3,9 @@
3
// RUN: %env HOME=%t.homedir TMPDIR=%t.tmpdir %run %t 2>%t.err | FileCheck %s
4
// RUN: FileCheck %s --input-file=%t.err --check-prefix=ERROR
5
6
+// For some reason stdout is empty on android.
7
+// XFAIL: android
8
+
9
#include <sanitizer/common_interface_defs.h>
10
#include <stdio.h>
11
#include <string.h>
0 commit comments