qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH RFC 3/3] tests: add test cases for qapi event su


From: Wenchao Xia
Subject: Re: [Qemu-devel] [PATCH RFC 3/3] tests: add test cases for qapi event support
Date: Thu, 02 Jan 2014 10:30:41 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


+ OrderedDict([('event', 'EVENT_A')]),
+ OrderedDict([('event', 'EVENT_B'), ('data', OrderedDict())]),

Shouldn't the omission of 'data' be the same as 'data':{}?


   I didn't touch the "{ }" parsing part, maybe an existing parsing
style, will check it.


  Checked the code, it is generated by tests/qapi-schema/test-qapi.py:

try:
    exprs = parse_schema(sys.stdin)
except SystemExit:
    raise
except:
    print >>sys.stderr, "Crashed:", sys.exc_info()[0]
    exit(1)

pprint(exprs)

  I think it worked as expectation for exprs.

+++ b/tests/test-qmp-event.c
@@ -0,0 +1,250 @@
+/*
+ * QMP Input Visitor unit-tests.
+ *
+ * Copyright (C) 2011 Red Hat Inc.

Unusual choice of copyright year and ownership.

  yep, will fix.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]