[all-commits] [llvm/llvm-project] 6b1599: [dexter] Fix failing regression tests

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Wed Oct 27 07:39:40 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b1599d7a3e4f5642ae7535e5f4203972deb868f
      https://github.com/llvm/llvm-project/commit/6b1599d7a3e4f5642ae7535e5f4203972deb868f
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2021-10-27 (Wed, 27 Oct 2021)

  Changed paths:
    M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary/commands.dex
    M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/dex_commands/commands.dex
    M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/dex_commands/source_root_dir.dex
    M cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/windows_noncanonical_path/test.dex
    M cross-project-tests/lit.cfg.py

  Log Message:
  -----------
  [dexter] Fix failing regression tests

D109833 makes the flags `--builder` and `--binary` mutually exclusive, which
caused some regression tests to fail. Add a new substitution
`%dexter_regression_base` that doesn't include the `--builder`, `--cflags` or
`--ldflags` flags and use that for tests that use the `--binary` flag.

Reviewed By: jmorse

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




More information about the All-commits mailing list