Xcode 5 DP3 no longer displays console output during tests

Originator:christian
Number:rdar://14380056 Date Originated:08-Jul-2013 02:10 PM
Status:Closed Resolved:YES
Product:Xcode Product Version:
Classification: Reproducible:YES
 
Summary:

When running tests, no console output is shown unless a debugger breakpoint is encountered.

Steps to Reproduce:

Create a new Xcode project with a unit-test bundle (e.g. an iOS app, or Cocoa Framework). Press COMMAND-U to run the test target.

Expected Results:

Tests run, and test output is displayed in the console.

Actual Results:

Tests run, but no test output is displayed. Output is displayed if a breakpoint is encountered, but not when tests fail.

Regression:

Notes:

Tests are definitely running. The CPU/Memory/Energy displays are updating, and the "Testing..." spinner is displayed at the top of the window. In addition, the "Build Succeeded" and "Tests Suceeded" notifications are displayed. When tests fail, the failure messages are shown in the issues navigator as well.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!