Searched refs:expect_failed (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ole32/ |
H A D | storage32.c | 3585 BOOL failed, expect_failed=FALSE; in test_locking() local 3615 if (!expect_failed && (ol.Offset&0x1ff) == next_range[0]) in test_locking() 3617 expect_failed = TRUE; in test_locking() 3619 else if (expect_failed && (ol.Offset&0x1ff) == next_range[1]) in test_locking() 3621 expect_failed = FALSE; in test_locking() 3625 if (!current->todo || failed == expect_failed) in test_locking() 3626 … ok(failed == expect_failed, "open with byte %x locked, mode %x %s but should %s\n", in test_locking() 3627 … ol.Offset, current->stg_mode, failed?"failed":"succeeded", expect_failed?"fail":"succeed"); in test_locking() 3631 … todo_wine ok(failed == expect_failed, "open with byte %x locked, mode %x %s but should %s\n", in test_locking() 3632 … ol.Offset, current->stg_mode, failed?"failed":"succeeded", expect_failed?"fail":"succeed"); in test_locking()
|