Add initial tests for update_{llc_,cc_,}test_checks.py
authorAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Fri, 13 Dec 2019 10:25:15 +0000 (10:25 +0000)
committerAlex Richardson <Alexander.Richardson@cl.cam.ac.uk>
Mon, 16 Dec 2019 11:35:53 +0000 (11:35 +0000)
commit240aff80e0e59b79779d046b3275904fc0750d59
tree36fcf34f5e3e4504104fcc0c3ca638f3be8bd72e
parent75e8a91cf84fce2432f70949ab9e353ff2322a5f
Add initial tests for update_{llc_,cc_,}test_checks.py

Summary:
This commit adds basic tests for these update script to validate that
they still work as expected. In the future we could extend these tests
whenever new features are added to avoid introducing regressions.

Reviewers: xbolva00, MaskRay, jdoerfert

Reviewed By: jdoerfert

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70660
15 files changed:
llvm/test/tools/UpdateTestChecks/lit.local.cfg [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/Inputs/mangled_names.c.funcsig.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/lit.local.cfg [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_cc_test_checks/mangled_names.test [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/basic.ll [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/basic.ll.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/basic.test [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_llc_test_checks/lit.local.cfg [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/basic.ll [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/basic.ll.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/basic.ll.funcsig.expected [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_test_checks/basic.test [new file with mode: 0644]
llvm/test/tools/UpdateTestChecks/update_test_checks/lit.local.cfg [new file with mode: 0644]