AllocationInstrumentationTest#intrinsics fails on x86
- Dominant language
- Java
- Stars
- 818
- Forks
- 112
- Avg merge
- 12m
- Merged PRs (30d)
- 5
Description
```
What steps will reproduce the problem?
1. Install a 32bit jdk
2. run mvn -Dtest=com.google.caliper.runner.AllocationInstrumentTest#intrinsics
clean test
What is the expected output? What do you see instead?
The test should succeed; instead it fails:
Failed tests: intrinsics(com.google.caliper.runner.AllocationInstrumentTest):
expected:<1960.0> but was:<1904.0>
What version of the product are you using? On what operating system?
Latest caliper from git (9788e7)
Debian Jessie 32bit and 64bit
oracle jdk 1.7.0_51 32bit and 64bit (32bit also tested on 64bit OS)
```
Original issue reported on code.google.com by `rene.kra...@gmail.com` on 20 Feb 2014 at 10:14
Contributor guide
Assessment
This issue has not been assessed yet.