PERFORCE change 174234 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 3 13:47:02 UTC 2010


http://p4web.freebsd.org/chv.cgi?CH=174234

Change 174234 by rwatson at 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 },


More information about the p4-projects mailing list