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

[std:c++latest] 15 tests hang when running AutowiringTest.exe on MSVC #1070

Open
QuellaZhang opened this issue Mar 8, 2021 · 0 comments
Open

Comments

@QuellaZhang
Copy link

After building autowiring with /std;c++latest, 15 tests hang when running AutowiringTest.exe on MSVC. Could someone help look?

  1. git clone https://github.com/leapmotion/autowiring autowiring
  2. pushd autowiring
  3. mkdir build_amd64_Release && cd build_amd64_Release
  4. cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.18362.0 -DCMAKE_BUILD_TYPE=Release .. 2>&1
  5. set CL=-std:c++latest
  6. msbuild /m /p:Platform=x64 /p:Configuration=Release Autowiring.sln /t:Rebuild > build.log
  7. .\bin\Release\AutowiringTest.exe

error:
F:\gitP\leapmotion\autowiring\build_amd64_Release>.\bin\Release\AutowiringTest.exe
[==========] Running 470 tests from 67 test cases.
[----------] Global test environment set-up.
[----------] 16 tests from AnySharedPointerTest
[ RUN ] AnySharedPointerTest.CanReinterpretCastSharedPtr
[ OK ] AnySharedPointerTest.CanReinterpretCastSharedPtr (0 ms)
[ RUN ] AnySharedPointerTest.OperatorEq
[ OK ] AnySharedPointerTest.OperatorEq (0 ms)
[ RUN ] AnySharedPointerTest.AnySharedPointerRelease
[ OK ] AnySharedPointerTest.AnySharedPointerRelease (0 ms)
[ RUN ] AnySharedPointerTest.SlotReassignment
[ OK ] AnySharedPointerTest.SlotReassignment (0 ms)
[ RUN ] AnySharedPointerTest.SlotsInVector
[ OK ] AnySharedPointerTest.SlotsInVector (0 ms)
[ RUN ] AnySharedPointerTest.SlotDuplication (hang)

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

No branches or pull requests

1 participant