Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/sync Disable the <atomic> C++11 test for now, ...



details:   https://anonhg.NetBSD.org/src/rev/a947c14c85c3
branches:  trunk
changeset: 332934:a947c14c85c3
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 12 08:02:35 2014 +0000

description:
Disable the <atomic> C++11 test for now, we are not ready for it.

diffstat:

 tests/lib/libc/sync/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 46e1dbf78703 -r a947c14c85c3 tests/lib/libc/sync/Makefile
--- a/tests/lib/libc/sync/Makefile      Sun Oct 12 07:11:58 2014 +0000
+++ b/tests/lib/libc/sync/Makefile      Sun Oct 12 08:02:35 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2014/10/11 14:52:15 martin Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/12 08:02:35 martin Exp $
 
 WARNS=0
 NOMAN=1
 CXXFLAGS+= -std=c++11
 
-PROG=all_sync_ops_linkable cpp_atomic_ops_linkable
+PROG=all_sync_ops_linkable # cpp_atomic_ops_linkable
 
 proginstall:
        @echo This directory features link time only tests.



Home | Main Index | Thread Index | Old Index