jonathanmetzman

Results 935 comments of jonathanmetzman

The oss-fuzz failure is correct: ``` FileNotFoundError: [Errno 2] No such file or directory: 'focus_list.yaml' ```

I think if we are clear that it's for a new feature being developed it wouldn't be confusing. Anyone disagree? My thoughts is it is very confusing to have a...

This PR contains a few small changes on top of the queue branch which contained these PRs: https://github.com/google/fuzzbench/pull/369 https://github.com/google/fuzzbench/pull/370 https://github.com/google/fuzzbench/pull/383 https://github.com/google/fuzzbench/pull/393 https://github.com/google/fuzzbench/pull/403 https://github.com/google/fuzzbench/pull/415 https://github.com/google/fuzzbench/pull/442 https://github.com/google/fuzzbench/pull/503

I think part of the issue here is that the scheduler can start docker containers and GCE instances but can only delete GCE instances and not containers. Teaching gcloud.delete_instances to...

> > There's no way to pause a trial so other than restarting parts of an experiment (e.g. the measurer) this is not possible. > > Could you give some...

> Many academic papers user fuzzbench to evaluate their contributions vs other fuzzers. > Rarely (as in "I have never seen this done but it might have happened without me...

/gcbrun trial_build.py wasmtime servo oak --sanitizer coverage --fuzzing-engine libfuzzer

I think now you should actually be able to see the logs: https://github.com/google/oss-fuzz/pull/7950/checks?check_run_id=11262995668

/gcbrun trial_build.py rust --sanitizer coverage address --fuzzing-engine libfuzzer