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

Use tasty-expected-failure to skip tests #1245

Closed
sjakobi opened this issue Aug 21, 2019 · 1 comment · Fixed by #1250
Closed

Use tasty-expected-failure to skip tests #1245

sjakobi opened this issue Aug 21, 2019 · 1 comment · Fixed by #1250

Comments

@sjakobi
Copy link
Collaborator

sjakobi commented Aug 21, 2019

Marking broken tests with expectFail would allow us to immediately notice if we fix a test or if the test is (re)moved as they sometimes do.

Gabriella439 added a commit that referenced this issue Aug 27, 2019
... to exercise tests that we currently skip

Fixes #1245
@Gabriella439
Copy link
Collaborator

Fix is up here: #1250

@mergify mergify bot closed this as completed in #1250 Aug 30, 2019
mergify bot pushed a commit that referenced this issue Aug 30, 2019
* Use `tasty-expected-failure`

... to exercise tests that we currently skip

Fixes #1245

* Fix bounds syntax for `tasty-expected-failure`

... as caught by @sjakobi

Co-Authored-By: Simon Jakobi <simon.jakobi@gmail.com>

* Fix GHC 8.6 build failure

`tasty-expected-failure` needs to be bumped to include revision 1, which
supports GHC 8.6

* Fix build failure for older `tasty-hunit` versions

`tasty-hunit-0.9.2` and older have the wrong type for `assertFailure`

* Fix `stack` build for LTS 6

... and sort the list of `extra-deps`
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 a pull request may close this issue.

2 participants