[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72106] [PATCH 0/3] gnu: klee: Enable test suite
From: |
Sören Tempel |
Subject: |
[bug#72106] [PATCH 0/3] gnu: klee: Enable test suite |
Date: |
Sun, 14 Jul 2024 20:29:48 +0200 |
Hi Liliana,
Thanks for your feedback, I added a v2 to incorporate your feedback.
Liliana Marie Prikler <liliana.prikler@gmail.com> wrote:
> Can we use a wrapper instead?
Sure, good idea! I modified the patch to wrap klee-stats instead.
Haven't done that so far so please check if I did it correctly :)
> > Lastly, I also passed a custom #:strip-directories argument to avoid
> > stripping of LLVM bitcode which (prior to this patchset) caused
> > strip(1) to emit several warnings in the build log.
>
> There is only .bca files in there, right?
Only .bca files and one shared library (libkleeRuntest.so) are in /lib.
Does stripping of shared libraries do anything? If so: Should we just
live with the warnings or should we strip that file individually?
> > P.S.: I also think it might be worthwhile to only enable the KLEE
> > package on x86_64 Linux <https://issues.guix.gnu.org/71925#18>. Let
> > me know if I should add that as well :-)
>
> Ah, yes, good catch.
I added two additional commits to set supported-systems for KLEE.
Best,
Sören
- [bug#72106] [PATCH 0/3] gnu: klee: Enable test suite, soeren, 2024/07/14
- [bug#72106] [PATCH 2/3] gnu: klee: Enable the test suite., soeren, 2024/07/14
- [bug#72106] [PATCH 3/3] gnu: klee: Only strip bin directory., soeren, 2024/07/14
- [bug#72106] [PATCH 1/3] gnu: klee: Propagate Python dependencies needed by klee-stats., soeren, 2024/07/14
- [bug#72106] [PATCH 0/3] gnu: klee: Enable test suite, Liliana Marie Prikler, 2024/07/14
- [bug#72106] [PATCH 0/3] gnu: klee: Enable test suite,
Sören Tempel <=
- [bug#72106] [PATCH v2 1/5] gnu: klee: Wrap klee-stats for Python dependencies., soeren, 2024/07/14
- [bug#72106] [PATCH v2 4/5] gnu: klee: Only build on x86_64 Linux., soeren, 2024/07/14
- [bug#72106] [PATCH v2 3/5] gnu: klee: Only strip bin directory., soeren, 2024/07/14
- [bug#72106] [PATCH v2 5/5] gnu: klee-uclibc: Only build on x86_64 Linux., soeren, 2024/07/14