Elias Levy

Results 17 issues of Elias Levy

The the moment once cannot express negative expectations via `.On()`. Instead, you must use `.AssertNotCalled`. It would be useful if negative expectations could be expressed something like `.On().Never()`. Note that...

enhancement
pkg-mock

Add a column specifying if an instance type supports NUMA (i.e. whether it cores span more than one processor socket).

Data request

We've found that Hyperscan crashes reliably when built to target 32-bit Windows. To reproduce: * Build Hyperscan 5.3.0 targeting Windows 32-bit using VS2019. * `cmake -G "Visual Studio 16 2019"...

Hyperscan was cross compiled on a 64-bit Windows 10 host targeting 32-bit Windows using Visual Studio 2019. Executing `unit-hyperscan.exe` on the 64-bit build host result in it exiting at `regression.UE_2763`....

Building Hyperscan 5.2.1 in Visual Studio 2019 results in a buffer overflow warning: ``` hyperscan\src\util\simd_utils.h(613): warning C4789: buffer 'tempbuf' of size 24 bytes will be overrun; 16 bytes will be...

Is free-spacing support in the roadmap per chance?

Instead you can only emit records with timestamps relative to each other. It would be useful to be able to enter arbitrary timestamp to test out of order record behavior.

IDNA normalization is only performed in `NormalizeURLString`, but that function returns a `string`. If you need a `url.URL`, you must then parse the result of `NormalizeURLString`, which means you are...

PR #141 introduced a *Identifies build instructions* requirement at L1+ that states: > If build-as-code is used, this SHOULD be the source repo and entry point of the build config...

spec-change
slsa 1
slsa 3

`MockedStreams.output` doesn't allow you to specify zero for the `size` of the expected output. That means you can't set an expectation that certain inputs should not have any outputs in...