Skip to content

Commit a7679c0

Browse files
committed
[test] Add OpenBSD to stable ABI testing targets.
See #30391, #30296. Neither IRGen/conditional_conformances.swift nor IRGen/class_resilience.swift pass on OpenBSD unless target_mandates_stable_abi = TRUE.
1 parent 2e85347 commit a7679c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ if (run_os == 'maccatalyst'):
699699
target_os_abi = 'macosx'
700700
target_os_is_maccatalyst = "TRUE"
701701
config.available_features.add("OS=ios")
702-
if (run_os in ['linux-gnu', 'linux-gnueabihf', 'freebsd', 'windows-cygnus', 'windows-gnu', 'windows-msvc', 'linux-android', 'linux-androideabi']):
702+
if (run_os in ['linux-gnu', 'linux-gnueabihf', 'freebsd', 'openbsd', 'windows-cygnus', 'windows-gnu', 'windows-msvc', 'linux-android', 'linux-androideabi']):
703703
target_mandates_stable_abi = "TRUE"
704704
config.available_features.add('swift_only_stable_abi')
705705
config.substitutions.append(('%target-os-abi', target_os_abi))

0 commit comments

Comments
 (0)