summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-02-24 23:05:44 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-02-25 00:51:31 -0500
commit91b93b44a63e7a1b49111926e4515f39617acfe1 (patch)
tree7e52de06bbaf5548e383b238010b626deb59ec31 /.gitignore
parent00e91acecc338d4ff3822384650912cfd7b68f7e (diff)
tests: Split racy "closing" into a test for stopping while reading or writing
We wan't to make sure not to have a race where a thread blocks in a blocking receive or send while nice_agent_remove_stream() is called
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d39e398..3939076 100644
--- a/.gitignore
+++ b/.gitignore
@@ -136,7 +136,8 @@ tests/test-dribble
tests/test-fallback
tests/test-fullmode
tests/test-io-stream-cancelling
-tests/test-io-stream-closing
+tests/test-io-stream-closing-read
+tests/test-io-stream-closing-write
tests/test-io-stream-thread
tests/test-io-stream-pollable
tests/test-send-recv