<html><head></head><body><div>Dan,</div><div><br></div><div>Unfortunately, the method that Xcode uses to display tests in the test navigator is private. We are unable to implement that functionality in swift-corelibs-xctest. If you'd like to see this working, please file an Apple Radar that asks the Developer Tools team to document how this system works. Until then, you won't see any tests or their results in Xcode's test navigator. :(</div><div><br></div><div>Instead, you'll need to check the test output printed to stdout. If you open the console in Xcode, you should see the output from each of the tests, including whether they passed or failed. That should tell you which test is failing,</div><div><br></div><div>Can you explain what you mean by "[the test navigator in Xcode] wants me to add a new target"? Is Xcode prompting you to add a unit test target?</div><div><br></div><div>- Brian Gesiak<br></div><br><br><br>
<div class="gmail_quote">On Tue, Sep 6, 2016 at 5:14 AM -0400, "Dan Tugendraich via swift-corelibs-dev" <span dir="ltr">&lt;<a href="mailto:swift-corelibs-dev@swift.org" target="_blank">swift-corelibs-dev@swift.org</a>&gt;</span> wrote:<br>
<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="3D&quot;ltr&quot;">
<meta http-equiv="Content-Type" content="text/html charset=utf-8">I have performed all the getting started steps in;&nbsp;<a href="https://github.com/apple/swift-corelibs-foundation/blob/swift-3.0-branch/Docs/GettingStarted.md" class="">https://github.com/apple/swift-corelibs-foundation/blob/swift-3.0-branch/Docs/GettingStarted.md</a><div class="">Everything seems to be working fine, I can build the SwiftFoundation target and I can run the TestFoundation target. In the console I can see tests are being run. One of the tests are failing in the test-suite. But I have no way of checking which test and why because the test navigator window in Xcode is empty. It wants me to add a new target, but I want it to show the already existing test target ”TestFoundation”. Any ideas on how to achieve this?</div><div class=""><div class=""><div class=""><div class=""></div></div></div></div><div class="">
<div class=""><p style="font-size: 1em; font-style: normal; font-variant: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Helvetica, sans-serif; line-height: 1.3em; font-weight: bold; color: rgb(20, 63, 204); margin: 1.5em 0px 0px; padding: 0px;" class="">Dan Tugendraich</p><p style="color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Times; font-size: medium; margin: 1.5em 0px 0.3em;" class=""><a href="http://www.ustwo.com/" alt="ustwo Website" target="_blank" class=""><br class="Apple-interchange-newline" style="color: rgb(71, 135, 255); font-family: Times; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: underline;"><span style="color: rgb(71, 135, 255); font-family: Times; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: underline;"><span><img height="144" width="248" apple-inline="yes" id="E2A92037-48B2-48C3-9642-7EAA3A2DD576" apple-width="yes" apple-height="yes" src="cid:0559CA5B-D4B3-4C7C-B779-15B12C24870A" class=""></span></span></a></p><div style="font-size: 1em; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Helvetica, sans-serif; line-height: 1.3em; color: rgb(51, 51, 51); margin: 0px; padding: 0px;" class=""><a href="http://www.ustwo.com/" alt="ustwo Website" target="_blank" class=""><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">Kärleksgatan 2, 211 45 Malmö</a></div><div style="font-size: 1em; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-family: Helvetica, sans-serif; line-height: 1.3em; color: rgb(51, 51, 51); margin: 0px; padding: 0px;" class=""><a href="http://www.ustwo.com/" alt="ustwo Website" target="_blank" class="">+46 (0) 40 330 480</a></div>
</div>
</div><br class="">
</div>

</blockquote>
</div>
</body></html>