Skip to content

Commit

Permalink
[compiler-rt][xray] Disable fdr-single-thread test on Arm
Browse files Browse the repository at this point in the history
For unknown reasons this casues a bus error.

See:
https://lab.llvm.org/buildbot/#/builders/178/builds/5157
  • Loading branch information
DavidSpickett committed Jul 7, 2023
1 parent fe12931 commit e5a7e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// RUN: "`ls fdr-logging-1thr-* | head -n1`" | FileCheck %s
// RUN: rm fdr-logging-1thr-*

// UNSUPPORTED: target=arm{{.*}}

#include "xray/xray_log_interface.h"
#include <cassert>

Expand Down

0 comments on commit e5a7e48

Please sign in to comment.