Skip to content

Commit cdf6dff

Browse files
committed
XFAIL android
1 parent d16ecad commit cdf6dff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_path_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %env HOME=%t.homedir TMPDIR=%t.tmpdir %run %t 2>%t.err | FileCheck %s
44
// RUN: FileCheck %s --input-file=%t.err --check-prefix=ERROR
55

6+
// For some reason stdout is empty on android.
7+
// XFAIL: android
8+
69
#include <sanitizer/common_interface_defs.h>
710
#include <stdio.h>
811
#include <string.h>

0 commit comments

Comments
 (0)