googletest icon indicating copy to clipboard operation
googletest copied to clipboard

[Bug]: ContainsTimes.ListMatchesWhenElementQuantityMatches fails on armel

Open mariogrip opened this issue 2 years ago • 0 comments

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)

mariogrip avatar Jun 18 '23 23:06 mariogrip