Skip to content

Commit

Permalink
[XRay][test] Replace some XFAIL with more appropriate REQUIRES
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Jul 6, 2023
1 parent 62748e9 commit 88b9d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
6 changes: 2 additions & 4 deletions compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
// RUN: rm -f arg0-arg1-logging-*
// RUN: %clangxx_xray -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=true verbosity=1 xray_logfile_base=arg0-arg1-logging-" %run %t
//
// TODO: Support these in ARM and PPC
// XFAIL: target={{(arm|aarch64|mips).*}}
// UNSUPPORTED: target=powerpc64le{{.*}}

// REQUIRES: target={{x86_64-.*}}

#include "xray/xray_interface.h"
#include <cassert>
Expand Down
7 changes: 2 additions & 5 deletions compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
// After all that, clean up the XRay log file.
//
// RUN: rm -f arg1-logger-*
//
// At the time of writing, the ARM trampolines weren't written yet.
// XFAIL: target={{(arm|aarch64|mips).*}}
// See the mailing list discussion of r296998.
// UNSUPPORTED: target=powerpc64le{{.*}}

// REQUIRES: target={{x86_64-.*}}

#include "xray/xray_interface.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// RUN: rm -f log-args-this-*
// RUN: XRAY_OPTIONS="patch_premain=true verbosity=1 xray_logfile_base=log-args-this-" %run %t
//
// XFAIL: target={{(arm|aarch64|mips).*}}
// UNSUPPORTED: target=powerpc64le{{.*}}
// REQUIRES: target={{x86_64-.*}}

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

Expand Down

0 comments on commit 88b9d4d

Please sign in to comment.