[compiler-rt] r346196 - Disable XRay test fork_basic_logging for NetBSD

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 17:53:54 PST 2018


Author: kamil
Date: Mon Nov  5 17:53:54 2018
New Revision: 346196

URL: http://llvm.org/viewvc/llvm-project?rev=346196&view=rev
Log:
Disable XRay test fork_basic_logging for NetBSD

This code has not been ported so far.

Modified:
    compiler-rt/trunk/test/xray/TestCases/Posix/fork_basic_logging.cc

Modified: compiler-rt/trunk/test/xray/TestCases/Posix/fork_basic_logging.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/xray/TestCases/Posix/fork_basic_logging.cc?rev=346196&r1=346195&r2=346196&view=diff
==============================================================================
--- compiler-rt/trunk/test/xray/TestCases/Posix/fork_basic_logging.cc (original)
+++ compiler-rt/trunk/test/xray/TestCases/Posix/fork_basic_logging.cc Mon Nov  5 17:53:54 2018
@@ -11,6 +11,9 @@
 // REQUIRES: x86_64-target-arch
 // REQUIRES: built-in-llvm-tree
 
+// Not ported.
+// UNSUPPORTED: netbsd
+
 #include "xray/xray_log_interface.h"
 #include <stdio.h>
 #include <unistd.h>




More information about the llvm-commits mailing list