[all-commits] [llvm/llvm-project] 7c7816: [dexter] Fix source-root-dir unittests on Windows

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Wed Dec 8 07:43:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c781621f8e3dbcb8f3b5452e32a5c6dfd121089
      https://github.com/llvm/llvm-project/commit/7c781621f8e3dbcb8f3b5452e32a5c6dfd121089
  Author: Tom Weaver <Tom.Weaver at Sony.com>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerBase.py

  Log Message:
  -----------
  [dexter] Fix source-root-dir unittests on Windows

These tests were spuriously failing on Windows due to path separators getting
flipped from `/` to `\\`  in various parts of dexter:

test_add_breakpoint_with_source_root_dir
test_get_step_info
test_get_step_info_no_source_root_dir

Tested on Windows and Linux.

Patch written by @TWeaver.

Reviewed By: jmorse

Differential Revision: https://reviews.llvm.org/D115338




More information about the All-commits mailing list