-
### Proposal Details
testing/quick has been frozen since #15557, [CL 31910](https://go.dev/cl/31910). It has, accordingly, not received much new development (primarily repo-wide updates).
Compared…
-
The compiler generates debugging information, and the debugger knows how to debug the program by parsing the debugging information. Compared to simple debugging information, complex debugging informat…
-
[Copied from ippsample issue 72](https://github.com/istopwg/ippsample/issues/72)
As part of our discussions during the February 2018 IPP F2F meeting, we discussed ways to introduce [fuzz-testing](h…
-
Instead of starting from scratch upon each run, reuse a minimal set of test cases from the previous run. I think there's an afl command for this
-
Hi!
Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are available [here](https://github.com/zamazan4ik/awesome-pgo/). I also have several example…
-
## Project description
Some unit tests are long to run. So it may be beneficial to run unit tests only for the changed parts of code. How can we achive that?
0. Run statc code analysis. Build a …
-
### Motivation
For scientific python (and perhaps computer vision as well), a very common application is linear algebra. The simplest objects of interest there are vectors, which are easy to genera…
-
Hi! Thank you for reading this message.
I am a Chinese researcher in visible light communication networking. I just undertook this domain task for only half year.
- With my respect, are you the …
-
Hi,
I'm trying to use JQF for fuzzing a java method. It works well, but I want to make the number of trials parameterized at build time (or through an environment variable). Is there an easy way t…
-
I'm creating this issue to discuss the details of adding Ruby support to OSS-Fuzz. Initially, Matt (@mschwager) spoke about it during monthly fuzzing collaboration meetings. If you missed those meetin…