[PATCH] D110899: [Driver][XRay][test] XFAIL on linux with no environment specified

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 20:11:38 PDT 2021


tstellar created this revision.
tstellar added a reviewer: dberris.
tstellar requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110899

Files:
  clang/test/Driver/XRay/xray-instrument-os.c


Index: clang/test/Driver/XRay/xray-instrument-os.c
===================================================================
--- clang/test/Driver/XRay/xray-instrument-os.c
+++ clang/test/Driver/XRay/xray-instrument-os.c
@@ -1,4 +1,4 @@
 // RUN: not %clang -o /dev/null -v -fxray-instrument -c %s
-// XFAIL: -linux-, -freebsd, x86_64-apple-darwin, x86_64-apple-macos
+// XFAIL: -linux-, -freebsd, x86_64-apple-darwin, x86_64-apple-macos, -linux
 // REQUIRES: amd64 || x86_64 || x86_64h || arm || aarch64 || arm64
 typedef int a;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110899.376413.patch
Type: text/x-patch
Size: 523 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211001/9d4fdb76/attachment.bin>


More information about the llvm-commits mailing list