<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hey Brian,<div class=""><br class=""></div><div class="">thank you for a quick answer. I’ll try to post a radar to get this working.</div><div class="">That sentence you’re asking about is actually phrased incorrectly by me. Xcode isn’t prompting me to adda new test target, but if I want something to be shown in the test navigator I have to add a new test target myself.</div><div class=""><br class=""></div><div class="">I’ll post a radar and see where that gets us.</div><div class=""><br class=""></div><div class="">Thank you again.<br class=""><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="72" width="124" apple-inline="yes" id="230932E8-FB23-4635-A5E7-B8780F69BA8F" 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 type="cite" class=""><div class="">6 sep. 2016 kl. 12:15 skrev Brian Gesiak &lt;<a href="mailto:modocache@gmail.com" class="">modocache@gmail.com</a>&gt;:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div class="">Dan,</div><div class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">- Brian Gesiak<br class=""></div><br class=""><br class=""><br class="">
<div class="gmail_quote">On Tue, Sep 6, 2016 at 5:14 AM -0400, "Dan Tugendraich via swift-corelibs-dev" <span dir="ltr" class="">&lt;<a href="mailto:swift-corelibs-dev@swift.org" target="_blank" class="">swift-corelibs-dev@swift.org</a>&gt;</span> wrote:<br class="">
<br class="">

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




<div dir="3D&quot;ltr&quot;" class="">
<meta http-equiv="Content-Type" content="text/html charset=utf-8" class="">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="font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: 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: inherit; 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;" class=""><span class=""><span id="cid:0559CA5B-D4B3-4C7C-B779-15B12C24870A">&lt;ustwo_dad_navy.png&gt;</span></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>
</div></div></blockquote></div><br class=""></div></body></html>