[compiler-rt] r295766 - [asan] Re-enable a test on i386-darwin.
Anna Zaks via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 12:46:50 PST 2017
Author: zaks
Date: Tue Feb 21 14:46:50 2017
New Revision: 295766
URL: http://llvm.org/viewvc/llvm-project?rev=295766&view=rev
Log:
[asan] Re-enable a test on i386-darwin.
This test has been reverted in r279918 due to flaky atos support in the OS
some machines in the buildbot fleet were running. This should not be a
problem anymore.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/symbolize_pc.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/symbolize_pc.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/symbolize_pc.cc?rev=295766&r1=295765&r2=295766&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/symbolize_pc.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/symbolize_pc.cc Tue Feb 21 14:46:50 2017
@@ -1,6 +1,5 @@
// RUN: %clangxx -O0 %s -o %t
// RUN: %env_tool_opts=strip_path_prefix=/TestCases/ %run %t 2>&1 | FileCheck %s
-// UNSUPPORTED: i386-darwin
//
// Tests __sanitizer_symbolize_pc.
#include <stdio.h>
More information about the llvm-commits
mailing list