Skip to content

Commit

Permalink
[sanitizer][test] Remove no-op REQUIRES:
Browse files Browse the repository at this point in the history
Some patches around D109843 added `REQUIRES: freebsd` but they have no effects
due to sanitizer_common/TestCases/Linux/lit.local.cfg.py . I informed the author
but don't plan to move the tests.
  • Loading branch information
MaskRay committed Jun 12, 2023
1 parent 2af7036 commit 49f282b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
@@ -1,6 +1,4 @@
// RUN: %clangxx -O0 -g %s -o %t && %run %t
//
// REQUIRES: linux || freebsd || netbsd

#include <stdlib.h>
#include <unistd.h>
Expand Down
2 changes: 0 additions & 2 deletions compiler-rt/test/sanitizer_common/TestCases/Linux/netent.cpp
Expand Up @@ -3,8 +3,6 @@
// bionic/netdb.cpp is not implemented.
// UNSUPPORTED: android

// REQUIRES: linux || freebsd

#include <inttypes.h>
#include <netdb.h>
#include <stdint.h>
Expand Down
Expand Up @@ -4,8 +4,6 @@
// bionic/netdb.cpp is not implemented.
// UNSUPPORTED: android

// REQUIRES: linux || freebsd

#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp
@@ -1,6 +1,4 @@
// RUN: %clangxx -O0 -g %s -o %t
//
// REQUIRES: freebsd || netbsd

#include <assert.h>
#include <stdlib.h>
Expand Down

1 comment on commit 49f282b

@vitalybuka
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please sign in to comment.