#216 UTBotCpp does not support test generation for 32bit projects#373
Merged
alexey-utkin merged 2 commits intomainfrom Aug 8, 2022
Merged
#216 UTBotCpp does not support test generation for 32bit projects#373alexey-utkin merged 2 commits intomainfrom
alexey-utkin merged 2 commits intomainfrom
Conversation
- 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
ladisgin
reviewed
Aug 8, 2022
server/src/KleeRunner.cpp
Outdated
| 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, " "); |
- rename is32bit -> is32bits - changed log level
ladisgin
approved these changes
Aug 8, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gcc-multilibg++-multilib--allocate-determ-size: 100 -> 1
--allocate-determ-start-address: 0x7ff30000000 -> 0x10000