We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f54df2 commit 45c8fd3Copy full SHA for 45c8fd3
llvm/utils/lit/tests/googletest-prefix.py
@@ -0,0 +1,11 @@
1
+# RUN: env GTEST_TOTAL_SHARDS=1 GTEST_SHARD_INDEX=0 \
2
+# RUN: %{lit} -v --order=random --no-gtest-sharding %{inputs}/googletest-prefix --show-tests > %t.out
3
+# FIXME: Temporarily dump test output so we can debug failing tests on
4
+# buildbots.
5
+# RUN: cat %t.out
6
+# RUN: FileCheck < %t.out %s
7
+#
8
+# END.
9
+
10
+# CHECK: -- Available Tests --
11
+# CHECK-NEXT: googletest-format :: DummySubDir/test_one.py
0 commit comments