[all-commits] [llvm/llvm-project] 89025d: [Dexter] Add support for Windows to regression tes...

Tom Weaver via All-commits all-commits at lists.llvm.org
Fri Mar 27 11:17:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 89025da9f676aebff7daf055824d6fd102a70c34
      https://github.com/llvm/llvm-project/commit/89025da9f676aebff7daf055824d6fd102a70c34
  Author: Tom Weaver <Tom.Weaver at Sony.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_kinds.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/penalty/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_program_state.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/direction.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/func_external.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/recursive.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_kind/small_loop.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_step_order.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_type.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/expect_watch_value.cpp
    M debuginfo-tests/dexter/feature_tests/commands/perfect/unreachable.cpp
    M debuginfo-tests/dexter/feature_tests/subtools/view.cpp
    M debuginfo-tests/lit.cfg.py

  Log Message:
  -----------
  [Dexter] Add support for Windows to regression test suite.

This patch addresses the issue of the regression suite not running on windows hardware. It changes the following things:

add new dexter regression suite command to lit.cfg.py that makes use of the clang-cl_vs2015 and dbgend builder and debuggers.
sprinkle the new regression suite command through the feature and tool tests that require them.
mark certain problem tests on windows

There's a couple of tests that fail (or pass) in unexpected ways on Windows.

Problem tests are both the penalty and perfect expect_watch_type.cpp tests. Type information reporting parity is not possible a this time in dexter due to the nature of how different debuggers report type information back to their users.

reviewers: Orlando

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




More information about the All-commits mailing list