From: Debian Python Team Date: Thu, 24 Mar 2022 19:39:34 +0000 (+0000) Subject: test-clone-stream_bigendian X-Git-Tag: archive/raspbian/6.1.2-1+rpi1~1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=89868ea995a49caba81bcfd784d8309e3c5f6cf8;p=mercurial.git test-clone-stream_bigendian # HG changeset patch # User Julien Cristau # Date 1647351947 -3600 # Tue Mar 15 14:45:47 2022 +0100 # Branch stable # Node ID 3e911cdaa0585276740d2c72357ca776bb62db62 # Parent d4486810a1795fba9521449b8885ced034f3a6dd test: update test-clone-stream.t to pass on bigendian Fixes: a3cf460a6b1b ("stream-clone: also filter the requirement we put in the bundle 2") Differential Revision: https://phab.mercurial-scm.org/D12377 Gbp-Pq: Name test-clone-stream_bigendian.patch --- diff --git a/tests/test-clone-stream.t b/tests/test-clone-stream.t index 326b8ca..d2304dc 100644 --- a/tests/test-clone-stream.t +++ b/tests/test-clone-stream.t @@ -316,8 +316,8 @@ getbundle requests with stream=1 are uncompressed #endif #if zstd no-rust $ f --size --hex --bytes 256 body - body: size=116310 - body: size=116335 (bigendian !) + body: size=116310 (no-bigendian !) + body: size=116305 (bigendian !) 0000: 04 6e 6f 6e 65 48 47 32 30 00 00 00 00 00 00 00 |.noneHG20.......| 0010: 7c 07 53 54 52 45 41 4d 32 00 00 00 00 03 00 09 ||.STREAM2.......| 0020: 06 09 04 0c 40 62 79 74 65 63 6f 75 6e 74 31 30 |....@bytecount10|