Searched refs:TEST (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 408 TEST("read 1", test_read, 1, "Read node with 1 byte data"), 409 TEST("read 3000", test_read, 3000, "Read node with 3000 bytes data"), 410 TEST("write 1", test_write, 1, "Write node with 1 byte data"), 412 TEST("dir", test_dir, 0, "List directory"), 413 TEST("rm node", test_rm, 0, "Remove single node"), 414 TEST("rm dir", test_rm, WRITE_BUFFERS_N, "Remove node with sub-nodes"), 415 TEST("ta empty", test_ta1, 0, "Empty transaction"), 416 TEST("ta empty x", test_ta1, 1, "Empty transaction abort"), 417 TEST("ta rmw", test_ta2, 0, "Read-modify-write transaction"), 418 TEST("ta rmw x", test_ta2, 1, "Read-modify-write transaction abort"), [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/lvm/ |
A D | Makefile | 6 TEST := lvm-util macro 22 build: $(TEST) $(LVM-OBJS)
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | io-optimize.c | 39 #if (!defined(TEST) && defined(DEBUG)) 41 #elif defined(TEST) 237 #if (defined(TEST) || defined(DEBUG)) in io_merge() 427 #if defined(TEST)
|
A D | lock.c | 755 #if defined(TEST)
|
Completed in 11 milliseconds