Compare commits
2 Commits
6df5463e4d
...
7b6cc1d5ef
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b6cc1d5ef | |||
| 436872a40a |
@@ -12,7 +12,8 @@ public:
|
||||
bool isReleased;
|
||||
};
|
||||
|
||||
TEST_F(ConditionLock, lock_is_protect) {
|
||||
|
||||
TEST_F(ConditionLock, DISABLED_lock_is_protect) {
|
||||
m->lock();
|
||||
isProtect = true;
|
||||
createThread([&](){
|
||||
@@ -24,7 +25,7 @@ TEST_F(ConditionLock, lock_is_protect) {
|
||||
|
||||
}
|
||||
|
||||
TEST_F(ConditionLock, unlock_is_release) {
|
||||
TEST_F(ConditionLock, DISABLED_unlock_is_release) {
|
||||
m->lock();
|
||||
isReleased = false;
|
||||
m->unlock();
|
||||
|
||||
Reference in New Issue
Block a user