summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-16 23:42:56 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-16 23:42:56 (GMT)
commitac3acc2b482d13a4d5c0a07018114d56cbf08e30 (patch)
tree313695e12e18784ee8425dd7b5fecdb3e49962af
parentaf0a1a65308eee025c2a25d218d3de48de4d6a83 (diff)
downloadcpython-ac3acc2b482d13a4d5c0a07018114d56cbf08e30.zip
cpython-ac3acc2b482d13a4d5c0a07018114d56cbf08e30.tar.gz
cpython-ac3acc2b482d13a4d5c0a07018114d56cbf08e30.tar.bz2
(test_thread): output from thread test
-rw-r--r--Lib/test/output/test_thread6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_thread b/Lib/test/output/test_thread
new file mode 100644
index 0000000..d49651d
--- /dev/null
+++ b/Lib/test/output/test_thread
@@ -0,0 +1,6 @@
+test_thread
+waiting for all tasks to complete
+all tasks done
+
+*** Barrier Test ***
+all tasks done