Re: [go-nuts] loading Directives for ptest and pxtest

2024-05-01 Thread Menno
Hi @Ian, thanks for your answer. These fields are also empty (Reading my message again, I see that I was sloppy and should have specified that). So ideally the fields `load.Package.Internal.Build.[Directives|TestDirective|XTestDirectives]` would be propagated according to the case at hand,

Re: [go-nuts] loading Directives for ptest and pxtest

2024-05-01 Thread Ian Lance Taylor
On Wed, May 1, 2024 at 2:36 PM Menno van Rahden wrote: > > Hello, I'm trying to tweak the Go stdlib test cmd a bit to support certain > directives, but hitting some resistance. > > I'd like to understand why the `load.Package.Internal.Build` instances for > `ptest` and `pxtest` (see: >

[go-nuts] loading Directives for ptest and pxtest

2024-05-01 Thread Menno van Rahden
Hello, I'm trying to tweak the Go stdlib test cmd a bit to support certain directives, but hitting some resistance. I'd like to understand why the `load.Package.Internal.Build` instances for `ptest` and `pxtest` (see: