Lines Matching refs:TEST
406 #define TEST(s, f, p, l) { s, f ## _init, f, f ## _deinit, (uintptr_t)(p), l } macro
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"),
411 TEST("write 3000", test_write, 3000, "Write node with 3000 bytes 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"),
419 TEST("ta err", test_ta3, 0, "Transaction with conflict"),