-
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
clang34, 35, 36 fails to pass unit tests with C++03 #13
Comments
I should mention that if I skip the SIGFPE unittest in The output is:
|
hey folks! is there any update about that ? I have the same issue here using glog 0.3.5 |
The test failure is probably due to glog/src/signalhandler_unittest.cc Line 92 in 3267f3e
|
Hi, I'm getting an error with the signalhandler_unittest with glog 0.3.4 and C++03 with the recent llvm family of compilers.
This is being run on fedora 20, on clang 34, 35, and 36. The following output is from clang35 and 36.
The following output is from clang34 on the same system.
Unfortunately I couldn't find
test-suite.log
to get any error messages out of it. It didn't appear to be created in any of the subdirs from glog-0.3.4.The text was updated successfully, but these errors were encountered: