mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
[lit] Always list individual UNRESOLVED tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32b7d4dfc1
commit
91a62c34d8
@ -400,9 +400,10 @@ def main(builtinParameters = {}):
|
|||||||
if t.result.isFailure:
|
if t.result.isFailure:
|
||||||
hasFailures = True
|
hasFailures = True
|
||||||
|
|
||||||
# FIXME: Show unresolved and (optionally) unsupported tests.
|
# Print each test in any of the failing groups.
|
||||||
for title,code in (('Unexpected Passing Tests', lit.Test.XPASS),
|
for title,code in (('Unexpected Passing Tests', lit.Test.XPASS),
|
||||||
('Failing Tests', lit.Test.FAIL)):
|
('Failing Tests', lit.Test.FAIL),
|
||||||
|
('Unresolved Tests', lit.Test.UNRESOLVED)):
|
||||||
elts = byCode.get(code)
|
elts = byCode.get(code)
|
||||||
if not elts:
|
if not elts:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user