Partially revert "Add initial tests for update_{llc_,cc_,}test_checks.py"
authorReid Kleckner <rnk@google.com>
Thu, 26 Dec 2019 16:46:29 +0000 (08:46 -0800)
committerReid Kleckner <rnk@google.com>
Thu, 26 Dec 2019 16:53:06 +0000 (08:53 -0800)
commit287307a0c60b68099d5f9dd22ac1db2a42593533
tree678f001782891f862aa59a008be6fc2263554d28
parente308a0ca15a5eb0093cc2f92f68cd411f6f0f8a8
Partially revert "Add initial tests for update_{llc_,cc_,}test_checks.py"

This reverts part of commit 240aff80e0e59b79779d046b3275904fc0750d59.
It reverts cc802ea67beb66d2f8a935e647c3aedcf7848211.

We currently run LLVM tests in environments where python3 exists on
PATH, but it is broken. I don't think PATH discovery is a strong enough
signal that a working Python 3 installation exists.

If this will be the way forward, IMO we should follow the direction of
debug-info-tests, and use CMake's PYTHON_EXECUTABLE, which in the near
future will be a known-to-work Python 3 executable. If it's not Python
3, then we don't have to run this test.
llvm/test/tools/UpdateTestChecks/lit.local.cfg
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c [deleted file]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.expected [deleted file]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected [deleted file]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/lit.local.cfg [deleted file]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test [deleted file]