brintos

brintos / llvm-project-archived public Read only

0
0
Text · 469 B · cc01e19 Raw
8 lines · plain
1# Paths are not constructed correctly for the test to run on Windows.2# UNSUPPORTED: system-windows3# REQUIRES: have-benchmarks4# RUN: clangd-indexer %p/Inputs/BenchmarkSource.cpp -- -I%p/Inputs > %t.index5# RUN: %clangd-benchmark-dir/IndexBenchmark %t.index %p/Inputs/requests.json --benchmark_min_time=0.016# Pass invalid JSON file and check that IndexBenchmark fails to parse it.7# RUN: not %clangd-benchmark-dir/IndexBenchmark %t.index %t --benchmark_min_time=0.018