[Lldb-commits] [lldb] r360368 - Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED: windows. nowindows is not currently defined and windows does not cover all cases. system-windows is also consistent with how other platforms are used.

Stella Stamenova via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 12:40:21 PDT 2019


Author: stella.stamenova
Date: Thu May  9 12:40:21 2019
New Revision: 360368

URL: http://llvm.org/viewvc/llvm-project?rev=360368&view=rev
Log:
Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED: windows. nowindows is not currently defined and windows does not cover all cases. system-windows is also consistent with how other platforms are used.

Modified:
    lldb/trunk/lit/Breakpoint/case-sensitive.test

Modified: lldb/trunk/lit/Breakpoint/case-sensitive.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Breakpoint/case-sensitive.test?rev=360368&r1=360367&r2=360368&view=diff
==============================================================================
--- lldb/trunk/lit/Breakpoint/case-sensitive.test (original)
+++ lldb/trunk/lit/Breakpoint/case-sensitive.test Thu May  9 12:40:21 2019
@@ -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




More information about the lldb-commits mailing list