[lldb] Stop using i386 for the watchOS simulator
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 27 Mar 2021 00:08:29 +0000 (17:08 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 27 Mar 2021 00:09:45 +0000 (17:09 -0700)
This keeps breaking on my machine. It's time to move on.

lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py

index d25ac26..c0ec379 100644 (file)
@@ -6,6 +6,7 @@ from lldbsuite.test import lldbutil
 
 import json
 import platform
+import re
 
 @skipIfReproducer
 class TestAppleSimulatorOSType(gdbremote_testcase.GdbRemoteTestCaseBase):
@@ -140,5 +141,4 @@ class TestAppleSimulatorOSType(gdbremote_testcase.GdbRemoteTestCaseBase):
     @skipIfRemote
     def test_simulator_ostype_watchos(self):
         self.check_simulator_ostype(sdk='watchsimulator',
-                                    platform_name='watchos',
-                                    arch='i386')
+                                    platform_name='watchos')