[llvm] r294789 - [LTO] Make these tests robust across multiple iterations.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 15:08:12 PST 2017


On Fri, Feb 10, 2017 at 2:59 PM, Davide Italiano <davide at freebsd.org> wrote:
> On Fri, Feb 10, 2017 at 2:53 PM, Yung, Douglas <douglas.yung at sony.com> wrote:
>> Hi Davide, I don't know if you are aware, but this checkin as well as r294784 caused the tests you changed to fail on the Windows PS4 bot. The problem is that the rm command that you added with "*" gives an error on Windows if nothing matches (there is nothing to delete). Can you fix the tests?
>>
>> r294784:
>> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5279
>>
>> r294789:
>> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/5282
>>
>> Douglas Yung
>>

r294801 should fix, please let me know if there are other outstanding
issues. Side note: I think this "intended behaviour" of Windows rm if
flipping annoying.

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare


More information about the llvm-commits mailing list