brintos

brintos / llvm-project-archived public Read only

0
0
Text · 616 B · f13500f Raw
20 lines · plain
1## Test failing to write output file on non-windows platforms.2 3# UNSUPPORTED: system-windows4# REQUIRES: non-root-user5# RUN: rm -rf %t.TestDir6# RUN: mkdir %t.TestDir7# RUN: touch %t.TestDir/Output.TestFile8# RUN: chmod 400 %t.TestDir9# RUN: not llvm-ifs --output-elf=%t.TestDir/Output.TestFile %s 2>&1 | FileCheck -DMSG=%errc_EACCES %s --check-prefix=ERR10# RUN: chmod 777 %t.TestDir11# RUN: rm -rf %t.TestDir12 13--- !ifs-v114IfsVersion: 3.015Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }16Symbols: []17...18 19# ERR: [[MSG]] when trying to open `{{.*}}.TestDir/Output.TestFile` for writing20