Skip to content

Commit b09df24

Browse files
committed
[lit testing] Fix xfail-cl.py test worker count
This would fail in test environments with < 3 hardware threads. Differential Revision: https://reviews.llvm.org/D99858
1 parent 0c3bc1f commit b09df24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/xfail-cl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# RUN: %{lit} --xfail 'false.txt;false2.txt' %{inputs}/xfail-cl | FileCheck --check-prefix=CHECK-FILTER %s
44
# RUN: env LIT_XFAIL='false.txt;false2.txt' %{lit} %{inputs}/xfail-cl | FileCheck --check-prefix=CHECK-FILTER %s
55
# END.
6-
# CHECK-FILTER: Testing: 3 tests, 3 workers
6+
# CHECK-FILTER: Testing: 3 tests, {{[1-3]}} workers
77
# CHECK-FILTER-DAG: XFAIL: top-level-suite :: false.txt
88
# CHECK-FILTER-DAG: XFAIL: top-level-suite :: false2.txt
99
# CHECK-FILTER-DAG: PASS: top-level-suite :: true.txt

0 commit comments

Comments
 (0)