@@ -3,10 +3,10 @@ Description: Fix integration tests to use correct package path
3
3
the tests.
4
4
Author: Julien Blache <
[email protected] >
5
5
6
- Index: swiftlang-5.6.0 /swift-integration-tests/lit.cfg
6
+ Index: swiftlang-5.6.2 /swift-integration-tests/lit.cfg
7
7
===================================================================
8
- --- swiftlang-5.6.0 .orig/swift-integration-tests/lit.cfg
9
- +++ swiftlang-5.6.0 /swift-integration-tests/lit.cfg
8
+ --- swiftlang-5.6.2 .orig/swift-integration-tests/lit.cfg
9
+ +++ swiftlang-5.6.2 /swift-integration-tests/lit.cfg
10
10
@@ -175,31 +175,31 @@ else:
11
11
12
12
swift_path = lit_config.params.get(
@@ -45,10 +45,10 @@ Index: swiftlang-5.6.0/swift-integration-tests/lit.cfg
45
45
lit_config.note("testing using 'docc': {}".format(docc_path))
46
46
47
47
# Verify they exist.
48
- Index: swiftlang-5.6.0 /swift-integration-tests/test-snapshot-binaries/test-rpath-linux.py
48
+ Index: swiftlang-5.6.2 /swift-integration-tests/test-snapshot-binaries/test-rpath-linux.py
49
49
===================================================================
50
- --- swiftlang-5.6.0 .orig/swift-integration-tests/test-snapshot-binaries/test-rpath-linux.py
51
- +++ swiftlang-5.6.0 /swift-integration-tests/test-snapshot-binaries/test-rpath-linux.py
50
+ --- swiftlang-5.6.2 .orig/swift-integration-tests/test-snapshot-binaries/test-rpath-linux.py
51
+ +++ swiftlang-5.6.2 /swift-integration-tests/test-snapshot-binaries/test-rpath-linux.py
52
52
@@ -4,26 +4,26 @@
53
53
# CHECK: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}$ORIGIN/../lib/swift/linux
54
54
#
@@ -84,10 +84,10 @@ Index: swiftlang-5.6.0/swift-integration-tests/test-snapshot-binaries/test-rpath
84
84
-# RUN: %{readelf} -d %{package_path}/usr/lib/libswiftDemangle.so | %{FileCheck} --check-prefix CHECK-SDE %s
85
85
+# RUN: %{readelf} -d %{package_path}/lib/libswiftDemangle.so | %{FileCheck} --check-prefix CHECK-SDE %s
86
86
# CHECK-SDE-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}:/usr/lib/swift/linux
87
- Index: swiftlang-5.6.0 /swift/utils/build-script-impl
87
+ Index: swiftlang-5.6.2 /swift/utils/build-script-impl
88
88
===================================================================
89
- --- swiftlang-5.6.0 .orig/swift/utils/build-script-impl
90
- +++ swiftlang-5.6.0 /swift/utils/build-script-impl
89
+ --- swiftlang-5.6.2 .orig/swift/utils/build-script-impl
90
+ +++ swiftlang-5.6.2 /swift/utils/build-script-impl
91
91
@@ -3463,8 +3463,10 @@ function build_and_test_installable_pack
92
92
93
93
if [[ "${host}" == "macosx-"* ]] || [[ "${host}" == "merged-hosts" ]]; then
0 commit comments