]> granicus.if.org Git - llvm/commit
[lit] Print negative exit codes on Windows in hex
authorReid Kleckner <rnk@google.com>
Mon, 7 Nov 2016 21:06:20 +0000 (21:06 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 7 Nov 2016 21:06:20 +0000 (21:06 +0000)
commit14b08acb1efa7f32f24feb0dd31ddf3d2207db8a
tree6a5d388df557a5546f8ade719f77b616b847e6e1
parentdaf21289b6de229e22a853a0a140682e039d3b8e
[lit] Print negative exit codes on Windows in hex

Negative exit codes are usually exceptions. They're easier to recognize
in hex. Compare -1073741502 to 0xc0000142.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286150 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py