Skip to content

Commit

Permalink
[test][sanitizer] Add fork include to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Dec 13, 2023
1 parent 88cc35b commit 41d19fb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>

#include "sanitizer_common/sanitizer_specific.h"

Expand Down

3 comments on commit 41d19fb

@jansvoboda11
Copy link
Contributor

Choose a reason for hiding this comment

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

@vitalybuka One of your commits most likely caused test failures on this bot: https://green.lab.llvm.org/green/job/clang-stage1-RA/36627/ Can you please investigate or revert?

@vitalybuka
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@vitalybuka One of your commits most likely caused test failures on this bot: https://green.lab.llvm.org/green/job/clang-stage1-RA/36627/ Can you please investigate or revert?

Thanks, looking.

@vitalybuka
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@vitalybuka One of your commits most likely caused test failures on this bot: https://green.lab.llvm.org/green/job/clang-stage1-RA/36627/ Can you please investigate or revert?

Thanks, looking.

4805acd

Please sign in to comment.