1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[lit] Temporarily disable failing tests on Windows

This commit is contained in:
Julian Lettner 2020-04-10 20:03:44 -07:00
parent aed65c8e1b
commit 55b035f2b5
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# UNSUPPORTED: system-windows
# Check the behavior of --max-failures option.
#
# RUN: not %{lit} -j 1 %{inputs}/max-failures > %t.out 2>&1

View File

@ -1,3 +1,5 @@
# UNSUPPORTED: system-windows
# Test overall lit timeout (--max-time).
#
# RUN: %{lit} %{inputs}/max-time --max-time=5 2>&1 | FileCheck %s