Comment 9 for bug 1961901

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

Repro:
$ cd ~/wireshark-3.6.2/obj-s390x-linux-gnu
$ /usr/bin/cmake -E env PYTHONIOENCODING=UTF-8 /usr/bin/python3.10 ../test/test.py --verbose --program-path /root/wireshark-3.6.2/obj-s390x-linux-gnu/run suite_decryption

This will trigger the same fails, but run just this test.

And to pick just one sub-case from that like:
$ /usr/bin/cmake -E env PYTHONIOENCODING=UTF-8 /usr/bin/python3.10 ../test/test.py --verbose --program-path /root/wireshark-3.6.2/obj-s390x-linux-gnu/run suite_decryption.case_decrypt_80211.test_80211_wpa2_ft_eap

From here you can modify the python code and run the test programs as you need to find what is wrong.