Alex Bennée writes: > Pranith Kumar <bobby.pr...@gmail.com> writes: > >> This adds the x86 store-after-load re-ordering litmus test. >> >> Most of the supporting files are mostly unmodified and generated by >> the litmus tool. >> >> Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com> >> --- >> tests/tcg/mttcg/x86/Makefile | 42 ++ >> tests/tcg/mttcg/x86/README.txt | 22 + >> tests/tcg/mttcg/x86/SAL.c | 491 ++++++++++++++++ >> tests/tcg/mttcg/x86/affinity.c | 159 +++++ >> tests/tcg/mttcg/x86/affinity.h | 34 ++ >> tests/tcg/mttcg/x86/comp.sh | 10 + >> tests/tcg/mttcg/x86/litmus_rand.c | 64 +++ >> tests/tcg/mttcg/x86/litmus_rand.h | 29 + >> tests/tcg/mttcg/x86/outs.c | 148 +++++ >> tests/tcg/mttcg/x86/outs.h | 49 ++ >> tests/tcg/mttcg/x86/run.sh | 56 ++ >> tests/tcg/mttcg/x86/show.awk | 2 + >> tests/tcg/mttcg/x86/utils.c | 1148 >> +++++++++++++++++++++++++++++++++++++ >> tests/tcg/mttcg/x86/utils.h | 275 +++++++++ > > So I think tests/tcg/x86/litmus makes more sense for the final location. > The tests/tcg/ directory is a bit of a mess though, a bunch of stuff > needs to be moved into subdirs. >
OK. I will clean up the tests directory as we discussed and send out a new series with these litmus tests included. Thanks, -- Pranith