You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ OK ] MinimalSceneTest.Config (4768 ms)
[----------] 1 test from MinimalSceneTest (4768 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (4768 ms total)
[ PASSED ] 1 test.
double free or corruption (!prev)
[ OK ] MarkerManagerTestFixture.MarkerManager (3153 ms)
[----------] 1 test from MarkerManagerTestFixture (3153 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (3153 ms total)
[ PASSED ] 1 test.
double free or corruption (!prev)
[ OK ] MinimalSceneTest.Config (865 ms)
[----------] 2 tests from MinimalSceneTest (1097 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (1097 ms total)
[ PASSED ] 2 tests.
double free or corruption (!prev)
[ OK ] TransportSceneManagerTest.Config (2367 ms)
[----------] 2 tests from TransportSceneManagerTest (2631 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (2631 ms total)
[ PASSED ] 2 tests.
double free or corruption (!prev)
Although the console ouputs seem these tests have passed , they have a same memory management problem : double free. And they are recorded in LastTestsFailed after running
The text was updated successfully, but these errors were encountered:
Environment
Description
Steps to reproduce
./INTEGRATION_marker_manager
./INTEGRATION_minimal_scene
./INTEGRATION_transport_scene_manager
Output
In the console, the output like this :
Although the console ouputs seem these tests have passed , they have a same memory management problem : double free. And they are recorded in LastTestsFailed after running
The text was updated successfully, but these errors were encountered: