Originator:alltimehate
Number:rdar://27699766 Date Originated:04-Aug-2016 04:51 PM
Status:Open Resolved:
Product:command line tools Product Version:8.0 beta 4
Classification: Reproducible:YES
 
Summary:
i'm trying to run this command from terminal: 
```
xcodebuild test -workspace SendMoney.xcworkspace -scheme IntegrationTests -derivedDataPath build4 -destination 'platform=iOS,name=iPad mini' -only-testing:IntegrationTests/RefferalsTest
```
it ends running RefferalsTest suite in infinity loop. 

when i pass more than one class, it result in running only first passed class in loop.

Steps to Reproduce:
install Command_Line_Tools_macOS_10.11_for_Xcode_8_beta_4
switch to installed tools
create project with unit tests
share test schema
run in terminal:
xcodebuild test -workspace youtWorkspace.xcworkspace -scheme yourScheme -derivedDataPath build4 -destination 'platform=iOS,name=yourDevice' -only-testing:yourSchema/yourTestSuite


Expected Results:
tests are executed and command ends with fail or succes

Actual Results:
command runs in infinity loop

Version:
XCode 8.0 beta 4, command line tools Command_Line_Tools_macOS_10.11_for_Xcode_8_beta_4, OS X El Capitan version: 10.11.6 (15G31)

Notes:
when i pass single test case, everything works fine

Configuration:


Attachments:

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!