-
This test seems to fail on a small fraction of CI jobs, and on changes unrelated to exec.
This test needs some debugging; taking out of CI for now.
-
This test hangs intermittently in CI, primarily under SGX. This should be debugged more thoroughly, and put back in CI.
-
Also flaky enough that I had to remove it from CI. Close this issue when we can reliably run this test in CI.
-
This test should also work, but is prone to heisenbugs. This should be debugged and put back into CI.
-
I'm taking this test out of CI because it is flaky. This should be debugged, made reliable after repeated runs, and put in. Ideally, CI would run this a bunch of times, so that we don't re-introduce…
-
Hi,
I'm seeing special characters like this during the execution of my unixbench and lmbench tests during cp and make all
cp: cannot stat ‘/root/lmbench.py’: No such file or directory
cp: …
-
Hi, I tried to compile your version of lmbench in a alpine docker container, but failed with these messages:
```
cd src && make
make[1]: Entering directory '/action/src'
make[2]: Entering director…
-
Since we are moving on to LGPL, application samples like lmbench are moved to submodules. However there are still quite a few applications sample left in the repository as tarballs, which can very pos…
-
cd src && make
make[1]: Entering directory '/root/enabling/lmbench/src'
gmake[2]: Entering directory '/root/enabling/lmbench/src'
gcc -O -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_DRAND48 -DHAV…
-
I've been trying out hermitux with the lmbench syscall latency example. Specifically, I've been using the hermitux docker container with the `run-test.sh` script in the lmbench/lat_syscall directory.…