Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/macosx/simulator/
DTestSimulatorPlatform.py80 @apple_simulator_test('iphone')
91 @apple_simulator_test('appletv')
102 @apple_simulator_test('watch')
115 @apple_simulator_test('watch')
146 @apple_simulator_test('iphone')
159 @apple_simulator_test('iphone')
172 @apple_simulator_test('iphone')
184 @apple_simulator_test('appletv')
197 @apple_simulator_test('appletv')
209 @apple_simulator_test('watch')
[all …]
/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestAppleSimulatorOSType.py118 @apple_simulator_test('iphone')
125 @apple_simulator_test('appletv')
132 @apple_simulator_test('watch')
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py351 def apple_simulator_test(platform): function