File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Check that -a/-v/-vv makes the line number of the failing RUN command clear.
22
3- # RUN: not %{lit} -a %{inputs}/shtest-run-at-line | FileCheck %s
4- # RUN: not %{lit} -v %{inputs}/shtest-run-at-line | FileCheck %s
5- # RUN: not %{lit} -vv %{inputs}/shtest-run-at-line | FileCheck %s
3+
4+ # This diagnostic sometimes appears in windows when using bash as an external
5+ # shell. Ignore it so we can strictly check the relevant output.
6+ #
7+ # DEFINE: %{filter} = \
8+ # DEFINE: grep -v 'bash.exe: warning: could not find /tmp, please create!'
9+
10+ # RUN: not %{lit} -a %{inputs}/shtest-run-at-line | %{filter} | FileCheck %s
11+ # RUN: not %{lit} -v %{inputs}/shtest-run-at-line | %{filter} | FileCheck %s
12+ # RUN: not %{lit} -vv %{inputs}/shtest-run-at-line | %{filter} | FileCheck %s
613# END.
714
815
You can’t perform that action at this time.
0 commit comments