diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-07-16 00:09:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-07-16 00:09:58 +0200 |
commit | 4cb2521595ac557d3b94c48ef21a184fbed80d3c (patch) | |
tree | aaff0271664ad66dc627ef5e19ffdf2599bc9c8e /tests/data/test506 | |
parent | aa6884845168e3ddc43f0d7f2c8f40bb947d2506 (diff) |
test506: verify aa6884845168
After the fixed cookie lock deadlock, this test now passes and it
detects double-locking and double-unlocking of mutexes.
Diffstat (limited to 'tests/data/test506')
-rw-r--r-- | tests/data/test506 | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/tests/data/test506 b/tests/data/test506 index f9d2be4b4..f53a68040 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -156,33 +156,31 @@ unlock: share [Pigs in space]: 53 CURLOPT_COOKIEJAR CURLOPT_COOKIELIST FLUSH lock: cookie [Pigs in space]: 54 -lock: cookie [Pigs in space]: 55 -unlock: cookie [Pigs in space]: 56 -unlock: cookie [Pigs in space]: 57 +unlock: cookie [Pigs in space]: 55 PERFORM -lock: dns [Pigs in space]: 58 -unlock: dns [Pigs in space]: 59 +lock: dns [Pigs in space]: 56 +unlock: dns [Pigs in space]: 57 +lock: cookie [Pigs in space]: 58 +unlock: cookie [Pigs in space]: 59 lock: cookie [Pigs in space]: 60 unlock: cookie [Pigs in space]: 61 lock: cookie [Pigs in space]: 62 unlock: cookie [Pigs in space]: 63 -lock: cookie [Pigs in space]: 64 -unlock: cookie [Pigs in space]: 65 run 3: overwrite cookie 1 and 4 -lock: dns [Pigs in space]: 66 -unlock: dns [Pigs in space]: 67 +lock: dns [Pigs in space]: 64 +unlock: dns [Pigs in space]: 65 try SHARE_CLEANUP... -lock: share [Pigs in space]: 68 -unlock: share [Pigs in space]: 69 +lock: share [Pigs in space]: 66 +unlock: share [Pigs in space]: 67 SHARE_CLEANUP failed, correct CLEANUP -lock: cookie [Pigs in space]: 70 -unlock: cookie [Pigs in space]: 71 +lock: cookie [Pigs in space]: 68 +unlock: cookie [Pigs in space]: 69 +lock: share [Pigs in space]: 70 +unlock: share [Pigs in space]: 71 +SHARE_CLEANUP lock: share [Pigs in space]: 72 unlock: share [Pigs in space]: 73 -SHARE_CLEANUP -lock: share [Pigs in space]: 74 -unlock: share [Pigs in space]: 75 GLOBAL_CLEANUP </stdout> <stderr> |