[Bug]: ContainsTimes.ListMatchesWhenElementQuantityMatches fails on armel
- Dominant language
- C++
- Stars
- 39.5k
- Forks
- 10.9k
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
### Describe the issue
ContainsTimes.ListMatchesWhenElementQuantityMatches seems to fail on armel
### Steps to reproduce the problem
Build and test googletest on armel
### What version of GoogleTest are you using?
1.13.0
### What operating system and version are you using?
debian unstable/sid
### What compiler and version are you using?
12.2.0 (Debian 12.2.0-14)
### What build system are you using?
cmake version 3.25.1
### Additional context
Log output
```
[ RUN ] ContainsTimes.ListMatchesWhenElementQuantityMatches
./googlemock/test/gmock-matchers-misc_test.cc:1394: Failure
Value of: some_list
Expected: quantity of elements that match is >= 2 is > 3
Actual: { 3, 1, 2, 3 }, whose elements (0, 2, 3) match but whose match quantity of 3 does not match
[ FAILED ] ContainsTimes.ListMatchesWhenElementQuantityMatches (0 ms)
```
Contributor guide
Assessment
This issue has not been assessed yet.