mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
The test case for the transaction memory instructions executes the failure path when run under valgrind. This is since the initial Transaction Memory implemnetation is to simply fail the TBEGIN instruction forcing the execution flow to take the failure path. When the test case is executed on the real hardware, the success path will be taken. Only the TBEGIN instruction actually does anything. All other transactional memory instructions are NOPs since only failure path is executed and it assumed to not have any transactional memory instructions on it. Signed-off-by: Carl Love <cel@us.ibm.com> VEX commit revision 2780 Bugzilla 323803 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13607
2 lines
24 B
Plaintext
2 lines
24 B
Plaintext
ret = 20, expected = 10
|