On Tue, 2025-12-16 at 11:32 +0100, Rainer Orth wrote: > Two diagnosics tests currently FAIL on Solaris: > > FAIL: gcc.dg/plugin/crash-test-nested-write-through-null.c crash- > test-nested-write-through-null-sarif.py::test_notificatio > FAIL: gcc.dg/plugin/crash-test-nested-write-through-null.c crash- > test-nested-write-through-null-html.py::test_result > > The reason is the same in both cases: the tests expect a > > Segmentation fault > > message, while the capitalization is different on Solaris: > > Segmentation Fault > > This patch allows for both forms, adjusting > crash-test-write-through-null-stderr.c in a similar way. > > Tested on i386-pc-solaris2.11 and x86_64-pc-linux-gnu. > > Ok for trunk?
Thanks; looks good to me Dave
