[all-commits] [llvm/llvm-project] 76f0f4: Stop running test on Linux for now
Jason Molenda via All-commits
all-commits at lists.llvm.org
Fri May 9 20:21:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76f0f4cdf4bf9ebf476af99ad9911c687910d66d
https://github.com/llvm/llvm-project/commit/76f0f4cdf4bf9ebf476af99ad9911c687910d66d
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M lldb/test/API/functionalities/unwind/frameless-faulted/TestUnwindFramelessFaulted.py
Log Message:
-----------
Stop running test on Linux for now
Failed at compile time lldb-aarch64-ubuntu bot.
It did clang -E -o interrupt-and-trap-funcs.s interrupt-and-trap-funcs.c
and that added a bunch of standard C header typedefs to
the output .s file which then turn into compile errors
when it tries to compile the .s file as assembly. Never saw
that behavior in my testing on an ubuntu 24.04 system.
It would have been nice to have the test run on Linux as well
as Darwin, but it's not essential.
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