[Webkit-unassigned] [Bug 241207] New: REGRESSION: ASSERTION FAILED: isASCII(characters[I]) in WTF::ASCIILiteral WTF::StringLiterals::operator""_s()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 17:16:20 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241207

            Bug ID: 241207
           Summary: REGRESSION: ASSERTION FAILED: isASCII(characters[I])
                    in WTF::ASCIILiteral
                    WTF::StringLiterals::operator""_s()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: webkit-bot-watchers-bugzilla at group.apple.com,
                    webkit-bug-importer at group.apple.com

The following API tests are asserting on debug bots:

    TestWTF.WTF_URL.URLSetFragmentIdentifier
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/ASCIILiteral.h(89) : WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)
    TestWTF.WTF_URL.URLSetQuery
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/ASCIILiteral.h(89) : WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)
    TestWTF.WTF_URLParser.Credentials
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/ASCIILiteral.h(89) : WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)
    TestWTF.WTF_URLParser.ParserDifferences
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/ASCIILiteral.h(89) : WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)
    TestWTF.WTF_URLParser.ParserFailures
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/ASCIILiteral.h(89) : WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)
    TestWebKitAPI.HTTPParsers.ParseCrossOriginResourcePolicyHeader
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-Monterey-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/ASCIILiteral.h(89) : WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)


https://results.webkit.org/?suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&suite=api-tests&test=TestWTF.WTF_URL.URLSetFragmentIdentifier&test=TestWTF.WTF_URL.URLSetQuery&test=TestWTF.WTF_URLParser.Credentials&test=TestWTF.WTF_URLParser.ParserDifferences&test=TestWTF.WTF_URLParser.ParserFailures&test=TestWebKitAPI.HTTPParsers.ParseCrossOriginResourcePolicyHeader

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220602/0e3df0c7/attachment-0001.htm>


More information about the webkit-unassigned mailing list