-
Our current check only looks for OSS-Fuzz integration. We want to expand our list of supported platforms.
Which fuzzing platforms to support remains an open question. Suggestions welcome!
-
Investigate something like AFL (http://lcamtuf.coredump.cx/afl/) to fuzzy test ews-cpp. Automate if reasonable.
-
```yaml
Template:
$sort: [{a: 2}, {a: 1, b: []}, {a: 3}]
by(per_Mi5t): 'per_Mi5t.a'
by(x): 'x.b'
```
I would expect this to give either an "additional keys" error or a "object doesn't co…
-
### What version of Go are you using (`gotip version`)?
$ gotip version
go version devel go1.18-95b240b2 Mon Jan 3 23:45:12 2022 +0000 darwin/amd64
### Does this issue reproduce with the la…
-
I managed to collect 2 days worth of crashes, and wrote a script to convert all the .ron files to wgsl and then to hlsl, however, when i tried to run them via `./dxc-3.7 .hlsl -T ps_6_6` i am encounte…
-
I think we could also employ fuzzers - eventually.
They look quite similar to your pattern so far and test the assumptions with many different inputs.
A recent one is [this](https:…
-
for testing purposes, there are many cases where we need a AST tree generator which explores all combinations.
one solution for this would be to use [Alloy](http://alloytools.org/) or another techn…
-
[Hafnium](https://hafnium.googlesource.com/hafnium) is a hypervisor.
This is an umbrella issue for Hafnium support.
-
Documentation is currently spread across the readmes, docs/wiki and specs in the repo. For new users, particularly those who are less technical, it may be a bit difficultt to locate certain bits of ke…
-
### Proposal
Continuing from #622, I believe it would be beneficial to add additional parameters to `Session.fuzz()` for fine-tuning the generation of testcases. The current method of recursive gener…