Arc Xcode Test Engine Versions Save

An Xcode test engine for use with Phabricator's arc command line tool.

v3.1.0

7 years ago
  • Removed Xcode 8 betas 1-5 workaround. Beta 6 resolved the bug; please upgrade to Xcode 8 beta 6 before upgrading to 3.1.0 of this library.

v3.0.7

7 years ago
  • Resolved bug in which a failed unit test on Xcode 8 betas would cause arc unit to hang.

v3.0.6

7 years ago
  • Workaround for bug in Xcode 8 betas 1 and 2 that cause arc unit to hang.

v3.0.5

7 years ago
  • Resolved bug where coverage information was being lost for the last file in a coverage report.

v3.0.4

7 years ago
  • Resolved issue #3: Using test engine with Quick testing library gets "Unable to parse line" error. Thanks to KevM for fixing.

v3.0.3

8 years ago
  • Resolved coverage failure with Xcode 7.3 and newer. Thanks to aelam for filing #2.

v3.0.2

8 years ago
  • Resolves crash caused by referencing the wrong stderr variable. The error was Attempt to read from undeclared property XcodeUnitTestEngine::stderr.

v3.0.1

8 years ago
  • If tests fail to build we no longer generate a Unhandled Exception ("PhutilTypeMissingParametersException") exception on Phabricator. We were not previously providing a name to the ArcanistUnitTestResult instance.

v3.0.0

8 years ago
  • Commands now always run from the root directory of the project rather than from the shell's current working directory. This may be a breaking change.

v2.1.1

8 years ago
  • Improved overall test parsing time by approximately 50%.