From 65bdddbbdfae56a7a34c6af7901cc568f731f6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Fri, 4 Apr 2014 15:22:52 +0200 Subject: [PATCH] dde_rump: rump_iso compare output on 64bit systems Fixes #1141. --- repos/dde_rump/run/rump_iso.run | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/repos/dde_rump/run/rump_iso.run b/repos/dde_rump/run/rump_iso.run index 2dbe6e350..fd401cc1f 100644 --- a/repos/dde_rump/run/rump_iso.run +++ b/repos/dde_rump/run/rump_iso.run @@ -103,6 +103,7 @@ grep_output {^\[init -> test-iso} unify_output {at [a-f0-9]+} "at " +if {[have_spec 32bit]} { compare_output_to { [init -> test-iso] File size is 31000 at [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 +[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