Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/c++ toolchain/57033: usr.bin/c++/t_call_once2:...
details: https://anonhg.NetBSD.org/src/rev/2ac294f8c3e1
branches: trunk
changeset: 371208:2ac294f8c3e1
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Sep 28 11:09:59 2022 +0000
description:
toolchain/57033: usr.bin/c++/t_call_once2:call_once2_profile test case fails
Revive a missing space.
diffstat:
tests/usr.bin/c++/t_call_once2.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b922ffcf4f55 -r 2ac294f8c3e1 tests/usr.bin/c++/t_call_once2.sh
--- a/tests/usr.bin/c++/t_call_once2.sh Wed Sep 28 11:09:13 2022 +0000
+++ b/tests/usr.bin/c++/t_call_once2.sh Wed Sep 28 11:09:59 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_call_once2.sh,v 1.6 2022/06/12 15:08:38 skrll Exp $
+# $NetBSD: t_call_once2.sh,v 1.7 2022/09/28 11:09:59 skrll Exp $
#
# Copyright (c) 2018 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -198,7 +198,7 @@
return 0;
}
EOF
- atf_check -s exit:0 -o ignore -e ignore c++ -static-m32 -pg -o call_once2 test.cpp -pthread
+ atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o call_once2 test.cpp -pthread
atf_check -s exit:0 -o inline:"hello, world!\n" ./call_once2
atf_expect_fail "The combination of 32-bit and profiling should be fail"
}
Home |
Main Index |
Thread Index |
Old Index