crypto/subtle/ecdsa-generate-export-key-pkcs8.html is flaky only for Windows. https://results.webkit.org/?suite=layout-tests&test=crypto%2Fsubtle%2Fecdsa-generate-export-key-pkcs8.html The reproduction rate is low. Unexpected flakiness: text-only failures (1) crypto/subtle/ecdsa-generate-export-key-pkcs8.html [ Failure Pass ] Buildbot: builder WinCairo-64-bit-Release-Tests build 2609 (270106@main) https://build.webkit.org/#/builders/728/builds/2609 --- C:\BW\WinCairo-64-bit-Release-Tests\build\layout-test-results\crypto/subtle/ecdsa-generate-export-key-pkcs8-expected.txt +++ C:\BW\WinCairo-64-bit-Release-Tests\build\layout-test-results\crypto/subtle/ecdsa-generate-export-key-pkcs8-actual.txt @@ -5,7 +5,7 @@ Generating a key pair... Exporting the public key... -PASS privateKey.byteLength is 138 +FAIL privateKey.byteLength should be 138. Was 137. PASS successfullyParsed is true TEST COMPLETE
It's reproducible with Windows Debug builds on my PC. > python .\Tools\Scripts\run-webkit-tests --debug crypto/subtle/ecdsa-generate-export-key-pkcs8.html --iter=100 -v > 97 tests ran as expected, 3 didn't:
<rdar://problem/118221061>