You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
537 B
19 lines
537 B
## Test failing to write output file on non-windows platforms.
|
|
|
|
# UNSUPPORTED: system-windows
|
|
# RUN: rm -rf %t.TestDir
|
|
# RUN: mkdir %t.TestDir
|
|
# RUN: touch %t.TestDir/Output.TestFile
|
|
# RUN: chmod 400 %t.TestDir
|
|
# RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestDir/Output.TestFile 2>&1 | FileCheck %s --check-prefix=ERR
|
|
# RUN: chmod 777 %t.TestDir
|
|
# RUN: rm -rf %t.TestDir
|
|
|
|
--- !tapi-tbe
|
|
TbeVersion: 1.0
|
|
Arch: AArch64
|
|
Symbols: {}
|
|
...
|
|
|
|
# ERR: Permission denied when trying to open `{{.*}}.TestDir/Output.TestFile` for writing
|