Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
fuzzer
/
noasan-bcmp.test
blob: f80632aef92bd1ea0ddda771f08557c62f45dfc9 [
file
] [
log
] [
blame
]
UNSUPPORTED
:
darwin
,
target
={{.*(
freebsd
|
windows
).*}}
RUN
:
%
cpp_compiler
-
fno
-
sanitize
=
address
-
DMEMCMP
=
bcmp
%
S
/
MemcmpTest
.
cpp
-
o
%
t
RUN
:
not
%
run
%
t
-
seed
=
1
-
runs
=
10000000
2
>&
1
|
FileCheck
%
s
CHECK
:
BINGO