[compiler-rt] r293939 - [powerpc] deactivate user_malloc.cc tsan test on powerpc64le
Bill Seurer via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 13:32:08 PST 2017
Author: seurer
Date: Thu Feb 2 15:32:07 2017
New Revision: 293939
URL: http://llvm.org/viewvc/llvm-project?rev=293939&view=rev
Log:
[powerpc] deactivate user_malloc.cc tsan test on powerpc64le
This test fails consistently on Ubuntu 16.xx powerpc64 LE systems.
The cause is being investigated and in the meantime disable it so
the buildbots can run cleanly.
Modified:
compiler-rt/trunk/test/tsan/Linux/user_malloc.cc
Modified: compiler-rt/trunk/test/tsan/Linux/user_malloc.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/Linux/user_malloc.cc?rev=293939&r1=293938&r2=293939&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/Linux/user_malloc.cc (original)
+++ compiler-rt/trunk/test/tsan/Linux/user_malloc.cc Thu Feb 2 15:32:07 2017
@@ -1,4 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: powerpc64le
#include <stdio.h>
// Defined by tsan.
More information about the llvm-commits
mailing list