OSDN Git Service

[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)
commit4dcaa89c887214576bf03ab0fe4fbb5ee045c873
tree7a0180ad17e828d72b251be38d8a28e0bd7d0c35
parentcb0c8af1cb8ec22a35716e3165a0b2b01e01d526
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338030 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/X86/accelerator.test
test/tools/dsymutil/X86/update-one-CU.test
test/tools/dsymutil/X86/update.test