dde_rump: rump_iso compare output on 64bit systems

Fixes #1141.
This commit is contained in:
Josef Söntgen 2014-04-04 15:22:52 +02:00 committed by Christian Helmuth
parent 2c15aaf67d
commit 65bdddbbdf
1 changed files with 24 additions and 0 deletions

View File

@ -103,6 +103,7 @@ grep_output {^\[init -> test-iso}
unify_output {at [a-f0-9]+} "at <unified>"
if {[have_spec 32bit]} {
compare_output_to {
[init -> test-iso] File size is 31000 at <unified>
[init -> test-iso] 00001000: 61616161 61616161 61616161 61616161 61616161
@ -121,4 +122,27 @@ compare_output_to {
[init -> test-iso] 0002003c: 63636363 63636363 63636363 63636363 63636363
[init -> test-iso]
}
}
if {[have_spec 64bit]} {
compare_output_to {
[init -> test-iso] File size is 31000 at <unified>
[init -> test-iso] 00001000: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso] 00001028: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso] 00001050: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso] 00001078: 6161616161616161 6161616161616161 6161616161616161 6161616161616161 6161616161616161
[init -> test-iso]
[init -> test-iso] 00010000: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso] 00010028: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso] 00010050: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso] 00010078: 6262626262626262 6262626262626262 6262626262626262 6262626262626262 6262626262626262
[init -> test-iso]
[init -> test-iso] 00020000: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso] 00020028: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso] 00020050: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso] 00020078: 6363636363636363 6363636363636363 6363636363636363 6363636363636363 6363636363636363
[init -> test-iso]
}
}
exec rm -rf bin/fs.iso