[all-commits] [llvm/llvm-project] f7fdc8: [llvm][Support] Disable runOnNewStack test when th...
David Spickett via All-commits
all-commits at lists.llvm.org
Fri May 2 02:53:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7fdc8d0cf7cd5caa7d463e1e80e0d5a08c71bb2
https://github.com/llvm/llvm-project/commit/f7fdc8d0cf7cd5caa7d463e1e80e0d5a08c71bb2
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M llvm/unittests/Support/ProgramStackTest.cpp
Log Message:
-----------
[llvm][Support] Disable runOnNewStack test when threading is disabled
On our buildbot https://lab.llvm.org/buildbot/#/builders/122/builds/1478,
one of the new tests added by https://github.com/llvm/llvm-project/pull/136046
failed.
This is because on non-Apple Silicon platforms, the implementation
is to start a new thread, but when threading is disabled this is the
same as calling a function normally.
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