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

3.8.0: Testcase 'help' fails #741

Closed
yurivict opened this issue Jul 23, 2021 · 1 comment
Closed

3.8.0: Testcase 'help' fails #741

yurivict opened this issue Jul 23, 2021 · 1 comment
Assignees
Labels
solved available upstream or in a branch test anything related to the test suite

Comments

@yurivict
Copy link

$ ./work/.build/test/helper
Running main() from _deps/googletest-src/googletest/src/gtest_main.cc
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from Helper
[ RUN      ] Helper.AsView
[       OK ] Helper.AsView (0 ms)
[ RUN      ] Helper.AsGroup
[       OK ] Helper.AsGroup (0 ms)
[ RUN      ] Helper.Invoke
[       OK ] Helper.Invoke (0 ms)
[ RUN      ] Helper.ToEntity
/disk-samsung/freebsd-ports/devel/entt/work/entt-3.8.0/test/entt/entity/helper.cpp:68: Failure
Expected: (&registry.get<int>(entity) + 1024) != (&registry.get<int>(next)), actual: 0x800c37000 vs 0x800c37000
[  FAILED  ] Helper.ToEntity (0 ms)
[----------] 4 tests from Helper (0 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 3 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] Helper.ToEntity

 1 FAILED TEST

OS: FreeBSD 13
clang-11

@skypjack skypjack self-assigned this Jul 23, 2021
@skypjack skypjack added triage pending issue, PR or whatever test anything related to the test suite and removed triage pending issue, PR or whatever labels Jul 23, 2021
@skypjack
Copy link
Owner

😄 Ok, this is me that made a stupid error in the testsuite fortunately.
Can you just drop line 68 from that file and let me know if it works fine?

@skypjack skypjack added the solved available upstream or in a branch label Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved available upstream or in a branch test anything related to the test suite
Projects
None yet
Development

No branches or pull requests

2 participants