Skip to content

Commit

Permalink
[hwasan] Temporarily disable test broken on Ubuntu 24.04
Browse files Browse the repository at this point in the history
Somehow I missed this one trying the upgrade on staging.
  • Loading branch information
vitalybuka committed Jul 11, 2024
1 parent 88cbc8c commit 84682ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/test/hwasan/TestCases/Linux/fixed-shadow.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
//
// UNSUPPORTED: android

// FIXME: SEGV on Ubuntu 24.04. Looking.
// UNSUPPORTED: linux

#include <assert.h>
#include <sanitizer/allocator_interface.h>
#include <sanitizer/hwasan_interface.h>
Expand Down

0 comments on commit 84682ad

Please sign in to comment.