[libcxxabi] r285523 - Mark thread exit test as unsupported w/o threads

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 30 13:05:53 PDT 2016


Author: ericwf
Date: Sun Oct 30 15:05:52 2016
New Revision: 285523

URL: http://llvm.org/viewvc/llvm-project?rev=285523&view=rev
Log:
Mark thread exit test as unsupported w/o threads

Modified:
    libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp

Modified: libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp?rev=285523&r1=285522&r2=285523&view=diff
==============================================================================
--- libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp (original)
+++ libcxxabi/trunk/test/cxa_thread_atexit_test.pass.cpp Sun Oct 30 15:05:52 2016
@@ -7,6 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: libcppabi-no-threads
 // REQUIRES: linux
 
 #include <assert.h>




More information about the cfe-commits mailing list