Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

1.4.x: t/binary.t fails on ARM hardware. #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?
1. Compile, run testsuite.

- What is the expected output?
Testsuite should pass.

- What do you see instead?
...
t/binary.t         (Wstat: 65280 Tests: 1311 Failed: 3)
  Failed tests:  1308-1310
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3312 tests but ran 1311.

- What version of the product are you using?
All 1.4.x. 

- On what operating system?
gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.31 armv5tel

- Please provide any additional information below.
Original testcase failure:
http://bugs.gentoo.org/show_bug.cgi?id=279386#c14

Also reproducible on an Marvell DB-78100-BP, which is also ARM5, with
GCC-4.4 and latest 2.6.32 git development kernel.

Please contact me via email if you need access to the hardware (they are
package testing boxes).

Original issue reported on code.google.com by robbat2....@gmail.com on 20 Oct 2009 at 8:16

GoogleCodeExporter commented 9 years ago
I'm taking this one so the guy hopefully doesn't get too many related emails.

Original comment by dsalli...@gmail.com on 20 Oct 2009 at 11:23

GoogleCodeExporter commented 9 years ago
dsallings: any progress on this?

Original comment by robbat2....@gmail.com on 14 Nov 2009 at 8:56

GoogleCodeExporter commented 9 years ago
I'm going to need a login on the box to proceed, I believe.  I can't seem to get
enough information just through buildbot.

Original comment by dsalli...@gmail.com on 14 Nov 2009 at 10:37

GoogleCodeExporter commented 9 years ago
This has been fixed as of ba7fdc5b14b925971c6358de67dae4d06199b6e5

Original comment by dsalli...@gmail.com on 26 Dec 2009 at 6:33

GoogleCodeExporter commented 9 years ago
The fix seems broken as the wrong numbers are save for comparison. My commit in 
the pull request should fix this:
  https://github.com/memcached/memcached/pull/3

Original comment by honkma...@googlemail.com on 19 Jan 2011 at 1:28