Bug 241380 - REGRESSION (250986@main): [iOS/macOS] ASSERTION FAILED: isASCII(characters[I]) in WTF::ASCIILiteral WTF::StringLiterals::operator""_s(const char *, size_t)
Summary: REGRESSION (250986@main): [iOS/macOS] ASSERTION FAILED: isASCII(characters[I]...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Safari 13
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-07 11:54 PDT by Ryan Haddad
Modified: 2022-06-07 21:45 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2022-06-07 11:54:10 PDT
After https://commits.webkit.org/250986@main landed, the following API test is asserting on iOS / macOS debug bots:

    TestWebKitAPI.HTTPParsers.ParseCrossOriginResourcePolicyHeader
        ASSERTION FAILED: isASCII(characters[i])
        /Volumes/Data/worker/Apple-iOS-15-Simulator-Debug-Build/build/WebKitBuild/Debug-iphonesimulator/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&test=TestWebKitAPI.HTTPParsers.ParseCrossOriginResourcePolicyHeader&test=TestWebKitAPI.IPCTestingAPI.CanSendSharedMemory
Comment 1 Radar WebKit Bug Importer 2022-06-07 11:54:18 PDT
<rdar://problem/94552881>
Comment 2 Ryan Haddad 2022-06-07 16:34:24 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1361
Comment 3 EWS 2022-06-07 21:45:48 PDT
Committed r295375 (251383@main): <https://commits.webkit.org/251383@main>

Reviewed commits have been landed. Closing PR #1361 and removing active labels.