[test] Disable dsymutil update test on windows
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 26 Jul 2018 14:16:19 +0000 (14:16 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 26 Jul 2018 14:16:19 +0000 (14:16 +0000)
commit640e790af2921f17d24b639ce9f0afa23d79ac78
treeac1eceb2652fb4c27986ea054404a9cbc41b8231
parent66b5e7da4cc91e5e1ebc07158370aa0ab108ceba
[test] Disable dsymutil update test on windows

Apparently, the issue with dsymutil update functionality on Windows was
that Windows doesn't like dsymutil renaming files that have open handles
to them. This disables the new accelerator test and updates the comment
in the other two test.

We should be able to enable the tests again once we updated the
implementation to use TempFile::keep() to keep the temporary files in
MachOUtils.

A big thank you to Jeremy Morse from Sony for figuring this out and
bringing it to my attention.

llvm-svn: 338030
llvm/test/tools/dsymutil/X86/accelerator.test
llvm/test/tools/dsymutil/X86/update-one-CU.test
llvm/test/tools/dsymutil/X86/update.test