diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/2724 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/2724')
| -rw-r--r-- | results/scraper/fex/2724 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/results/scraper/fex/2724 b/results/scraper/fex/2724 new file mode 100644 index 000000000..1373490b5 --- /dev/null +++ b/results/scraper/fex/2724 @@ -0,0 +1,21 @@ +Test harness doesn't work on recent glibc due to catchsegv removal` +Trying to run tests on Debian testing + +``` +alyssa@applejack:~/FEX/Build$ ctest -R 'jit_1/Test_VEX/shlx.asm' --output-on-failure +Test project /home/alyssa/FEX/Build + Start 5899: jit_1/Test_VEX/shlx.asm +1/1 Test #5899: jit_1/Test_VEX/shlx.asm ..........***Failed 0.03 sec +Traceback (most recent call last): + File "/home/alyssa/FEX/Scripts/testharness_runner.py", line 58, in <module> + Process = subprocess.Popen(RunnerArgs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.11/subprocess.py", line 1024, in __init__ + self._execute_child(args, executable, preexec_fn, close_fds, + File "/usr/lib/python3.11/subprocess.py", line 1901, in _execute_child + raise child_exception_type(errno_num, err_msg, err_filename) +FileNotFoundError: [Errno 2] No such file or directory: 'catchsegv' +``` + +See also https://gitlab.gnome.org/GNOME/mutter/-/issues/2120 + |