Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
db9af94715b472c268dac3ce6f1f3fd41a844a07
/
.
/
tests
/
membarrier.test
blob: e55b606b45603c96f75a26de1132e7e75033ae39 [
file
] [
log
] [
blame
]
#!/bin/sh
# Check membarrier syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
a36
-
emembarrier $args
>
"$OUT"
match_diff
"$OUT"
"$LOG"
rm
-
f
"$OUT"
exit
0