-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Test stl_logging fails in macOS CMake build #201
Labels
Comments
xhochy
added a commit
to xhochy/glog
that referenced
this issue
Apr 29, 2019
Printing the content of hash-based containers doesn't lead always to the same string as their ordering is not fixed. Luckily the number of possible permutations is so small that we can enumerate all of them. Fixes google#201.
xhochy
added a commit
to xhochy/glog
that referenced
this issue
Apr 29, 2019
Printing the content of hash-based containers doesn't lead always to the same string as their ordering is not fixed. Luckily the number of possible permutations is so small that we can enumerate all of them. Fixes google#201.
With glog 0.4.0 I still get this error in stl_logging:
|
@emmenlau Have you solved it? I hit the some problem when I am mitigrating my building codes with upate of new cmake commands into a new mac book. And previously it worked very well.
|
Its still the same for me, tests fail. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running into a test failure on macOS 10.10 using AppleClang 6.1.0.6020053 with CMake when building glog 0.3.5. [1] When building with regular Make using the same macOS configuration, the same failure does not occur. [2] Neither CMake nor Make fail on Linux. Perhaps there is a bug in the CMake build w.r.t. macOS?
1: https://travis-ci.org/conda-forge/glog-feedstock/builds/246915696#L466
2: https://travis-ci.org/conda-forge/glog-feedstock/builds/246912247#L540
The text was updated successfully, but these errors were encountered: