aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/packedstruct1
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-10-24 14:21:51 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2016-10-24 14:34:59 +0200
commit03ab00aec5d10f4a2d048fab7f16489cf33fcc1d (patch)
tree16d5313fb0d61585f6d82c6232228d716e9f7553 /test/regression/Results/packedstruct1
parent2fc1f0ce18c45d1148493d58e0c848fc70c44a4d (diff)
downloadcompcert-03ab00aec5d10f4a2d048fab7f16489cf33fcc1d.tar.gz
compcert-03ab00aec5d10f4a2d048fab7f16489cf33fcc1d.zip
Update the tests and test infrastructure in test/regression
Tests updated to work with x86 64 bits. Infrastructure added: script "Runtest", with ability to have different reference outputs depending on platform or bit size.
Diffstat (limited to 'test/regression/Results/packedstruct1')
-rw-r--r--test/regression/Results/packedstruct125
1 files changed, 0 insertions, 25 deletions
diff --git a/test/regression/Results/packedstruct1 b/test/regression/Results/packedstruct1
deleted file mode 100644
index e4bca769..00000000
--- a/test/regression/Results/packedstruct1
+++ /dev/null
@@ -1,25 +0,0 @@
-sizeof(struct s1) = 14
-offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
-s1 = {x = 123, y = -456, z = 3.14159}
-
-sizeof(struct s2) = 16
-&s2 mod 16 = 0
-offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
-s2 = {x = 57, y = -456, z = 3.14159}
-
-sizeof(struct s3) = 31
-offsetof(s) = 29
-s3 = {x = 123, y = 45678, z = 2147483649, v = -456, w = -1234567, p is ok, t = {111,222,333}, s = {'o','k'}}
-
-sizeof(struct s4) = 16
-offsetof(x) = 0, offsetof(y) = 4, offsetof(z) = 8
-s4 = {x = 123, y = -456, z = 3.14159}
-
-sizeof(struct s5) = 14
-offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
-s5 = {x = 123, y = -456, z = 3.14159}
-
-sizeof(struct s6) = 14
-offsetof(x) = 0, offsetof(y) = 2, offsetof(z) = 6
-s62 = {x = 123, y = -456, z = 3.14159}
-