llvm-project/debuginfo-tests/dexter/feature_tests
Tom Weaver b6d2212f52 [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 regressionsuite command through the feature and tool tests
  that require them.

* mark certain problem tests on windows

* [revert fix] fixed darwin regression test failures by adding unsupported line
  for system-darwin to command tests.

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
2020-03-31 10:18:12 +01:00
..
commands [Dexter] Add support for Windows to regression test suite. 2020-03-31 10:18:12 +01:00
subtools [Dexter] Add support for Windows to regression test suite. 2020-03-31 10:18:12 +01:00
unittests Fix a brain-fail with debuginfo-tests/dexter internal tests 2019-11-01 12:35:38 +00:00
Readme.md Reapply "Import Dexter to debuginfo-tests"" 2019-10-31 16:51:53 +00:00
lit.local.cfg [dexter] Remove lit check for python 3 2019-11-05 10:49:56 -08:00

Readme.md

DExTer feature tests

This directory is home to dexter feature and regression tests to be run with llvm-lit.