diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-03-14 13:33:49 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-03-21 15:13:25 +0100 |
commit | 1c8c426fb44bf5b3ffbcad1b00c7def4b89b03ec (patch) | |
tree | 5fe77a6301b1347d00dc4baf57d6d1fa7ef03851 /tests/multiboot/aout_kludge.out | |
parent | 49713c413a65ab4b02124aabe83f8539cc6ece5e (diff) | |
download | qemu-1c8c426fb44bf5b3ffbcad1b00c7def4b89b03ec.zip |
tests/multiboot: Add tests for the a.out kludge
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jack Schwartz <jack.schwartz@oracle.com>
Diffstat (limited to 'tests/multiboot/aout_kludge.out')
-rw-r--r-- | tests/multiboot/aout_kludge.out | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/multiboot/aout_kludge.out b/tests/multiboot/aout_kludge.out new file mode 100644 index 0000000000..031459275b --- /dev/null +++ b/tests/multiboot/aout_kludge.out @@ -0,0 +1,42 @@ + + + +=== Running test case: aout_kludge_1.bin === + + + +=== Running test case: aout_kludge_2.bin === + + + +=== Running test case: aout_kludge_3.bin === + + + +=== Running test case: aout_kludge_4.bin === + + + +=== Running test case: aout_kludge_5.bin === + +qemu-system-x86_64: invalid load_addr address + + +=== Running test case: aout_kludge_6.bin === + +qemu-system-x86_64: invalid load_end_addr address + + +=== Running test case: aout_kludge_7.bin === + +qemu-system-x86_64: invalid header_addr address + + +=== Running test case: aout_kludge_8.bin === + +qemu-system-x86_64: invalid bss_end_addr address + + +=== Running test case: aout_kludge_9.bin === + +qemu-system-x86_64: kernel does not fit in address space |