Mark index-tools.test as REQUIRES: shell so that it does not run with the internal...
authorReid Kleckner <rnk@google.com>
Fri, 14 Sep 2018 20:51:07 +0000 (20:51 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 14 Sep 2018 20:51:07 +0000 (20:51 +0000)
llvm-svn: 342282

clang-tools-extra/test/clangd/index-tools.test

index e17d2fc..93cf56f 100644 (file)
@@ -1,5 +1,6 @@
 # RUN: clangd-indexer %p/Inputs/BenchmarkSource.cpp -- -I%p/Inputs > %t.index
 # FIXME: By default, benchmarks are excluded from the list of default targets hence not built. Find a way to depend on benchmarks to run the next command.
+# REQUIRES: shell
 # RUN: if [ -f %clangd-benchmark-dir/IndexBenchmark ]; then %clangd-benchmark-dir/IndexBenchmark %t.index %p/Inputs/requests.json --benchmark_min_time=0.01 ; fi
 # Pass invalid JSON file and check that IndexBenchmark fails to parse it.
 # RUN: if [ -f %clangd-benchmark-dir/IndexBenchmark ]; then not %clangd-benchmark-dir/IndexBenchmark %t.index %t --benchmark_min_time=0.01 ; fi