Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2010 13:47:01 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 174234 for review
Message-ID:  <201002031347.o13Dl1dj060198@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=174234

Change 174234 by rwatson@rwatson_vimage_client on 2010/02/03 13:46:09

	Consistently don't stick "test_" in front of printed test names,
	since they are all tests.  On the other hand, we do use test_ in
	front of internal function names.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/tools/syscall_timing/syscall_timing.c#9 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/tools/syscall_timing/syscall_timing.c#9 (text+ko) ====

@@ -674,8 +674,8 @@
 	{ "socketpair_dgram", test_socketpair_dgram },
 	{ "dup", test_dup },
 	{ "cap_new", test_cap_new },
-	{ "test_shmfd", test_shmfd },
-	{ "test_cap_shmfd", test_cap_shmfd },
+	{ "shmfd", test_shmfd },
+	{ "cap_shmfd", test_cap_shmfd },
 	{ "fstat_shmfd", test_fstat_shmfd },
 	{ "fstat_cap_shmfd", test_fstat_cap_shmfd },
 	{ "cap_enter", test_cap_enter },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002031347.o13Dl1dj060198>