File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
compiler-rt/test/sanitizer_common/TestCases/Posix Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11// RUN: %clangxx -O2 %s -o %t
22
33// Case 1: Try setting a path that is an invalid/inaccessible directory.
4- // RUN: not %env % run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
4+ // RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
55
66// Case 2: Try setting a path that is too large.
7- // RUN: not %env % run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
7+ // RUN: not %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
88
99#include < sanitizer/common_interface_defs.h>
1010#include < stdio.h>
Original file line number Diff line number Diff line change 22// RUN: %clangxx -O2 %s -o %t
33// RUN: %env HOME=%t.homedir TMPDIR=%t.tmpdir %run %t 2>&1 | FileCheck %s
44
5+ // FIXME: Environment variables are no propagated or not properly read on android.
6+ // XFAIL: android
7+
58#include < sanitizer/common_interface_defs.h>
69#include < stdio.h>
710#include < string.h>
You can’t perform that action at this time.
0 commit comments