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

Regression in 3.3.1.2 with tasty-1.5: test report duplicates group headings #41

Closed
andreasabel opened this issue Oct 20, 2023 · 0 comments · Fixed by #42
Closed

Regression in 3.3.1.2 with tasty-1.5: test report duplicates group headings #41

andreasabel opened this issue Oct 20, 2023 · 0 comments · Fixed by #42
Assignees
Labels
console Regarding printing to console (colors, races, ...) regression in 3.3.1.2
Milestone

Comments

@andreasabel
Copy link
Collaborator

$ cabal get tasty-silver-3.3.1.2
$ cd tasty-silver-3.3.1.2

With tasty-1.5:

$ cabal test --enable-tests -c 'tasty==1.5'
...
tests
  findByExtension: OK (0.00s)
tests
  Filter.checkRF
    empty1a:       OK (0.00s)
  Filter.checkRF
    empty1b:       OK (0.00s)
  Filter.checkRF
    empty2a:       OK (0.00s)
  Filter.checkRF
    empty2b:       OK (0.00s)

With tasty-1.4.3:

$ cabal test --enable-tests -c 'tasty==1.4.3'
...
  findByExtension: OK (0.00s)
  Filter.checkRF
    empty1a:       OK (0.00s)
    empty1b:       OK (0.00s)
    empty2a:       OK (0.00s)
    empty2b:       OK (0.00s)

This regression was introduced in:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console Regarding printing to console (colors, races, ...) regression in 3.3.1.2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant