Comment 10 for bug 1792501

Revision history for this message
bugproxy (bugproxy) wrote : testcase

------- Comment on attachment From <email address hidden> 2018-10-30 06:58 EDT-------

alternate testcase
1. boot the guest as mentioned in bug description
2. copy the testcase inside guest
3. compile and run the testcase
cc -g -ggdb -O3 -static -I. -m64 ./htm_demo.c -lpthread
#./a.out
Starting 2 worker threads, 1000 loops
Thread 2 crossed zero
PASS -- shared values correct
Done! Bye!

Test passed.

Regards,
-Satheesh