Author: Jonas Devlieghere Date: 2021-03-26T17:09:45-07:00 New Revision: df0f9e044773480dbc01cf4e381af0517c930f13
URL: https://github.com/llvm/llvm-project/commit/df0f9e044773480dbc01cf4e381af0517c930f13 DIFF: https://github.com/llvm/llvm-project/commit/df0f9e044773480dbc01cf4e381af0517c930f13.diff LOG: [lldb] Stop using i386 for the watchOS simulator This keeps breaking on my machine. It's time to move on. Added: Modified: lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py Removed: ################################################################################ diff --git a/lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py b/lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py index d25ac26cf5fb..c0ec37910534 100644 --- a/lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py +++ b/lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py @@ -6,6 +6,7 @@ import json import platform +import re @skipIfReproducer class TestAppleSimulatorOSType(gdbremote_testcase.GdbRemoteTestCaseBase): @@ -140,5 +141,4 @@ def test_simulator_ostype_tvos(self): @skipIfRemote def test_simulator_ostype_watchos(self): self.check_simulator_ostype(sdk='watchsimulator', - platform_name='watchos', - arch='i386') + platform_name='watchos') _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits