Skip to content

Commit

Permalink
[sanitizer] Disable test on incompatible platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jul 18, 2020
1 parent 3382b71 commit 1fe0705
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,5 +1,8 @@
// RUN: %clangxx -std=c++11 -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s

// sigandset is glibc specific.
// UNSUPPORTED: android, freebsd, netbsd

#include <assert.h>
#include <signal.h>
#include <stdio.h>
Expand Down

0 comments on commit 1fe0705

Please sign in to comment.