socsvn commit: r240019 - in soc2012/gmiller/locking-head: . tools/regression/lib/libthr/lockprof

gmiller at FreeBSD.org gmiller at FreeBSD.org
Thu Aug 2 19:56:45 UTC 2012


Author: gmiller
Date: Thu Aug  2 19:56:43 2012
New Revision: 240019
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=240019

Log:
   r240081 at FreeBSD-dev:  root | 2012-07-24 13:15:39 -0500
   Minor test case fix.

Modified:
  soc2012/gmiller/locking-head/   (props changed)
  soc2012/gmiller/locking-head/tools/regression/lib/libthr/lockprof/lock-cycle.c

Modified: soc2012/gmiller/locking-head/tools/regression/lib/libthr/lockprof/lock-cycle.c
==============================================================================
--- soc2012/gmiller/locking-head/tools/regression/lib/libthr/lockprof/lock-cycle.c	Thu Aug  2 15:13:12 2012	(r240018)
+++ soc2012/gmiller/locking-head/tools/regression/lib/libthr/lockprof/lock-cycle.c	Thu Aug  2 19:56:43 2012	(r240019)
@@ -95,7 +95,7 @@
 	check(record_count == 1);
 
 	check(strcmp(stats.file, "lock-cycle.c") == 0);
-	check(stats.line == 17);
+	check(stats.line == 43);
 
 	check(stats.wait_max.tv_sec == 0 && stats.wait_max.tv_nsec == 0);
 
@@ -129,7 +129,7 @@
 	check(record_count == 1);
 
 	check(strcmp(stats.file, "lock-cycle.c") == 0);
-	check(stats.line == 17);
+	check(stats.line == 43);
 
 	tm = stats.hold_max.tv_sec * 1000000L + stats.hold_max.tv_nsec / 1000;
 	check(tm >= 30);


More information about the svn-soc-all mailing list