[all-commits] [llvm/llvm-project] 3fd7d0: Disable the tests except on Darwin.
jimingham via All-commits
all-commits at lists.llvm.org
Wed Mar 24 12:19:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fd7d0d281a9b1dc7a8352cbd29178cbfacc73f1
https://github.com/llvm/llvm-project/commit/3fd7d0d281a9b1dc7a8352cbd29178cbfacc73f1
Author: Jim Ingham <jingham at apple.com>
Date: 2021-03-24 (Wed, 24 Mar 2021)
Changed paths:
M lldb/test/API/functionalities/stop-on-sharedlibrary-load/TestStopOnSharedlibraryEvents.py
Log Message:
-----------
Disable the tests except on Darwin.
The commit passes the tests on Darwin. The failure on linux shows
that this change was not sufficient to get this setting to work on linux,
but the behavior is the same as before the patch & test, and it caused
no new failures.
So marking the tests as Darwin only till someone can debug the Linux
issue.
More information about the All-commits
mailing list