OSDN Git Service

[lldb/Test] Disable command-breakpoint-col.test on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 23 Jan 2020 22:17:48 +0000 (14:17 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 23 Jan 2020 22:17:50 +0000 (14:17 -0800)
I guess PDB doesn't have column information?

lldb/test/Shell/Commands/command-breakpoint-col.test

index 3ffa673..65e66a3 100644 (file)
@@ -1,3 +1,5 @@
+# UNSUPPORTED: system-windows
+#
 # RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
 # RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s
 # CHECK: -u <column> ( --column <column> )