[compiler-rt] r242952 - [asan] Disable ctrl+c test until I figure out how to make it portable

Reid Kleckner reid at kleckner.net
Wed Jul 22 15:25:07 PDT 2015


Author: rnk
Date: Wed Jul 22 17:25:07 2015
New Revision: 242952

URL: http://llvm.org/viewvc/llvm-project?rev=242952&view=rev
Log:
[asan] Disable ctrl+c test until I figure out how to make it portable

Modified:
    compiler-rt/trunk/test/asan/TestCases/Windows/dll_control_c.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Windows/dll_control_c.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/dll_control_c.cc?rev=242952&r1=242951&r2=242952&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/dll_control_c.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/dll_control_c.cc Wed Jul 22 17:25:07 2015
@@ -1,6 +1,6 @@
 // RUN: %clang_cl_asan -O0 %p/dll_host.cc -Fe%t
 // RUN: %clang_cl_asan -LD -O2 %s -Fe%t.dll
-// RUN: %run %t %t.dll 2>&1 | FileCheck %s
+// RUNX: %run %t %t.dll 2>&1 | FileCheck %s
 
 // Check that ASan does not CHECK fail when SEH is used around a crash from a
 // thread injected by control C.





More information about the llvm-commits mailing list