提交 0ea2bd05 编写于 作者: C Cole Robinson

tests: qemuxml2argv: remove unused DO_TEST_CAPS* macros

They are potentially useful at the moment, but we will be making
things much more flexible
Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
Signed-off-by: NCole Robinson <crobinso@redhat.com>
上级 d68c9068
......@@ -845,16 +845,6 @@ mymain(void)
# define DO_TEST_CAPS_LATEST_PARSE_ERROR(name) \
DO_TEST_CAPS_ARCH_LATEST_FULL(name, "x86_64", FLAG_EXPECT_PARSE_ERROR, 0)
/**
* The following test macros should be used only in cases when the tests require
* testing of some non-standard combination of capability flags
*/
# define DO_TEST_CAPS_FULL(name, flags, parseFlags, ver) \
DO_TEST_CAPS_ARCH(name, NULL, flags, parseFlags, GIC_NONE, "x86_64", ver)
# define DO_TEST_CAPS(name, ver) \
DO_TEST_CAPS_FULL(name, 0, 0, ver)
# define DO_TEST_FULL(name, ...) \
do { \
static struct testInfo info = { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册