[PATCH] D33611: [asan] Enable back halt_on_error-torture.cc disabled on PowerPC.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 16:14:25 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304045: [asan] Enable back halt_on_error-torture.cc disabled on PowerPC. (authored by alekseyshl).

Changed prior to commit:
  https://reviews.llvm.org/D33611?vs=100489&id=100491#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33611

Files:
  compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc


Index: compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc
+++ compiler-rt/trunk/test/asan/TestCases/Posix/halt_on_error-torture.cc
@@ -18,10 +18,6 @@
 // RUN: %env_asan_opts=halt_on_error=false %run %t 10 20 >>20.txt 2>&1 || true
 // RUN: FileCheck --check-prefix=CHECK-COLLISION %s < 20.txt || FileCheck --check-prefix=CHECK-NO-COLLISION %s < 20.txt
 
-// UNSUPPORTED: powerpc64-unknown-linux-gnu
-// FIXME: This test regularly fails on powerpc64 BE.  Re-enable the test once
-// the problem(s) have been fixed.
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33611.100491.patch
Type: text/x-patch
Size: 737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170526/2831fdde/attachment.bin>


More information about the llvm-commits mailing list