Author: Med Ismail Bennani Date: 2021-05-05T06:04:08Z New Revision: 9775582e347c08f79f84748d143eb8c2e4258afb
URL: https://github.com/llvm/llvm-project/commit/9775582e347c08f79f84748d143eb8c2e4258afb DIFF: https://github.com/llvm/llvm-project/commit/9775582e347c08f79f84748d143eb8c2e4258afb.diff LOG: [lldb/Test] Disable testBreakpointByLineAndColumnNearestCode on Windows Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com> Added: Modified: lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py b/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py index 6b63da012f0a..b9238480d5ae 100644 --- a/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py +++ b/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py @@ -47,6 +47,7 @@ def testBreakpointByLine(self): in_condition |= b_loc.GetColumn() < 30 self.assertTrue(in_condition) + @skipIfWindows ## Skip gcc version less 7.1 since it doesn't support -gcolumn-info @skipIf(compiler="gcc", compiler_version=['<', '7.1']) def testBreakpointByLineAndColumnNearestCode(self): _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits