Note: Google Test filter = - [==========] Running 47 tests from 4 test cases. [----------] Global test environment set-up. [----------] 8 tests from URLParser [ RUN ] URLParser.Length [ OK ] URLParser.Length (0 ms) [ RUN ] URLParser.CountCharactersBefore [ OK ] URLParser.CountCharactersBefore (0 ms) [ RUN ] URLParser.Standard [ OK ] URLParser.Standard (0 ms) [ RUN ] URLParser.PathURL [ OK ] URLParser.PathURL (0 ms) [ RUN ] URLParser.WindowsFile [ OK ] URLParser.WindowsFile (0 ms) [ RUN ] URLParser.ExtractFileName [ OK ] URLParser.ExtractFileName (0 ms) [ RUN ] URLParser.ExtractQueryKeyValue [ OK ] URLParser.ExtractQueryKeyValue (0 ms) [ RUN ] URLParser.MailtoUrl [ OK ] URLParser.MailtoUrl (0 ms) [----------] 8 tests from URLParser (2 ms total) [----------] 21 tests from URLCanonTest [ RUN ] URLCanonTest.UTF [ OK ] URLCanonTest.UTF (0 ms) [ RUN ] URLCanonTest.ICUCharsetConverter [ OK ] URLCanonTest.ICUCharsetConverter (0 ms) [ RUN ] URLCanonTest.Scheme [ OK ] URLCanonTest.Scheme (1 ms) [ RUN ] URLCanonTest.Host [ OK ] URLCanonTest.Host (5 ms) [ RUN ] URLCanonTest.IPv4 [ OK ] URLCanonTest.IPv4 (4 ms) [ RUN ] URLCanonTest.IPv6 [ OK ] URLCanonTest.IPv6 (3 ms) [ RUN ] URLCanonTest.UserInfo [ OK ] URLCanonTest.UserInfo (0 ms) [ RUN ] URLCanonTest.Port [ OK ] URLCanonTest.Port (0 ms) [ RUN ] URLCanonTest.Path [ OK ] URLCanonTest.Path (2 ms) [ RUN ] URLCanonTest.Query [ OK ] URLCanonTest.Query (1 ms) [ RUN ] URLCanonTest.Ref [ OK ] URLCanonTest.Ref (0 ms) [ RUN ] URLCanonTest.CanonicalizeStandardURL [ OK ] URLCanonTest.CanonicalizeStandardURL (0 ms) [ RUN ] URLCanonTest.ReplaceStandardURL [ OK ] URLCanonTest.ReplaceStandardURL (0 ms) [ RUN ] URLCanonTest.ReplaceFileURL [ OK ] URLCanonTest.ReplaceFileURL (0 ms) [ RUN ] URLCanonTest.ReplacePathURL [ OK ] URLCanonTest.ReplacePathURL (0 ms) [ RUN ] URLCanonTest.ReplaceMailtoURL [ OK ] URLCanonTest.ReplaceMailtoURL (0 ms) [ RUN ] URLCanonTest.CanonicalizeFileURL [ OK ] URLCanonTest.CanonicalizeFileURL (0 ms) [ RUN ] URLCanonTest.CanonicalizePathURL [ OK ] URLCanonTest.CanonicalizePathURL (0 ms) [ RUN ] URLCanonTest.CanonicalizeMailtoURL [ OK ] URLCanonTest.CanonicalizeMailtoURL (0 ms) [ RUN ] URLCanonTest.ResolveRelativeURL [ OK ] URLCanonTest.ResolveRelativeURL (0 ms) [ RUN ] URLCanonTest.ReplacementOverflow [ OK ] URLCanonTest.ReplacementOverflow (29 ms) [----------] 21 tests from URLCanonTest (47 ms total) [----------] 16 tests from GURLTest [ RUN ] GURLTest.Types [ OK ] GURLTest.Types (0 ms) [ RUN ] GURLTest.Components [ OK ] GURLTest.Components (1 ms) [ RUN ] GURLTest.Empty [ OK ] GURLTest.Empty (0 ms) [ RUN ] GURLTest.Copy [ OK ] GURLTest.Copy (0 ms) [ RUN ] GURLTest.Invalid [ OK ] GURLTest.Invalid (0 ms) [ RUN ] GURLTest.Resolve [ OK ] GURLTest.Resolve (1 ms) [ RUN ] GURLTest.GetOrigin [ OK ] GURLTest.GetOrigin (0 ms) [ RUN ] GURLTest.GetWithEmptyPath [ OK ] GURLTest.GetWithEmptyPath (0 ms) [ RUN ] GURLTest.Replacements [ OK ] GURLTest.Replacements (0 ms) [ RUN ] GURLTest.PathForRequest [ OK ] GURLTest.PathForRequest (0 ms) [ RUN ] GURLTest.EffectiveIntPort [ OK ] GURLTest.EffectiveIntPort (0 ms) [ RUN ] GURLTest.IPAddress [ OK ] GURLTest.IPAddress (0 ms) [ RUN ] GURLTest.HostNoBrackets [ OK ] GURLTest.HostNoBrackets (1 ms) [ RUN ] GURLTest.DomainIs [ OK ] GURLTest.DomainIs (0 ms) [ RUN ] GURLTest.Newlines [ OK ] GURLTest.Newlines (0 ms) [ RUN ] GURLTest.IsStandard [ OK ] GURLTest.IsStandard (0 ms) [----------] 16 tests from GURLTest (3 ms total) [----------] 2 tests from URLUtilTest [ RUN ] URLUtilTest.FindAndCompareScheme [ OK ] URLUtilTest.FindAndCompareScheme (0 ms) [ RUN ] URLUtilTest.ReplaceComponents [ OK ] URLUtilTest.ReplaceComponents (0 ms) [----------] 2 tests from URLUtilTest (0 ms total) [----------] Global test environment tear-down [==========] 47 tests from 4 test cases ran. (52 ms total) [ PASSED ] 47 tests.