Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Failing tests in main branch. #28

Open
Irallia opened this issue Mar 2, 2022 · 1 comment
Open

[BUG] Failing tests in main branch. #28

Irallia opened this issue Mar 2, 2022 · 1 comment

Comments

@Irallia
Copy link
Contributor

Irallia commented Mar 2, 2022

System: Mac OS
GCC version 11.2.0_3 (g++ 11)
cmake version 3.22.2

97% tests passed, 4 tests failed out of 159

Total Test time (real) =   1.81 sec

The following tests FAILED:
	 98 - stream/gz_ostream_test::gz_ostream.regular (Failed)
	 99 - stream/gz_ostream_test::gz_ostream.type_erased (Failed)
	116 - stream/transparent_ostream_test::transparent_ostream.regular_gz (Failed)
	117 - stream/transparent_ostream_test::transparent_ostream.type_erased_gz (Failed)

with

[ RUN      ] gz_ostream.regular
.../b.i.o./test/unit/stream/ostream_test_template.hpp:48: Failure
Expected equality of these values:
  buffer
    Which is: "\x1F\x8B\b\0\0\0\0\0\0\x13\v\xC9HU(,\xCDL\xCEVH*\xCA/\xCFSH\xCB\xAFP\xC8*\xCD-(V\xC8/K-R(\x1J\xE7$VU*\xA4\xE4\xA7\x3\09\xA3OA+\0\0\0"
  compressed<f>
    Which is: "\x1F\x8B\b\0\0\0\0\0\0\x3\v\xC9HU(,\xCDL\xCEVH*\xCA/\xCFSH\xCB\xAFP\xC8*\xCD-(V\xC8/K-R(\x1J\xE7$VU*\xA4\xE4\xA7\x3\09\xA3OA+\0\0\0"
[  FAILED  ] gz_ostream.regular (4 ms)
[ RUN      ] gz_ostream.type_erased
.../b.i.o./test/unit/stream/ostream_test_template.hpp:79: Failure
Expected equality of these values:
  buffer
    Which is: "\x1F\x8B\b\0\0\0\0\0\0\x13\v\xC9HU(,\xCDL\xCEVH*\xCA/\xCFSH\xCB\xAFP\xC8*\xCD-(V\xC8/K-R(\x1J\xE7$VU*\xA4\xE4\xA7\x3\09\xA3OA+\0\0\0"
  compressed<f>
    Which is: "\x1F\x8B\b\0\0\0\0\0\0\x3\v\xC9HU(,\xCDL\xCEVH*\xCA/\xCFSH\xCB\xAFP\xC8*\xCD-(V\xC8/K-R(\x1J\xE7$VU*\xA4\xE4\xA7\x3\09\xA3OA+\0\0\0"
[  FAILED  ] gz_ostream.type_erased (1 ms)

same for stream/transparent_ostream_test

@h-2
Copy link
Member

h-2 commented Mar 2, 2022

Thanks for the report. Yeah, GZ on Mac produces different files 😑

I will have a look at it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants