geohot / qira

QEMU Interactive Runtime Analyser
MIT License
3.95k stars 469 forks source link

add auto test for pthreads #225

Open cromize opened 5 years ago

cromize commented 5 years ago

Made to test thread tracing issue #220 in docker on ubuntu 14.04 and 16.04.

This test will fail on travis because it uses qemu-2.5.1 in docker ubuntu 16.04. Test works fine on qemu-3.1.0 in docker ubuntu 18.04 #210 and on every supported non-docker linux.

geohot commented 5 years ago

I want to merge #210, if you can write the test I asked for in that PR, I'll merge.