Skip to content

#216 UTBotCpp does not support test generation for 32bit projects #373

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

Merged
merged 2 commits into from
Aug 8, 2022

Conversation

alexey-utkin
Copy link
Collaborator

  • fix SARIF genetarion in tests (build dir :==: src dir)
  • fix 32bit libs installation: added gcc-multilib g++-multilib
  • fix the order of 32bit libs installation in docker (fixind LLVM compilation)
  • add 32bit libs for gcc-9 to support cross-compilation
  • for 32bit projects we change KLEE params from defaults:
    --allocate-determ-size: 100 -> 1
    --allocate-determ-start-address: 0x7ff30000000 -> 0x10000

- fix SARIF genetarion in tests (build dir :==: src dir)
- fix 32bit libs installation: added `gcc-multilib` `g++-multilib`
- fix the order of 32bit libs installation in docker (fixind LLVM compilation)
- add 32bit libs for gcc-9 to support cross-compilation
- for 32bit projects we change KLEE params from defaults:
    --allocate-determ-size: 100 -> 1
   --allocate-determ-start-address: 0x7ff30000000 -> 0x10000
@alexey-utkin alexey-utkin requested a review from ladisgin August 8, 2022 06:10
std::vector<char *> cargv, cenvp;
std::vector<std::string> tmp;
ExecUtils::toCArgumentsPtr(argvData, tmp, cargv, cenvp, false);
LOG_S(ERROR) << "Klee command :: " + StringUtils::joinWith(argvData, " ");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change log level

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

- rename is32bit -> is32bits
- changed log level
@alexey-utkin alexey-utkin merged commit 6d24365 into main Aug 8, 2022
@alexey-utkin alexey-utkin deleted the alexey-utkin/32bitsNew branch August 8, 2022 13:20
@alexey-utkin alexey-utkin linked an issue Aug 8, 2022 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

UTBotCpp does not support test generation for 32bits projects
2 participants