Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Releases: google/arc-xcode-test-engine

v3.1.0

23 Aug 15:22
Compare
Choose a tag to compare
  • 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

25 Jul 20:42
Compare
Choose a tag to compare
  • Resolved bug in which a failed unit test on Xcode 8 betas would cause arc unit to hang.

v3.0.6

18 Jul 17:27
Compare
Choose a tag to compare
  • Workaround for bug in Xcode 8 betas 1 and 2 that cause arc unit to hang.

v3.0.5

08 Jul 14:44
Compare
Choose a tag to compare
  • Resolved bug where coverage information was being lost for the last file in a coverage report.

v3.0.4

01 Jul 13:56
Compare
Choose a tag to compare
  • Resolved issue #3: Using test engine with Quick testing library gets "Unable to parse line" error. Thanks to KevM for fixing.

v3.0.3

04 May 16:58
Compare
Choose a tag to compare
  • Resolved coverage failure with Xcode 7.3 and newer. Thanks to aelam for filing #2.

v3.0.2

27 Apr 15:45
Compare
Choose a tag to compare
  • Resolves crash caused by referencing the wrong stderr variable. The error was Attempt to read from undeclared property XcodeUnitTestEngine::stderr.

v3.0.1

27 Apr 15:33
Compare
Choose a tag to compare
  • 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

27 Apr 14:48
Compare
Choose a tag to compare
  • 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

07 Apr 23:08
Compare
Choose a tag to compare
  • Improved overall test parsing time by approximately 50%.