summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
AgeCommit message (Collapse)Author
2017-10-18abe-bisect.sh, abe-bisect-helper.sh: Add support for CPU,FPU,MODE.Christophe Lyon
Add support for the CPU,FPU and MODE overrides via the new ABE option: --set gcc_override_configure=XXX Change-Id: I14e55ac6c236478583cb10363d68286a9a4d6805
2017-10-11abe-bisect-helper.sh: Make use of the number of pass/fail in good.Christophe Lyon
Consider current commit "good" if it has more passes than GOOD, and "bad" if it has more failures. Change-Id: I76b325e3985699b04dd107c4a39c2315b82bef78
2017-10-11abe-bisect-helper.sh: Call git show with --no-pager.Christophe Lyon
To avoid less to wait for user input in case the scripts are used in interactive mode. Change-Id: Ib9eb003248d5a8190bf3c1158cbf9e25be23af37
2017-10-10abe-bisect.sh: Add a sanity check before starting bisection.Christophe Lyon
Make sure that the BAD revision has more failures than the GOOD one. This is useful since sometimes the regression being tracked is random, and bisection could fail or report the revision. Change-Id: I752a921eb04c9cbb411a2e2baee94d521053fd33
2017-06-16abe-bisect.sh: Use gcc-bisect-dir instead of snapshots/gcc.git~masterChristophe Lyon
To avoid messing up with abe's snapshots Change-Id: I7a723003799f1f5718ed2a37d5688ef090ac9e87
2017-06-15abe-bisect.sh: cleanup before pullChristophe Lyon
Change-Id: I7b3c70d7f25ea5b89ec857686d336ff845e839ef
2017-06-13abe-bisect.sh: pull latest version of gcc master before bisecting.Christophe Lyon
Otherwise we may have an outdated checkout, and fail to find good and/or bad revisions. Change-Id: I29225515f314268280c2f0bdb178a814caf3592c
2017-05-31abe-bisect.sh: Remove gcc.git~master directory before starting.Christophe Lyon
To make sure abe starts in a clean state. Change-Id: I5bc880ce82b3cd3f0214d1c634991d6d5c37077f
2017-05-31abe-bisect.sh: Cleanup workdir before starting.Christophe Lyon
To avoid starting a bisect in a non-clean directory. Change-Id: I469c1b43596f8e45b68937c4e930c2b20d602083
2016-12-15abe-bisect.sh: Fix typo in --with-git-reference-dir.Christophe Lyon
Change-Id: I7b4d4786f0e16c76c29793b68dc231b116068c56
2016-12-15abe-bisect.sh abe-bisect-helper.sh: New scripts.Christophe Lyon
This pair of scripts helps bisecting a regression in GCC (master branch) using ABE. Change-Id: Iea54df1d5038eb3f570a9f387990118cd3ac7d92