aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-02-18 09:57:34 -0800
committerGravatar GitHub <noreply@github.com>2021-02-18 09:57:34 -0800
commite93f222966bdb0e6b4737cb7f06338aaaedc8057 (patch)
treec00dc8dd580aff5a916b4829517a1ae7c0ffdffd /docs
parentd7164ef352e00e5e01a751274beda3c282dfafbf (diff)
[CIFuzz] Fix handling of sanitizer artifacts (#5182)
Fixes #5175 1. Put sanitizer in artifact name. 2. Fix parsing of non-ASAN stacks.
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/continuous_integration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/continuous_integration.md b/docs/getting-started/continuous_integration.md
index 14ed9380..5ef0cb9d 100644
--- a/docs/getting-started/continuous_integration.md
+++ b/docs/getting-started/continuous_integration.md
@@ -214,9 +214,9 @@ The results of CIFuzz can be found in two different places.
1. When a crash is found by CIFuzz the Upload Artifact event is triggered.
1. This will cause a pop up in the right hand corner, allowing
you to download a zip file called `artifacts`.
- 1. `artifacts` contains two files:
- * `test_case` - a test case that can be used to reproduce the crash.
- * `bug_summary` - the stack trace and summary of the crash.
+ 1. `artifacts` contains two files for each crash:
+ * A test case that can be used to reproduce the crash.
+ * The sanitizer stack trace of the crash.
![Finding uploaded artifacts](../images/artifacts.png)