[all-commits] [llvm/llvm-project] 39ea3c: [lldb] Disable TestSimulatorPlatform.py because it...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Apr 21 20:01:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39ea3ceda31cd02ef7e29bbeca74271feed3fc53
https://github.com/llvm/llvm-project/commit/39ea3ceda31cd02ef7e29bbeca74271feed3fc53
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
Log Message:
-----------
[lldb] Disable TestSimulatorPlatform.py because it's causing a SIGHUP
Ever since Dave Zarzycki's patch to sort test start times based on prior
test timing data (https://reviews.llvm.org/D98179) the test suite aborts
with a SIGHUP. I don't believe his patch is to blame, but rather
uncovers an preexisting issue by making test runs more deterministic.
I was able to narrow down the issue to TestSimulatorPlatform.py. The
issue also manifests itself on the standalone bot on GreenDragon [1].
This patch disables the test until we can figure this out.
[1] http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-standalone/
rdar://76995109
More information about the All-commits
mailing list