This is an archive of the discontinued LLVM Phabricator instance.

[clang/test] Fix a flaky unittest on windows
ClosedPublic

Authored by etienneb on Aug 2 2016, 11:10 PM.

Details

Summary

The append operator on a shell command for quick command-line is
causing trouble on windows. [NFC]
The easiest way to fix them is to avoid using them.

This patch is an attempt to fix this broken build bot:

clang-x86-win2008-selfhost

http://lab.llvm.org:8011/builders/clang-x86-win2008-selfhost/builds/9523

Diff Detail

Repository
rL LLVM

Event Timeline

etienneb updated this revision to Diff 66615.Aug 2 2016, 11:10 PM
etienneb retitled this revision from to [clang/test] Fix a flaky unittest on windows.
etienneb updated this object.
etienneb added a reviewer: rnk.
etienneb added subscribers: chrisha, cfe-commits.
This revision was automatically updated to reflect the committed changes.
rnk edited edge metadata.Aug 3 2016, 8:54 AM

Thanks! lgtm