1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

[libFuzzer] disable test that requires debug info -- it fails on the bot

llvm-svn: 281584
This commit is contained in:
Kostya Serebryany 2016-09-15 05:46:58 +00:00
parent cce4ba7b97
commit 377899e661

View File

@ -7,8 +7,3 @@ PCS:NEW_PC: {{0x[a-f0-9]+}}
PCS:NEW
PCS:BINGO
RUN: LLVMFuzzer-CounterTest-TracePC -use_counters=0 -print_pcs=1 -runs=1000 2>&1 | FileCheck %s --check-prefix=C_PCS
RUN: not LLVMFuzzer-CounterTest-TracePC -use_counters=1 -print_pcs=1 2>&1 | FileCheck %s --check-prefix=C_PCS
C_PCS: NEW_PC: {{.*}} in LLVMFuzzerTestOneInput {{.*}}CounterTest.cpp:11
C_PCS: NEW_PC: {{.*}} in LLVMFuzzerTestOneInput {{.*}}CounterTest.cpp:12