WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
241207
REGRESSION (
250986@main
): ASSERTION FAILED: isASCII(characters[I]) in WTF::ASCIILiteral WTF::StringLiterals::operator""_s()
https://bugs.webkit.org/show_bug.cgi?id=241207
Summary
REGRESSION (250986@main): ASSERTION FAILED: isASCII(characters[I]) in WTF::AS...
Ryan Haddad
Reported
2022-06-01 17:16:20 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-06-01 17:16:29 PDT
<
rdar://problem/94256662
>
Ryan Haddad
Comment 2
2022-06-01 17:17:28 PDT
Looks like this started with
https://commits.webkit.org/250986@main
Chris Dumez
Comment 3
2022-06-01 17:18:19 PDT
Fixing.
Chris Dumez
Comment 4
2022-06-01 18:21:30 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/1229
EWS
Comment 5
2022-06-01 18:25:06 PDT
Committed
r295114
(
251205@main
): <
https://commits.webkit.org/251205@main
> Reviewed commits have been landed. Closing PR #1229 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug