Index: tests/concurrent/unified_locking/.expect/block_spin_lock.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/block_spin_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/block_spin_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/clh.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/clh.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/clh.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/exp_backoff.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/exp_backoff.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/exp_backoff.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/fast_block_lock.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/fast_block_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/fast_block_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/futex_mutex.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/futex_mutex.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/futex_mutex.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/locks.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/locks.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/locks.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,26 @@
+Start Test 1: multi acquisition lock and condition variable single wait/notify
+Done Test 1
+Start Test 2: multi acquisition lock and condition variable 3 wait/notify all
+Done Test 2
+Start Test 3: single acquisition lock and condition variable single wait/notify
+Done Test 3
+Start Test 4: single acquisition lock and condition variable 3 wait/notify all
+Done Test 4
+Start Test 5: owner lock and condition variable single wait/notify
+Done Test 5
+Start Test 6: owner lock and condition variable 3 wait/notify all
+Done Test 6
+Start Test 7: linear backoff lock and condition variable single wait/notify
+Done Test 7
+Start Test 8: linear backoff lock and condition variable 3 wait/notify all
+Done Test 8
+Start Test 9: multi acquisiton lock and condition variable multiple acquire and wait/notify
+Done Test 9
+Start Test 10: owner lock and condition variable multiple acquire and wait/notify
+Done Test 10
+Start Test 11: no lock condition variable wait/notify
+Done Test 11
+Start Test 12: locked condition variable wait/notify with front()
+Done Test 12
+Start Test 13: fast block lock and fast cond var single wait/notify
+Done Test 13
Index: tests/concurrent/unified_locking/.expect/mcs.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/mcs.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/mcs.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/mcs_block_spin_lock.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/mcs_block_spin_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/mcs_block_spin_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/mcs_spin.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/mcs_spin.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/mcs_spin.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/pthread_locks.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/pthread_locks.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/pthread_locks.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,8 @@
+Start Test 1: lock and condition variable single wait/notify
+Done Test 1
+Start Test 2: lock and condition variable 3 wait/notify all
+Done Test 2
+Start Test 3: lock and condition variable multiple acquire and wait/notify
+Done Test 3
+Start Test 4: lock and condition variable single timed wait/notify
+Done Test 4
Index: tests/concurrent/unified_locking/.expect/simple_owner_lock.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/simple_owner_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/simple_owner_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/spin_queue_lock.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/spin_queue_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/spin_queue_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,3 @@
+Starting
+Done!
+Match!
Index: tests/concurrent/unified_locking/.expect/timeout_lock.txt
===================================================================
--- tests/concurrent/unified_locking/.expect/timeout_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
+++ tests/concurrent/unified_locking/.expect/timeout_lock.txt	(revision 0640c3507d67bbce432c379b8c8ce8eef0e2e324)
@@ -0,0 +1,4 @@
+Start Test 1: surface testing condition variable timeout routines
+Done Test 1
+Start Test 2: testing timeout vs signalling with varying timeout durations
+Done Test 2
