summaryrefslogtreecommitdiff
path: root/test/xray/TestCases/Linux/coverage-sample.cc
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-09-06 10:17:29 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-09-06 10:17:29 +0000
commit3bf34db38678fbb8dbb508e171c3ce1aa9d96c04 (patch)
tree9fccdd2a84a0b6e6d450b692fa2cbd5a31aca814 /test/xray/TestCases/Linux/coverage-sample.cc
parentb0d00907ee528fe76cb4bac2f026cbfb4ac83022 (diff)
[compiler-rt][xray][mips] Mark some tests as unsupported.
Thesee tests require the integrated assembler which is still in development / testing for MIPS64. GAS doesn't understand the section directives produced by XRay, so marking the relevant tests as unsupported. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@312628 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray/TestCases/Linux/coverage-sample.cc')
-rw-r--r--test/xray/TestCases/Linux/coverage-sample.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/xray/TestCases/Linux/coverage-sample.cc b/test/xray/TestCases/Linux/coverage-sample.cc
index 623b4e345..9ec22dcd6 100644
--- a/test/xray/TestCases/Linux/coverage-sample.cc
+++ b/test/xray/TestCases/Linux/coverage-sample.cc
@@ -3,6 +3,8 @@
// RUN: %clangxx_xray -std=c++11 %s -o %t
// RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false" %run %t | FileCheck %s
+// UNSUPPORTED: target-is-mips64,target-is-mips64el
+
#include "xray/xray_interface.h"
#include <set>