diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-12-06 17:46:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-12-06 17:46:50 +0100 |
commit | cd2d663968c7766a3c99d7bf9a3be1b56ffefaa0 (patch) | |
tree | 79ea495495ae1844126c6d12d9202ed20e58288b /tests | |
parent | 05f899c842a4c7f0b2367ecdda0c3ca0694c8eba (diff) | |
download | curl-cd2d663968c7766a3c99d7bf9a3be1b56ffefaa0.tar.gz |
test1554: adjust for hyperbagder/hyper-1554
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/DISABLED | 1 | ||||
-rw-r--r-- | tests/data/test1554 | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index eaa0e2053..d602e48fe 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -65,7 +65,6 @@ 1528 1533 1540 -1554 1556 1591 1700 diff --git a/tests/data/test1554 b/tests/data/test1554 index c16195c17..812a2c8c0 100644 --- a/tests/data/test1554 +++ b/tests/data/test1554 @@ -69,6 +69,12 @@ run 1: foobar and so on fun! <- Mutex unlock -> Mutex lock <- Mutex unlock +%if hyper +-> Mutex lock +<- Mutex unlock +-> Mutex lock +<- Mutex unlock +%endif run 1: foobar and so on fun! -> Mutex lock <- Mutex unlock |