Intended use case is:
./utils/update_test_checks.py test/Transform/PassDir/* --update-only
(i.e. rapidly be able to see changes in autogened filed, before handing non-autogened tests individually)
Details
Diff Detail
Event Timeline
Could be reasonable done, but given the divergence already existing, would need to be hand implemented for each. I'm not volunteering.
utils/update_test_checks.py | ||
---|---|---|
113 | I'd prefer to follow the style of all the surrounding code which uses this construct. p.s. The common vs non-common form appear to evaluate exactly the same. (Based on the output of a test only) |
Thanks, useful!
I'm not volunteering.
You already did all coding work, copy (move to common) and test it shouldn’t be so hard. Anyway, after you land this, I could port your work to other update scripts.
utils/update_test_checks.py | ||
---|---|---|
65 | Can you add short option? |
Prefer single quotes.