17 lines · plain
1## Test failing to write output file on windows platform.2 3# REQUIRES: system-windows4# RUN: touch %t.TestFile5# RUN: chmod 400 %t.TestFile6# RUN: not llvm-ifs --output-elf=%t.TestFile %s 2>&1 | FileCheck -DMSG=%errc_EACCES %s --check-prefix=ERR7# RUN: chmod 777 %t.TestFile8# RUN: rm -rf %t.TestFile9 10--- !ifs-v111IfsVersion: 3.012Target: { ObjectFormat: ELF, Arch: AArch64, Endianness: little, BitWidth: 64 }13Symbols: []14...15 16# ERR: error: [[MSG]]17