tests/acpi-test: do not fail if iasl is broken
authorMarcel Apfelbaum <marcel.a@redhat.com>
Mon, 24 Mar 2014 10:02:33 +0000 (12:02 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 24 Mar 2014 10:37:36 +0000 (12:37 +0200)
commitdac23a6c05e543590508b48b8ed31d89b0c99c61
tree7b1cc88a4b4501c1a209e2e49a2568fa93c42aa6
parentaf67ee9264c135f4b213b4bc1a3871c4e9ec7da3
tests/acpi-test: do not fail if iasl is broken

There is an issue with iasl on big endian machines: It
cannot disassemble acpi tables taken from little endian
machines, so we cannot check the expected tables.

The acpi test will check if the expected aml files
can be disassembled, and will issue an warning not
failing the test on those machines until this
problem is solved by the acpica community.

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/acpi-test.c