Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sharness: add test_expect_unstable() #75

Merged
merged 1 commit into from
Jul 10, 2018
Merged

Conversation

chriscool
Copy link
Collaborator

This can be used used when a test is not stable or not finished for some reason.

When the test passed, an "ok" message is printed, but the number of
fixed tests is not incremented.

When it failed, a "not ok ... # TODO known breakage" message is
printed, and the number of tests still broken is incremented.

When the test passed, an "ok" message is printed, but the number of
fixed tests is not incremented.

When it failed, a "not ok ... # TODO known breakage" message is
printed, and the number of tests still broken is incremented.
@chriscool chriscool merged commit b564a05 into master Jul 10, 2018
@chriscool chriscool deleted the test-expect-unstable branch June 27, 2019 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant