Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug coverage #8269

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Debug coverage #8269

wants to merge 3 commits into from

Conversation

jonathanmetzman
Copy link
Contributor

No description provided.

@jonathanmetzman
Copy link
Contributor Author

gcbrun trial_build.py skcms log4j2 --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py skcms log4j2 --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py jackson-core --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py jackson-core --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz --force-build

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py skcms log4j2 --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py jackson-core --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz --force-build

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py jackson-core --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz --force-build

@jonathanmetzman
Copy link
Contributor Author

/gcbrun trial_build.py jackson-core --sanitizer address memory undefined coverage --fuzzing-engine libfuzzer afl honggfuzz --force-build

@jonathanmetzman
Copy link
Contributor Author

Worth landing this as it will make debugging easier

@@ -188,6 +188,21 @@ def get_build_steps( # pylint: disable=too-many-locals, too-many-arguments
],
})

# Upload the fuzzer logs. Delete the old ones just in case
upload_fuzzer_logs_url = bucket.get_upload_url('logs')
build_steps.append(build_lib.gsutil_rm_rf_step(upload_fuzzer_logs_url))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't error out if they don't already exist right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah but it wouldn't have in the case I was trying to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants