Skip to content

Commit 202e6bf

Browse files
Merge pull request #9499 from felipepiovezan/felipe/fix_asan_flag_testcustomshell_next
[lldb] Add asan flags to TestCustomShell
2 parents 14aa665 + aae8bd3 commit 202e6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Host/TestCustomShell.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# RUN: %clang_host %S/Inputs/simple.c -g -o %t.out
99
# RUN: SHELL=bogus not %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s --check-prefix ERROR
10-
# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s
10+
# RUN: env -i ASAN_OPTIONS='detect_container_overflow=0,allow_user_poisoning=0' %lldb %t.out -b -o 'process launch -X 1 --' 2>&1 | FileCheck %s
1111

1212
# ERROR: error: shell expansion failed
1313
# CHECK-NOT: error: shell expansion failed

0 commit comments

Comments
 (0)