How do I jump to the line of a failure in Emacs directly?
Google Test’s failure message format is understood by Emacs and many other IDEs, like acme and XCode. If a Google Test message is in a compilation buffer in Emacs, then it’s clickable. You can now hit enter on a message to jump to the corresponding source code, or use C-x ` to jump to the next failure.