-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Created from this comment
To Reproduce
Steps to reproduce the behavior:
- Generate tests for some file
- Change name some function inside file from one name to another
- Regenerate tests
- Try to run them.
Adding new function to existing file for which already some tests are generated causes the same problem.
Expected behavior
Tests are generated and can be run.
Actual behavior
Run Tests
fails with error (see pic below). Mentioned log contains following information.
/home/utbot/utbot_distr/2022.8.242/utbot_distr/debs-install/usr/bin/ld.gold: warning: Cannot export local symbol '__asan_extra_spill_area'
/home/utbot/remote/SampleDocker2/tests/../tests/helloworld_dot_c_test.h:326: error: undefined reference to 'my_main3_helloworld_c'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
/home/utbot/remote/SampleDocker2/tests/../tests/__helloworld_shared.mk:28: recipe for target '/home/utbot/remote/SampleDocker2/tests/../build/utbot_build/recompiled/helloworld' failed
make[1]: *** [/home/utbot/remote/SampleDocker2/tests/../build/utbot_build/recompiled/helloworld] Error 1
/home/utbot/utbot_distr/2022.8.242/utbot_distr/debs-install/usr/bin/ld.gold: warning: Cannot export local symbol '__asan_extra_spill_area'
/home/utbot/remote/SampleDocker2/tests/../tests/helloworld_dot_c_test.h:326: error: undefined reference to 'my_main3_helloworld_c'
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
/home/utbot/remote/SampleDocker2/tests/../tests/__helloworld_obj.mk:28: recipe for target '/home/utbot/remote/SampleDocker2/tests/../build/utbot_build/recompiled/helloworld' failed
make[1]: *** [/home/utbot/remote/SampleDocker2/tests/../build/utbot_build/recompiled/helloworld] Error 1
/home/utbot/remote/SampleDocker2/tests/helloworld.mk:46: recipe for target 'run' failed
make: *** [run] Error 2
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done