Re: [PATCH v5] Fix crash in AIX when current working directory is NULL
Aditya Kamath <[email protected]> Tue, 28 Jul 2026 12:35:30 +0000
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <LV8PR15MB64888889025025E91755F2CAD6CB2@LV8PR15MB6488.namprd15.prod.outlook.com> |
Hi Ulrich, Tom and community members, >The point of those "require" statement is exactly that the test will >simply not be run in any GDB cross-platform environment, only with >native tests. That should address this concern? Now I found it. https://github.com/gitGNU/gnu_dejagnu/blob/f3817d617ee6c8c1edd04a7fc68daee6dbc4d9c2/lib/framework.exp#L244C1-L252C2 The definition is in Dejagnu which is why I was not able to understand and get this. So asked that I am not clear how. Yes, it is clear now :) Sending v7 with corrections. Thanks, Aditya.