[Git][reproducible-builds/diffoscope][master] Ensure both WASM test data files are actually unique. (Closes: reproducible-builds/diffoscope#42)
Chris Lamb
gitlab at salsa.debian.org
Mon Feb 11 18:26:54 CET 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
d6eb188d by Chris Lamb at 2019-02-11T17:26:29Z
Ensure both WASM test data files are actually unique. (Closes: reproducible-builds/diffoscope#42)
- - - - -
2 changed files:
- tests/data/hello2.wasm
- tests/data/wasm_expected_diff
Changes:
=====================================
tests/data/hello2.wasm
=====================================
Binary files a/tests/data/hello2.wasm and b/tests/data/hello2.wasm differ
=====================================
tests/data/wasm_expected_diff
=====================================
@@ -1,11 +1,8 @@
-@@ -1,6 +1,8 @@
+@@ -1,6 +1,6 @@
(module
(type (;0;) (func))
- (import "" "hello" (func (;0;) (type 0)))
-+ (import "" "world" (func (;0;) (type 0)))
++ (import "" "iello" (func (;0;) (type 0)))
(func (;1;) (type 0)
-+ nop)
-+ (func (;2;) (type 0)
call 0)
-- (export "run" (func 1)))
-+ (export "run" (func 2)))
+ (export "run" (func 1)))
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/d6eb188d4a33c33ef15328b8be41ed56ec740fb2
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/d6eb188d4a33c33ef15328b8be41ed56ec740fb2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190211/a01dbab1/attachment.html>
More information about the rb-commits
mailing list