diff options
| author | David Blaikie <dblaikie@gmail.com> | 2018-02-10 00:14:54 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2018-02-10 00:14:54 +0000 |
| commit | 359006f192c9dd87dedff0e37858eacde8e1cf0d (patch) | |
| tree | 2bbfbf6b9d16e28858b3b962e87dcdf818a1a4d9 /llvm/test | |
| parent | 73b96d6dcf15a511bb0d2bfb14a7c18be487b2b0 (diff) | |
| download | bcm5719-llvm-359006f192c9dd87dedff0e37858eacde8e1cf0d.tar.gz bcm5719-llvm-359006f192c9dd87dedff0e37858eacde8e1cf0d.zip | |
REQUIRES: shell a couple of tests that require the shell
One test uses diff, the other tries to change the PATH which doesn't
seem to work well ('not' is no longer accessible/found after the PATH is
changed - I think $PATH isn't expanded when setting PATH).
llvm-svn: 324787
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/AsmParser/preserve-comments-crlf.s | 1 | ||||
| -rw-r--r-- | llvm/test/Other/can-execute.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/MC/AsmParser/preserve-comments-crlf.s b/llvm/test/MC/AsmParser/preserve-comments-crlf.s index 90a71ea7984..052870ce248 100644 --- a/llvm/test/MC/AsmParser/preserve-comments-crlf.s +++ b/llvm/test/MC/AsmParser/preserve-comments-crlf.s @@ -1,3 +1,4 @@ + #REQUIRES: shell #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t #RUN: diff --strip-trailing-cr %s %t .text diff --git a/llvm/test/Other/can-execute.txt b/llvm/test/Other/can-execute.txt index 9160e463744..ae97d7ba816 100644 --- a/llvm/test/Other/can-execute.txt +++ b/llvm/test/Other/can-execute.txt @@ -1,4 +1,5 @@ REQUIRES: can-execute +REQUIRES: shell This tests that we abstract two peculiarities of unix in can_execute: |

