Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / mutation-graph.test
blob7774a500395e0202758a8b1df78f72822bd20653
1 REQUIRES: linux, x86_64
2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4 RUN: rm -rf %t-SimpleTestGraph
6 RUN: not %run %t-SimpleTest -seed=1 -max_len=3 -mutation_graph_file=%t-SimpleTestGraph 2>&1 | FileCheck %s
7 CHECK: BINGO
9 RUN: cat %t-SimpleTestGraph | FileCheck %s --check-prefix=GRAPH
11 # A vertex and edge that correspond to the discovery of "H"
12 GRAPH: "7cf184f4c67ad58283ecb19349720b0cae756829"
13 GRAPH: {{.*}} -> "7cf184f4c67ad58283ecb19349720b0cae756829" [label="{{.*}}"];
15 # A vertex and edge that correspond to the discovery of "Hi"
16 GRAPH: "94dd9e08c129c785f7f256e82fbe0a30e6d1ae40"
17 GRAPH: {{.*}} -> "94dd9e08c129c785f7f256e82fbe0a30e6d1ae40" [label="{{.*}}"];