summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/lit/Breakpoint/case-sensitive.test2
-rw-r--r--llvm/utils/lit/lit/llvm/config.py2
-rw-r--r--llvm/utils/lit/tests/shtest-timeout.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/lldb/lit/Breakpoint/case-sensitive.test b/lldb/lit/Breakpoint/case-sensitive.test
index 3f47974c295..bab66282cde 100644
--- a/lldb/lit/Breakpoint/case-sensitive.test
+++ b/lldb/lit/Breakpoint/case-sensitive.test
@@ -1,4 +1,4 @@
-# REQUIRES: nowindows
+# UNSUPPORTED: system-windows
#
# RUN: %build %p/Inputs/case-sensitive.c --nodefaultlib -o %t
# RUN: lldb-test breakpoints %t %s | FileCheck %s
diff --git a/llvm/utils/lit/lit/llvm/config.py b/llvm/utils/lit/lit/llvm/config.py
index 8969a3d3405..250bbbcd1c3 100644
--- a/llvm/utils/lit/lit/llvm/config.py
+++ b/llvm/utils/lit/lit/llvm/config.py
@@ -58,7 +58,7 @@ class LLVMConfig(object):
elif platform.system() == "Linux":
features.add('system-linux')
elif platform.system() in ['FreeBSD']:
- config.available_features.add('system-freebsd')
+ features.add('system-freebsd')
elif platform.system() == "NetBSD":
features.add('system-netbsd')
diff --git a/llvm/utils/lit/tests/shtest-timeout.py b/llvm/utils/lit/tests/shtest-timeout.py
index a11e4447f54..1208e7379d0 100644
--- a/llvm/utils/lit/tests/shtest-timeout.py
+++ b/llvm/utils/lit/tests/shtest-timeout.py
@@ -1,7 +1,7 @@
# REQUIRES: python-psutil
# llvm.org/PR33944
-# UNSUPPORTED: windows
+# UNSUPPORTED: system-windows
# FIXME: This test is fragile because it relies on time which can
# be affected by system performance. In particular we are currently
OpenPOWER on IntegriCloud