Home
last modified time | relevance | path

Searched refs:apple_simulator_test (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/simulator/
H A DTestSimulatorPlatform.py79 @apple_simulator_test('iphone')
90 @apple_simulator_test('appletv')
101 @apple_simulator_test('watch')
114 @apple_simulator_test('watch')
145 @apple_simulator_test('iphone')
158 @apple_simulator_test('iphone')
171 @apple_simulator_test('iphone')
183 @apple_simulator_test('appletv')
196 @apple_simulator_test('appletv')
208 @apple_simulator_test('watch')
[all …]
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py137 @apple_simulator_test('iphone')
143 @apple_simulator_test('appletv')
149 @apple_simulator_test('watch')
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py373 def apple_simulator_test(platform): function