Skip to content

Commit

Permalink
[ubsan] Disable test on Darwin
Browse files Browse the repository at this point in the history
Broken after #111497
  • Loading branch information
vitalybuka authored Oct 18, 2024
1 parent 53e85d4 commit 203b972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// REQUIRES: target={{x86_64.*}}
// UNSUPPORTED: i386-target-arch, internal_symbolizer

// Does not link.
// UNSUPPORTED: Darwin

#include <signal.h>
#include <stdio.h>

Expand Down

0 comments on commit 203b972

Please sign in to comment.