Home
last modified time | relevance | path

Searched refs:skipIfDarwinEmbedded (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/macosx/simulator/
H A DTestSimulatorPlatform.py78 @skipIfDarwinEmbedded
89 @skipIfDarwinEmbedded
100 @skipIfDarwinEmbedded
113 @skipIfDarwinEmbedded
135 @skipIfDarwinEmbedded
144 @skipIfDarwinEmbedded
157 @skipIfDarwinEmbedded
170 @skipIfDarwinEmbedded
182 @skipIfDarwinEmbedded
195 @skipIfDarwinEmbedded
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/avoids-fd-leak/
H A DTestFdLeak.py21 …@skipIfDarwinEmbedded # <rdar://problem/33888742> # debugserver on ios has an extra fd open on la…
29 …@skipIfDarwinEmbedded # <rdar://problem/33888742> # debugserver on ios has an extra fd open on la…
57 …@skipIfDarwinEmbedded # <rdar://problem/33888742> # debugserver on ios has an extra fd open on la…
/llvm-project-15.0.7/lldb/test/API/macosx/universal/
H A DTestUniversal.py27 @skipIfDarwinEmbedded # this test file assumes we're targetting an x86 system
52 @skipIfDarwinEmbedded # this test file assumes we're targetting an x86 system
108 @skipIfDarwinEmbedded # this test file assumes we're targetting an x86 system
/llvm-project-15.0.7/lldb/test/API/python_api/process/io/
H A DTestProcessIO.py33 …@skipIfDarwinEmbedded # I/O redirection like this is not supported on remote iOS devices yet <rdar…
57 @skipIfDarwinEmbedded # debugserver can't create/write files on the device
71 @skipIfDarwinEmbedded # debugserver can't create/write files on the device
85 @skipIfDarwinEmbedded # debugserver can't create/write files on the device
/llvm-project-15.0.7/lldb/test/API/macosx/posix_spawn/
H A DTestLaunchProcessPosixSpawn.py42 @skipIfDarwinEmbedded
53 @skipIfDarwinEmbedded
/llvm-project-15.0.7/lldb/test/API/commands/expression/import_builtin_fileid/
H A DTestImportBuiltinFileID.py15 @skipIfDarwinEmbedded
/llvm-project-15.0.7/lldb/test/API/functionalities/target_var/
H A DTestTargetVar.py14 @skipIfDarwinEmbedded # needs x86_64
/llvm-project-15.0.7/lldb/test/API/arm/breakpoint-thumb-codesection/
H A DTestBreakpointThumbCodesection.py17 @skipIfDarwinEmbedded # codegen on darwin always defaults to thumb for armv7/armv7k targets
/llvm-project-15.0.7/lldb/test/API/commands/process/attach/attach_denied/
H A DTestAttachDenied.py21 @skipIfDarwinEmbedded # ptrace(ATTACH_REQUEST...) won't work on ios/tvos/etc
/llvm-project-15.0.7/lldb/test/API/macosx/macCatalyst/
H A DTestMacCatalyst.py13 @skipIfDarwinEmbedded
/llvm-project-15.0.7/lldb/test/API/macosx/macCatalystAppMacOSFramework/
H A DTestMacCatalystAppWithMacOSFramework.py13 @skipIfDarwinEmbedded
/llvm-project-15.0.7/lldb/test/API/functionalities/process_crash_info/
H A DTestProcessCrashInfo.py71 @skipIfDarwinEmbedded
/llvm-project-15.0.7/lldb/test/API/commands/process/launch-with-shellexpand/
H A DTestLaunchWithShellExpand.py22 … @skipIfDarwinEmbedded # iOS etc don't launch the binary via a shell, so arg expansion won't happen
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py239 @skipIfDarwinEmbedded # <rdar://problem/34446098> debugserver on ios etc can't write files
243 @skipIfDarwinEmbedded # <rdar://problem/34446098> debugserver on ios etc can't write files
423 @skipIfDarwinEmbedded # <rdar://problem/34446098> debugserver on ios etc can't write files
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py148 @skipIfDarwinEmbedded
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py575 def skipIfDarwinEmbedded(func): function