summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/UpdateTestChecks/update_test_checks/basic.test
blob: 023cccc481eea047bd31eb2089e3888246e7bda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# REQUIRES: x86-registered-target
## Basic test checking that update_test_checks.py works correctly
# RUN: cp -f %S/Inputs/basic.ll %t.ll && %update_test_checks %t.ll
# RUN: diff -u %t.ll %S/Inputs/basic.ll.expected
## Check that running the script again does not change the result:
# RUN: %update_test_checks %t.ll
# RUN: diff -u %t.ll %S/Inputs/basic.ll.expected
## Also try the --function-signature flag
# RUN: %update_test_checks %t.ll --function-signature
# RUN: diff -u %t.ll %S/Inputs/basic.ll.funcsig.expected
## Verify that running without the --function-signature flag removes the -SAME: lines:
# RUN: %update_test_checks %t.ll
# RUN: diff -u %t.ll %S/Inputs/basic.ll.expected
OpenPOWER on IntegriCloud