File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler-rt/test/sanitizer_common/TestCases/Posix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33// Case 1: Try setting a path that is an invalid/inaccessible directory.
44// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=ERROR1
5- // RUN: %env_tool_opts=log_fallback_to_stderr=1 %run %t 2>&1 | FileCheck %s --check-prefixes=ERROR1,FALLBACK
5+ // RUN: %env_tool_opts=log_fallback_to_stderr=true %run %t 2>&1 | FileCheck %s --check-prefixes=ERROR1,FALLBACK
66
77// Case 2: Try setting a path that is too large.
88// RUN: not %run %t A 2>&1 | FileCheck %s --check-prefix=ERROR2
9- // RUN: %env_tool_opts=log_fallback_to_stderr=1 %run %t A 2>&1 | FileCheck %s --check-prefixes=ERROR2,FALLBACK
9+ // RUN: %env_tool_opts=log_fallback_to_stderr=true %run %t A 2>&1 | FileCheck %s --check-prefixes=ERROR2,FALLBACK
1010
1111#include < sanitizer/common_interface_defs.h>
1212#include < stdio.h>
You can’t perform that action at this time.
0 commit comments