[lit] Disable test on Windows
authorJulian Lettner <julian.lettner@apple.com>
Mon, 4 May 2020 20:06:56 +0000 (13:06 -0700)
committerJulian Lettner <julian.lettner@apple.com>
Mon, 4 May 2020 20:06:56 +0000 (13:06 -0700)
abhinavgaba reported that that the custom-result-category.py test hangs
on a Windows build bot [1].  Disable it for now.

[1] https://reviews.llvm.org/D78164#2018178

llvm/utils/lit/tests/custom-result-category.py

index 49d0bbe..85efe39 100644 (file)
@@ -1,3 +1,4 @@
+# UNSUPPORTED: system-windows
 # Test lit.main.add_result_category() extension API.
 
 # RUN: not %{lit} -j 1 %{inputs}/custom-result-category | FileCheck %s