xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

Test counts sometimes skipped on iOS #24

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

When running tests under iOS, sometimes the test count does not reflect the actual number of tests executed. For example, when running a single test multiple times, one can see output like this:

Tests run: 1 Passed: 1 Failed: 0 Skipped: 0
Tests run: 1 Passed: 1 Failed: 0 Skipped: 0
Tests run: 0 Passed: 0 Failed: 0 Skipped: 0
Tests run: 1 Passed: 1 Failed: 0 Skipped: 0
clairernovotny commented 9 years ago

Is this with 1.0 or 1.2-rc3? Can you please test/verify on 1.2-rc3 as there were many fixes there.

I fixed the count issue #23 was fixed for all platforms post-rc3.

kentcb commented 9 years ago

Just tried with 1.2-rc3 and get the same problem.

clairernovotny commented 9 years ago

yeah, that wouldn't be in rc3 as I just checked in a fix. It should be in the latest CI build though.

clairernovotny commented 9 years ago

Closing now, please let me know if you're still seeing this in the next RC or in the current CI builds.