Re: GDB and MacOS 11.4/BigSur
Simon Marchi via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2021-06-29 10:38 a.m., Sam Warner wrote: > Is there a before review checklist? > > Seems it would have: > > 1) use change in the latest source tree, presumably on all supported OSes, and log build > > 2) use test-suite before, and on all supported OSes, log results > > 3) fix test on all supported on all supported OSe You can't possibly test all supported OSes / platforms. Focus on the platform you use. During review, we can evaluate if there are risks of the change breaking something on other platforms, and if so try to test on those other platforms. Simon