<html><body><p>Thanks Daniel.  I've created <a href="https://github.com/apple/swift-package-manager/pull/608">https://github.com/apple/swift-package-manager/pull/608</a> to disable the tests on non-macOS platforms.<br><br>Pull request #608 is for the swift-3.0-branch.  Would I need to create another pull request for master?  Wanted to see if the process is similar to <a href="https://github.com/apple/swift">https://github.com/apple/swift</a>.<br><br>Thanks!<br><br>Regards,<br><br>Vivian Kong<br>Software Developer<br>IBM Canada Toronto Lab<br><br><img width="16" height="16" src="cid:1__=8FBB0A82DFC7CD7E8f9e8a93df938690918c8FB@" border="0" alt="Inactive hide details for Daniel Dunbar ---2016/08/16 11:11:16 AM---Those tests don't work on non-macOS yet. I suspect the prob"><font color="#424282">Daniel Dunbar ---2016/08/16 11:11:16 AM---Those tests don't work on non-macOS yet. I suspect the problem is simply that they are conditionaliz</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">Daniel Dunbar &lt;daniel@zuster.org&gt;</font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">Vivian Kong/Toronto/IBM@IBMCA</font><br><font size="2" color="#5F5F5F">Cc:        </font><font size="2">&quot;swift-build-dev@swift.org&quot; &lt;swift-build-dev@swift.org&gt;</font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">2016/08/16 11:11 AM</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">Re: [swift-build-dev] Test failures on s390x</font><br><font size="2" color="#5F5F5F">Sent by:        </font><font size="2">daniel.dunbar@gmail.com</font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br><font size="4">Those tests don't work on non-macOS yet. I suspect the problem is simply that they are conditionalized on not-Linux vs only-macOS, but they probably shouldn't be running. </font><br><br><font size="4"> - Daniel<br><br>On Tuesday, August 16, 2016, Vivian Kong via swift-build-dev &lt;</font><a href="mailto:swift-build-dev@swift.org"><u><font size="4" color="#0000FF">swift-build-dev@swift.org</font></u></a><font size="4">&gt; wrote:</font><ul><font size="4">I ran into these 2 failing test cases in TestToolTests when I ran the SwiftPM tests on s390x. I'm looking for hints on how to fix this as I'm not sure why the Foundation and XCTest module can't be found.<br><br>Thanks and I appreciate the help!<br><br>Test Case 'TestToolTests.testVersion' started at 18:01:42.018<br>**** FAILURE EXECUTING SUBPROCESS ****<br>command: /localbox/vivkong/swift3/build/Ninja-RelWithDebInfoAssert/swiftpm-linux-s390x/debug/swift-test --version<br>SWIFT_EXEC: nil<br>output: Compile Swift Module 'Basic' (20 sources)<br>Compile Swift Module 'POSIXTests' (2 sources)<br>Compile Swift Module 'PackageDescriptionTests' (3 sources)<br>/localbox/vivkong/swift3/swiftpm/Tests/POSIXTests/XCTestManifests.swift:11:8: error: no such module 'XCTest'<br>import XCTest<br>^<br>/localbox/vivkong/swift3/swiftpm/Tests/POSIXTests/XCTestManifests.swift:11:8: error: no such module 'XCTest'<br>import XCTest<br>^<br>/localbox/vivkong/swift3/swiftpm/Tests/PackageDescriptionTests/XCTestManifests.swift:11:8: error: no such module 'XCTest'<br>import XCTest<br>^<br>/localbox/vivkong/swift3/swiftpm/Tests/PackageDescriptionTests/XCTestManifests.swift:11:8: error: no such module 'XCTest'<br>import XCTest<br>^<br>/localbox/vivkong/swift3/swiftpm/Tests/PackageDescriptionTests/XCTestManifests.swift:11:8: error: no such module 'XCTest'<br>import XCTest<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>/localbox/vivkong/swift3/swiftpm/Sources/Basic/TemporaryFile.swift:13:14: error: no such module 'Foundation'<br>import class Foundation.FileHandle<br>^<br>&lt;unknown&gt;:0: error: build had 3 command failures<br>swift-test: error: exit(-1263376016): /localbox/vivkong/swift3/build/Ninja-RelWithDebInfoAssert/swiftpm-linux-s390x/debug/swift-build-tool -f /localbox/vivkong/swift3/swiftpm/.build/debug.yaml test<br><br>/localbox/vivkong/swift3/swiftpm/Tests/CommandsTests/TestToolTests.swift:26: error: TestToolTests.testVersion : XCTAssertTrue threw error &quot;exit(152): /localbox/vivkong/swift3/build/Ninja-RelWithDebInfoAssert/swiftpm-linux-s390x/debug/swift-test --version&quot; - <br>Test Case 'TestToolTests.testVersion' failed (1.2 seconds).<br>Test Suite 'TestToolTests' failed at 18:01:43.218<br>Executed 2 tests, with 2 failures (2 unexpected) in 2.248 (2.248) seconds<br><br>Regards,<br><br>Vivian Kong<br>Software Developer<br>IBM Canada Toronto Lab</font><br><br></ul><BR>
</body></html>