Skip to content

Commit 8ea37f4

Browse files
committed
[Downstream change][tests] Mark the tests failing with timeout as unsupported
Initial upstream attempt: llvm/llvm-project#126527 Downstream issue: #177 There are some test cases which tend to fail with timeout when started on heavy loaded shared machines. As our CI machines are mostly shared, those failures tend to introduce unnecessary disturbance to our work. It is better to disable those tests. For more context, please read issue #177.
1 parent 3312171 commit 8ea37f4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

llvm/utils/lit/tests/googletest-timeout.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# REQUIRES: lit-max-individual-test-time
2+
# UNSUPPORTED: system-linux
23

34
###############################################################################
45
# Check tests can hit timeout when set

llvm/utils/lit/tests/max-time.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# UNSUPPORTED: system-windows
2+
# UNSUPPORTED: system-linux
23

34
# Test overall lit timeout (--max-time).
45
#

llvm/utils/lit/tests/xunit-output-report-failures-only.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# UNSUPPORTED: system-linux
12
## Check xunit output.
23
# RUN: not %{lit} --report-failures-only --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output
34
# RUN: FileCheck --input-file=%t.xunit.xml %s

llvm/utils/lit/tests/xunit-output.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# UNSUPPORTED: system-windows
2+
# UNSUPPORTED: system-linux
23

34
# Check xunit output
45
# RUN: rm -rf %t.xunit.xml

0 commit comments

Comments
 (0)