summaryrefslogtreecommitdiff
path: root/tests/futility/data
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-03-05 16:51:39 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-03-12 19:27:28 +0000
commit89901f00ef04b38cd2ef6f59e7e26630d75ab5e6 (patch)
tree9471c62a2524ca854d4fd35dbc3671f11b28225f /tests/futility/data
parentc8054eae600ec51f91027ff82647f1cfade047a3 (diff)
downloadvboot-89901f00ef04b38cd2ef6f59e7e26630d75ab5e6.tar.gz
futility: add tests for futil_file_type(), correctly this time
This adds a test to be sure we can identify the types of input files that futility can handle. This fixes commit d7e1e4f0befdda52ad48e5a8eb5fc49dbee40247, which was reverted in commit 1ab2c10e8cc51a66272458117e35619d87f53db0 because the Makefile dependencies were wrong. BUG=chromium:466433 BRANCH=none TEST=make runtests Also try this: \rm -rf build make $(pwd)/build/tests/futility/test_file_types -j16 Before, that failed every time. Now it works. Change-Id: I7702e1b99f4f593ef0121686a8616a2cb132e64a Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/259651 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests/futility/data')
-rw-r--r--tests/futility/data/fw_gbb.binbin0 -> 978944 bytes
-rw-r--r--tests/futility/data/fw_vblock.binbin0 -> 65536 bytes
-rw-r--r--tests/futility/data/kern_preamble.binbin0 -> 139264 bytes
-rw-r--r--tests/futility/data/random_noise.binbin0 -> 4096 bytes
-rw-r--r--tests/futility/data/sample.vbprik2bin0 -> 4724 bytes
-rw-r--r--tests/futility/data/sample.vbpubk2bin0 -> 2132 bytes
6 files changed, 0 insertions, 0 deletions
diff --git a/tests/futility/data/fw_gbb.bin b/tests/futility/data/fw_gbb.bin
new file mode 100644
index 00000000..e717a00c
--- /dev/null
+++ b/tests/futility/data/fw_gbb.bin
Binary files differ
diff --git a/tests/futility/data/fw_vblock.bin b/tests/futility/data/fw_vblock.bin
new file mode 100644
index 00000000..ec2769dd
--- /dev/null
+++ b/tests/futility/data/fw_vblock.bin
Binary files differ
diff --git a/tests/futility/data/kern_preamble.bin b/tests/futility/data/kern_preamble.bin
new file mode 100644
index 00000000..6d34ee56
--- /dev/null
+++ b/tests/futility/data/kern_preamble.bin
Binary files differ
diff --git a/tests/futility/data/random_noise.bin b/tests/futility/data/random_noise.bin
new file mode 100644
index 00000000..1e2d76ee
--- /dev/null
+++ b/tests/futility/data/random_noise.bin
Binary files differ
diff --git a/tests/futility/data/sample.vbprik2 b/tests/futility/data/sample.vbprik2
new file mode 100644
index 00000000..34f12e41
--- /dev/null
+++ b/tests/futility/data/sample.vbprik2
Binary files differ
diff --git a/tests/futility/data/sample.vbpubk2 b/tests/futility/data/sample.vbpubk2
new file mode 100644
index 00000000..aac42f38
--- /dev/null
+++ b/tests/futility/data/sample.vbpubk2
Binary files differ