Open
Bug 1517644
Opened 6 years ago
Updated 2 years ago
Use Unix line ending instead windows for fuzzing test cases
Categories
(Core :: Fuzzing, enhancement)
Core
Fuzzing
Tracking
()
NEW
People
(Reporter: TYLin, Unassigned)
Details
After fixing a bug discovered by fuzzer, we usually commit the test case attached in the bug as a crashtests verbatim. It will be convenient if the test case has Unix line endings not Windows's to save the developer's time for converting that manually.
Reporter | ||
Comment 1•6 years ago
|
||
Also, it could be helpful to add a new line at the end of the test case to avoid "\ No newline at end of file" warning in tools such as git diff.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•