Lines Matching +full:sign +full:- +full:compare
23 Please supply patches using git format-patch and git send-email. If
24 you don't know how to use git, send-email, fine. Just use your
30 Please read the file COMMIT-LOG-GUIDELINES in the source tree to learn
38 Make sure you sign your patch. To learn about signing, please read
39 the "Sign your work" chapter below.
50 launch them under GDB and debug them right away. No-bullshit style.
59 make -jN -lN check
66 make distcheck-fast
72 Here, "make distcheck-fast" is a variant of the standard "make distcheck".
73 It compresses with "--fast" instead of default "--best", and is
76 "make distcheck-fast" to create artifacts for distribution.)
80 make -jN -lN distcheck-fast
84 Please make sure you always launch "make distcheck-fast" before sending a
88 A complementary regression checking target is "check-self-compare".
89 You invoke it by doing "make check-self-compare". That target
99 patch should be: "make check-self-compare distcheck-fast -j16", if you have
103 --------------------------------------
111 make check-valgrind
119 make check-valgrind-recursive
123 then "make check-valgrind" is enough, as the regression tests that use
128 -----------------------
135 binaries to compare. Once the comparison is done, the resulting
139 under <build-directory>/tests/ you can find tests named
143 <build-directory>/tests/runtestdiffdwarf, then its source code is
144 tests/test-diff-dwarf.cc. Similarly, the source code of the test
145 <build-directory>/tests/runtestabidiff is tests/test-abidiff.cc.
148 compare and the reference report that should result from the
150 runtestdiffdwarf is to be found under tests/data/test-diff-dwarf.
152 tests/data/test-abidiff.cc.
155 into the right sub-directory of tests/data/. To do so,
156 look at several tests/test-*.cc to see which one you'd like to add
159 Then once you know which tests/test-*.cc you'd like to extend, and if
161 things too) to the right sub-director of tests/data/, you just need to
164 before the main() function of the test. In test-diff-dwarf.cc, for
178 ---------------------
188 the Python search path. For example, tested 2021-12-11:
190 wget https://pagure.io/koji/archive/koji-1.27.0/koji-koji-1.27.0.tar.gz
191 tar -xzf koji-koji-1.27.0.tar.gz
192 export PYTHONPATH="$PWD"/koji-koji-1.27.0
214 Please do not rush and send gazillions of patches that just re-write
247 re-usable and well documented. And we also praise abstraction and
250 who care about maintaining things for a long time to come :-)
252 Sign your work
255 To facilitate tracking of who did what, we've adopted a "sign-off"
259 The sign-off is a simple line at the end of the explanation for the
279 with it, including my sign-off) is maintained indefinitely
284 Signed-off-by: Random J Developer <random@developer.example.org>
288 git commit --signoff will add such a Signed-off-by line at the end of
298 CVS_RSH=ssh cvs -z9 -d :ext:user@sourceware.org:/cvs/libabigail/ co htdocs