Skip to content

Commit 79db79a

Browse files
gh-worker-dd-mergequeue-cf854d[bot]zhengyu123jbachorik
authored
Merge pull request #656 from DataDog/zgu/fuzz_corpus_dir
Profiler's fuzz tests store corpus files under wrong directories Co-authored-by: zhengyu123 <zhengyu.gu@datadoghq.com> Co-authored-by: jbachorik <jaroslav.bachorik@datadoghq.com>
2 parents 94bf8cb + ba59310 commit 79db79a

24 files changed

Lines changed: 2 additions & 2 deletions

ddprof-lib/src/test/fuzz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ddprof-lib/fuzz/build/bin/fuzz/dwarf/dwarf <crash_file>
212212
return 0;
213213
}
214214
```
215-
3. Optionally add seed corpus files in `corpus/fuzz_newfeature/`
215+
3. Optionally add seed corpus files in `corpus/newfeature/`
216216
4. The build system will automatically detect the new target
217217
218218
## CI Integration

ddprof-lib/src/test/fuzz/corpus/fuzz_arguments/cstack_dwarf renamed to ddprof-lib/src/test/fuzz/corpus/arguments/cstack_dwarf

File renamed without changes.

ddprof-lib/src/test/fuzz/corpus/fuzz_arguments/start_alloc renamed to ddprof-lib/src/test/fuzz/corpus/arguments/start_alloc

File renamed without changes.

ddprof-lib/src/test/fuzz/corpus/fuzz_arguments/start_cpu renamed to ddprof-lib/src/test/fuzz/corpus/arguments/start_cpu

File renamed without changes.

ddprof-lib/src/test/fuzz/corpus/fuzz_arguments/start_wall_file renamed to ddprof-lib/src/test/fuzz/corpus/arguments/start_wall_file

File renamed without changes.
File renamed without changes.

ddprof-lib/src/test/fuzz/corpus/fuzz_buffer/put8_sequence renamed to ddprof-lib/src/test/fuzz/corpus/buffer/put8_sequence

File renamed without changes.
File renamed without changes.
File renamed without changes.

ddprof-lib/src/test/fuzz/corpus/fuzz_callTraceStorage/seed0 renamed to ddprof-lib/src/test/fuzz/corpus/callTraceStorage/seed0

File renamed without changes.

0 commit comments

Comments
 (0)