brintos

brintos / llvm-project-archived public Read only

0
0
Text · 339 B · 5cf91cf Raw
7 lines · plain
1UNSUPPORTED: ios2FIXME: Make libFuzzer handle exits without ASan properly on Windows.3UNSUPPORTED: target={{.*windows.*}}4CHECK: BINGO5RUN: %cpp_compiler -fno-sanitize=address %S/SimpleHashTest.cpp -o %t-SimpleHashTest6RUN: not %run %t-SimpleHashTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 -max_len=64 2>&1 | FileCheck %s7