1## Test failing to write output file on windows platform. 2 3# REQUIRES: system-windows 4# RUN: touch %t.TestFile 5# RUN: chmod 400 %t.TestFile 6# RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestFile 2>&1 | FileCheck %s --check-prefix=ERR 7# RUN: chmod 777 %t.TestFile 8# RUN: rm -rf %t.TestFile 9 10--- !tapi-tbe 11TbeVersion: 1.0 12Arch: AArch64 13Symbols: {} 14... 15 16# ERR: error: permission denied 17