Bug 317961
| Summary: | [iOS] imported/w3c/web-platform-tests/digital-credentials/get-non-fully-active.https.html crashes or fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | marcosc, pascoe, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
imported/w3c/web-platform-tests/digital-credentials/get-non-fully-active.https.html crashes or fails.
The crash (assertion) is:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 WebCore 0x300002498 WTFCrashWithInfo(int, char const*, char const*) + 76
1 WebCore 0x3049f30b0 WebCore::CredentialRequestCoordinator::InteractionStateGuard::InteractionStateGuard(WebCore::CredentialRequestCoordinator&) + 168
2 WebCore 0x3049f3140 WebCore::CredentialRequestCoordinator::InteractionStateGuard::InteractionStateGuard(WebCore::CredentialRequestCoordinator&) + 36
3 WebCore 0x3049f47c0 WebCore::CredentialRequestCoordinator::processCredentialChooserResponse(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&, WTF::RefPtr<WebCore::AbortSignal, WTF::RawPtrTraits<WebCore::AbortSignal>, WTF::DefaultRefDerefTraits<WebCore::AbortSignal>>) + 248
4 WebCore 0x304a247e4 WebCore::CredentialRequestCoordinator::initiateTheCredentialRequest(WebCore::Document const&, WTF::Vector<WebCore::ValidatedMobileDocumentRequest, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&&, WTF::Vector<WebCore::MobileDocumentRequest, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&&, WTF::RefPtr<WebCore::AbortSignal, WTF::RawPtrTraits<WebCore::AbortSignal>, WTF::DefaultRefDerefTraits<WebCore::AbortSignal>>)::$_0::operator()(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&) const + 124
5 WebCore 0x304a24680 WTF::Detail::CallableWrapper<WebCore::CredentialRequestCoordinator::initiateTheCredentialRequest(WebCore::Document const&, WTF::Vector<WebCore::ValidatedMobileDocumentRequest, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&&, WTF::Vector<WebCore::MobileDocumentRequest, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&&, WTF::RefPtr<WebCore::AbortSignal, WTF::RawPtrTraits<WebCore::AbortSignal>, WTF::DefaultRefDerefTraits<WebCore::AbortSignal>>)::$_0, void, std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&>::call(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&) + 36
6 WebKit 0x11da3e58c WTF::Function<void (std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&)>::operator()(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&) const + 156
7 WebKit 0x11d9b2318 WTF::CompletionHandler<void (std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&)>::operator()(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&) + 152
8 WebKit 0x11f3f1030 WebKit::DigitalCredentialsCoordinator::showDigitalCredentialsChooser(mpark::variant<WTF::Vector<WebCore::MobileDocumentRequest, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>>&&, mpark::variant<WebCore::DigitalCredentialsMobileDocumentRequestData> const&, WTF::CompletionHandler<void (std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&)>&&)::$_1::operator()(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&) + 292
9 WebKit 0x11f3f0df8 WTF::Detail::CallableWrapper<WebKit::DigitalCredentialsCoordinator::showDigitalCredentialsChooser(mpark::variant<WTF::Vector<WebCore::MobileDocumentRequest, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>>&&, mpark::variant<WebCore::DigitalCredentialsMobileDocumentRequestData> const&, WTF::CompletionHandler<void (std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&)>&&)::$_1, void, std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&>::call(std::experimental::fundamentals_v3::expected<WebCore::DigitalCredentialsResponseData, WebCore::ExceptionData>&&) + 36
I also saw the test throw up some modal payment UI, which is going to break when running tests in parallel. This implies that we really can't run some digital-credentials tests as layout tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/180754536>
Simon Fraser (smfr)
Test gardening pull request: https://github.com/WebKit/WebKit/pull/67972
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 17884 ***
pascoe@apple.com
*** This bug has been marked as a duplicate of bug 317884 ***