Editing User:Sahilvaidya/CQL/Log

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 23: Line 23:
 
*Used this compilation statement
 
*Used this compilation statement
 
clang++ -g -O1 -fsanitize=fuzzer  -Iinclude -Ibuild/include -Ibuild/include/openNURBS/ target.cc -Lbuild/lib -Wl,-rpath -Wl,build/lib -lrt -lbu
 
clang++ -g -O1 -fsanitize=fuzzer  -Iinclude -Ibuild/include -Ibuild/include/openNURBS/ target.cc -Lbuild/lib -Wl,-rpath -Wl,build/lib -lrt -lbu
 
== 3/23 ==
 
*Learned Jenkins CI and successfully built BRL-CAD
 
*Started creating a build to test BRL-CAD immediately
 
 
== 3/25 ==
 
*Fixed testing BRL-CAD in Jenkins
 
*Began creating infrastructure for a "make fuzz"
 
 
== 3/30 ==
 
*Looked at other regression tests cmake files to find what exactly is required to compile
 
*Tried to mimic these to compile fuzzing tests
 
 
== 4/1 ==
 
*Switched strategies for compiling using cmake, spent most of my time reading documentation to better understand how exactly cmake works and how that can be applied to fuzzing
 
 
 
== 4/13 ==
 
*Figured out how to create a fuzz directory in the build
 
*Began writing run.sh to find libraries and compile the test
 
*Used the benchmark file to base the run.sh off of but cannot figure out how to find the target
 
 
== 4/17 ==
 
*Much closer to compiling target -- using add_executable and linking targets with target_link_libraries
 
*Found how to link libfuzzer with the target in cmake
 
*Added dependency bu
 
*Still having trouble figuring out how to add the dependency rt
 
*Getting error that it is an executable that cannot be shared
 
 
== 4/27 ==
 
*Changed compiler to Clang for building BRL-CAD
 
*Successfully compiled fuzz test
 
*Able to run fuzz test with "make fuzz"
 
 
== 4/28 ==
 
*Compiled Sean's random command generator using "make fuzz"
 
 
== 4/29 ==
 
*Created a patch for local SVN changes
 
 
== 4/30 ==
 
*Compiled new make fuzz target which runs random commands -- already finds bugs
 
*Need to find how to record code coverage and improve it
 

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)