• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: LLVMFuzzer-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
2PCS-NOT: NEW_PC
3PCS:INITED
4PCS:NEW_PC: {{0x[a-f0-9]+}}
5PCS:NEW_PC: {{0x[a-f0-9]+}}
6PCS:NEW
7PCS:BINGO
8
9