Bug 182396 - Flaky Test: imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.https.html
Summary: Flaky Test: imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_suc...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords:
Depends on:
Blocks: 50856
  Show dependency treegraph
 
Reported: 2018-02-01 11:16 PST by WebKit Commit Bot
Modified: 2019-05-08 12:59 PDT (History)
6 users (show)

See Also:


Attachments
Archive of layout-test-results from webkit-cq-01 (2.28 MB, application/zip)
2018-02-01 11:16 PST, WebKit Commit Bot
no flags Details
crash log (103.72 KB, text/plain)
2018-02-06 12:28 PST, Alexey Proskuryakov
no flags Details
Archive of layout-test-results from webkit-cq-01 (2.30 MB, application/zip)
2018-02-10 07:44 PST, WebKit Commit Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Commit Bot 2018-02-01 11:16:49 PST
This is an automatically generated bug from the commit-queue.
imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.https.html has been flaky on the commit-queue.

imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.https.html was authored by youennf@gmail.com.
https://trac.webkit.org/browser/trunk/LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.https.html

The commit-queue just saw imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.https.html flake (DumpRenderTree crashed) while processing attachment 332887 [details] on bug 182373.
Bot: webkit-cq-01  Port: <class 'webkitpy.common.config.ports.MacPort'>  Platform: Mac OS X 10.12.6

The bots will update this with information from each new failure.

If you believe this bug to be fixed or invalid, feel free to close.  The bots will re-open if the flake re-occurs.

If you would like to track this test fix with another bug, please close this bug as a duplicate.  The bots will follow the duplicate chain when making future comments.
Comment 1 WebKit Commit Bot 2018-02-01 11:16:51 PST
Created attachment 332894 [details]
Archive of layout-test-results from webkit-cq-01
Comment 2 Alexey Proskuryakov 2018-02-06 12:27:07 PST
It crashed:

Thread 26 Crashed:: WTF::AutomaticThread
0   com.apple.JavaScriptCore      	0x0000000109c8888e JSC::MarkedBlock::aboutToMarkSlow(unsigned int) + 94 (atomic:882)
1   com.apple.JavaScriptCore      	0x0000000109da9477 JSC::PolymorphicCallStubRoutine::markRequiredObjectsInternal(JSC::SlotVisitor&) + 71 (MarkedBlock.h:551)
2   com.apple.JavaScriptCore      	0x0000000109c84c2a JSC::JITStubRoutineSet::traceMarkedStubRoutines(JSC::SlotVisitor&) + 74 (JITStubRoutineSet.cpp:114)
3   com.apple.JavaScriptCore      	0x0000000109c8be6c JSC::MarkingConstraintSolver::runExecutionThread(JSC::SlotVisitor&, JSC::MarkingConstraintSolver::SchedulerPreference, WTF::ScopedLambda<std::optional<unsigned int> ()>) + 1036 (SlotVisitor.h:112)
4   com.apple.JavaScriptCore      	0x0000000109c922f4 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode, WTF::MonotonicTime) + 1364 (SlotVisitor.cpp:662)
5   com.apple.JavaScriptCore      	0x0000000109c75b0c WTF::SharedTaskFunctor<void (), JSC::Heap::runBeginPhase(JSC::GCConductor)::$_14>::run() + 156 (SlotVisitor.h:263)
6   com.apple.JavaScriptCore      	0x000000010a208c2c WTF::ParallelHelperClient::runTask(WTF::RefPtr<WTF::SharedTask<void ()>, WTF::DumbPtrTraits<WTF::SharedTask<void ()> > >) + 44 (DumbPtrTraits.h:41)
Comment 3 Alexey Proskuryakov 2018-02-06 12:28:52 PST
Created attachment 333204 [details]
crash log
Comment 4 WebKit Commit Bot 2018-02-10 07:44:06 PST
The commit-queue just saw imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_RSASSA-PKCS1-v1_5.https.html flake (DumpRenderTree crashed) while processing attachment 333556 [details] on bug 182662.
Bot: webkit-cq-01  Port: <class 'webkitpy.common.config.ports.MacPort'>  Platform: Mac OS X 10.12.6
Comment 5 WebKit Commit Bot 2018-02-10 07:44:07 PST
Created attachment 333558 [details]
Archive of layout-test-results from webkit-cq-01
Comment 6 Simon Pieters (:zcorpan) 2019-05-08 12:59:00 PDT
WebCryptoAPI tests were fixed upstream in:

https://github.com/web-platform-tests/wpt/issues/10794
https://github.com/web-platform-tests/wpt/pull/10984

Consider syncing and enabling them if they are no longer flaky in WebKit.