Skip to content

Commit 6c23e97

Browse files
authored
Merge pull request #65247 from apple/egorzhdan/5.9-centos-test-fix
🍒Fix `symbol-visibility-linux.test-sh` on CentOS
2 parents 1f4bc22 + 15ba142 commit 6c23e97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stdlib/symbol-visibility-linux.test-sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@
247247
// RUN: -e _ZNSt6vectorIjSaIjEE12emplace_backIJjEEERjDpOT_ \
248248
// RUN: -e _ZNSt7__cxx119to_stringEi \
249249
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ \
250+
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EOS6_PKS3_ \
251+
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_OS6_ \
250252
// RUN: > %t/swiftCore-all.txt
251253
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftCore) > %t/swiftCore-no-weak.txt
252254
// RUN: diff -u %t/swiftCore-all.txt %t/swiftCore-no-weak.txt
@@ -492,6 +494,8 @@
492494
// RUN: -e _ZNSt6vectorImSaImEE12emplace_backIJmEEERmDpOT_ \
493495
// RUN: -e _ZNSt7__cxx119to_stringEi \
494496
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_ \
497+
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EOS6_PKS3_ \
498+
// RUN: -e _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_OS6_ \
495499
// RUN: > %t/swiftRemoteMirror-all.txt
496500
// RUN: %llvm-nm --defined-only --extern-only --no-weak %platform-dylib-dir/%target-library-name(swiftRemoteMirror) > %t/swiftRemoteMirror-no-weak.txt
497501
// RUN: diff -u %t/swiftRemoteMirror-all.txt %t/swiftRemoteMirror-no-weak.txt

0 commit comments

Comments
 (0)