Support Unsupported Tests in xunit output
authorChris Matthews <cmatthews5@apple.com>
Fri, 11 May 2018 00:25:43 +0000 (00:25 +0000)
committerChris Matthews <cmatthews5@apple.com>
Fri, 11 May 2018 00:25:43 +0000 (00:25 +0000)
commit7d6224d2fa761e2e2c5a71c47e02bc37a92c0409
treee06246eb9614e210f5f444eef885c687cd615ebc
parent5f74591847db036f2fb23cf568886a6a71af3522
Support Unsupported Tests in xunit output

We were reporting  "Unsupported" tests in xunit as passes, however since
they are not run, it make more sense to mark them as skipped. The Junit
xml standard has support for that, so lets use it.

llvm-svn: 332065
llvm/utils/lit/lit/Test.py
llvm/utils/lit/lit/main.py
llvm/utils/lit/tests/shtest-xunit-output.py
llvm/utils/lit/tests/xunit-output.py