From d8acf8852dbfbe2d6f2e2fdb4fa0ec18a4194da3 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 23 Jan 2020 14:17:48 -0800 Subject: [PATCH] [lldb/Test] Disable command-breakpoint-col.test on Windows I guess PDB doesn't have column information? --- lldb/test/Shell/Commands/command-breakpoint-col.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/Shell/Commands/command-breakpoint-col.test b/lldb/test/Shell/Commands/command-breakpoint-col.test index 3ffa673e830..65e66a362a5 100644 --- a/lldb/test/Shell/Commands/command-breakpoint-col.test +++ b/lldb/test/Shell/Commands/command-breakpoint-col.test @@ -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 ) -- 2.11.0