[PATCH] D81316: [lit] Include unexecuted tests in xUnit report

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 16:02:46 PDT 2020


yln added a comment.

This causes "unresolved tests" on one bot:
http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage/builds/26333/steps/ninja%20check%202/logs/stdio

  Exception during script execution:
    Traceback (most recent call last):
    File "/home/buildbots/ppc64be-clang-multistage-test/clang-ppc64be-multistage/llvm/llvm/utils/lit/lit/worker.py", line 73, in _execute_test_handle_errors
    result = test.config.test_format.execute(test, lit_config)
    File "/home/buildbots/ppc64be-clang-multistage-test/clang-ppc64be-multistage/stage2/utils/lit/tests/Inputs/xunit-output/dummy_format.py", line 26, in execute
    required_feature = cfg.get('global', 'required_feature', fallback=None)
    TypeError: get() got an unexpected keyword argument 'fallback'


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81316/new/

https://reviews.llvm.org/D81316





More information about the llvm-commits mailing list