[compiler-rt] r287029 - [asan] Re-enable the use-after-scope-types.cc test on Darwin, now that r287028 fixed the llvm-symbolizer issue that broke this test.

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 13:08:51 PST 2016


Author: kuba.brecka
Date: Tue Nov 15 15:08:51 2016
New Revision: 287029

URL: http://llvm.org/viewvc/llvm-project?rev=287029&view=rev
Log:
[asan] Re-enable the use-after-scope-types.cc test on Darwin, now that r287028 fixed the llvm-symbolizer issue that broke this test.

Differential Revision: https://reviews.llvm.org/D26537


Modified:
    compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc

Modified: compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc?rev=287029&r1=287028&r2=287029&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc Tue Nov 15 15:08:51 2016
@@ -11,9 +11,6 @@
 // RUN: not %run %t 9 2>&1 | FileCheck %s
 // RUN: not %run %t 10 2>&1 | FileCheck %s
 
-// Temporarily disable to fix the bot.
-// UNSUPPORTED: darwin
-
 #include <stdlib.h>
 #include <string>
 #include <vector>




More information about the llvm-commits mailing list