[all-commits] [llvm/llvm-project] a20fc9: [Dexter] llvm-lit: always log DAP messages (#157145)
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Mon Sep 8 02:11:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a20fc93a65f763cc3f55988847b7294fcbdcb5db
https://github.com/llvm/llvm-project/commit/a20fc93a65f763cc3f55988847b7294fcbdcb5db
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M cross-project-tests/lit.cfg.py
Log Message:
-----------
[Dexter] llvm-lit: always log DAP messages (#157145)
Buildbot cross-project-tests-sie-ubuntu sees sporadic test failures due to
missing "stackTrace" "source" "path". The "path" field is optional for
"source" according to DAP, so it's well formed. It works most of the time,
and doesn't consistently fail for any one test which is all strangely
inconsistent.
The failures couldn't be reproduced locally after running the feature_tests
in a loop for 3 hours. I haven't been able to work out why the "source" is
sometimes missing by just looking at LLDB code.
With this patch, we might be able to get clues about the flaky tests with
well timed log inspection.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list