fast/forms/ios/remove-view-after-focus.html is a flaky crash on iOS Debug HISTORY: https://results.webkit.org/?suite=layout-tests&test=fast%2Fforms%2Fios%2Fremove-view-after-focus.html Crash Log is attached.
Created attachment 464612 [details] Crash Log
<rdar://problem/104573436>
Test is flaky; However, I was able to reproduce crash on iOS 16 Debug ToT running the test as follows: Run-webkit-test --iOS-simulator fast/forms/ios/remove-view-after-focus.html --iteration 100 Running in iterations of 100 allowed us to reproduce the crash more than once during that test run.
It appears to have been a flaky crash since testing began on iOS 16.
Pull request: https://github.com/WebKit/WebKit/pull/8995
Committed 259247@main (9e94ed68b0a1): <https://commits.webkit.org/259247@main> Reviewed commits have been landed. Closing PR #8995 and removing active labels.
Reopening since the above was a test gardening commit.
ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key) /Volumes/Data/worker/Apple-iOS-16-Simulator-Debug-Build/build/WebKitBuild/Debug-iphonesimulator/usr/local/include/wtf/HashTable.h(659) : void WTF::HashTable<unsigned int, WTF::KeyValuePair<unsigned int, OpaqueJSString *>, WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<unsigned int, OpaqueJSString *>>, WTF::DefaultHash<unsigned int>, WTF::HashMap<unsigned int, OpaqueJSString *>::KeyValuePairTraits, WTF::HashTraits<unsigned int>>::checkKey(const T &) [Key = unsigned int, Value = WTF::KeyValuePair<unsigned int, OpaqueJSString *>, Extractor = WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<unsigned int, OpaqueJSString *>>, HashFunctions = WTF::DefaultHash<unsigned int>, Traits = WTF::HashMap<unsigned int, OpaqueJSString *>::KeyValuePairTraits, KeyTraits = WTF::HashTraits<unsigned int>, HashTranslator = WTF::IdentityHashTranslator<WTF::HashMap<unsigned int, OpaqueJSString *>::KeyValuePairTraits, WTF::DefaultHash<unsigned int>>, T = unsigned int]
Perhaps caused by a preceding test? Seems unlikely that this code gets triggered as part of generic layout test execution.