[Webkit-unassigned] [Bug 144938] WebCrypto: RSASSA-PKCS1-v1_5 generated keys can not be exported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 16:51:25 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=144938

Scott Valentine <svalentine at ikayzo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |svalentine at ikayzo.com

--- Comment #4 from Scott Valentine <svalentine at ikayzo.com> ---
I see some failures running with or without this patch. Here is the output without the patch:

************************************************************************************

Expected to timeout, but passed: (3)
  fast/frames/lots-of-objects.html
  imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html
  imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html

Expected to fail, but passed: (4)
  fast/hidpi/filters-blur.html
  fast/hidpi/image-srcset-svg-canvas.html
  imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
  plugins/navigator-plugins.html


Unexpected flakiness: timeouts (7)
  accessibility/accessibility-node-memory-management.html [ Timeout Pass ]
  accessibility/mac/abbr-acronym-tags.html [ Timeout Pass ]
  accessibility/mac/select-text/select-text-1.html [ Timeout Pass ]
  animations/3d/change-transform-in-end-event.html [ ImageOnlyFailure Timeout Pass ]
  animations/added-while-suspended.html [ Timeout Pass ]
  canvas/philip/tests/2d.canvas.readonly.html [ Timeout Pass ]
  imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Timeout Pass ]


Regressions: Unexpected text-only failures (1)
  http/tests/media/hls/video-controller-getStartDate.html [ Failure ]

Regressions: Unexpected timeouts (1)
  crypto/subtle/rsa-export-generated-keys.html [ Timeout ]

************************************************************************************


And here is the output after the patch:


************************************************************************************

Expected to timeout, but passed: (3)
  fast/frames/lots-of-objects.html
  imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_multiple.html
  imported/w3c/web-platform-tests/html/semantics/embedded-content/the-object-element/object-handler.html

Expected to fail, but passed: (4)
  fast/hidpi/filters-blur.html
  fast/hidpi/image-srcset-svg-canvas.html
  imported/w3c/web-platform-tests/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html
  plugins/navigator-plugins.html


Unexpected flakiness: timeouts (13)
  accessibility/accessibility-node-memory-management.html [ Timeout Pass ]
  accessibility/mac/abbr-acronym-tags.html [ Timeout Pass ]
  accessibility/mac/select-text/select-text-1.html [ Timeout Pass ]
  animations/3d/change-transform-in-end-event.html [ ImageOnlyFailure Timeout Pass ]
  animations/added-while-suspended.html [ Timeout Pass ]
  canvas/philip/tests/2d.canvas.readonly.html [ Timeout Pass ]
  http/tests/notifications/events.html [ Crash Timeout Pass ]
  imported/w3c/indexeddb/idbcursor-advance-invalid.htm [ Timeout Pass ]
  imported/w3c/indexeddb/idbdatabase_createObjectStore8-parameters.htm [ Timeout Pass ]
  storage/indexeddb/mozilla/cursor-update-updates-indexes.html [ Failure Timeout Pass ]
  storage/indexeddb/mozilla/cursors.html [ Timeout Pass ]
  webgl/1.0.2/conformance/context/context-lost-restored.html [ Timeout Pass ]
  webgl/1.0.2/conformance/rendering/point-size.html [ Timeout Pass ]


Regressions: Unexpected text-only failures (1)
  http/tests/media/hls/video-controller-getStartDate.html [ Failure ]

************************************************************************************

So things are pretty much behaving as expected WRT the patch. The regression failure is due to a buggy test... here's the output diff:

-EXPECTED (video.getStartDate() == 'Wed Nov 03 2010 01:00:00 GMT-0700 (PDT)') OK
+EXPECTED (video.getStartDate() == 'Wed Nov 03 2010 01:00:00 GMT-0700 (PDT)'), OBSERVED 'Tue Nov 02 2010 22:00:00 GMT-1000 (HST)' FAIL

So that is only failing because I'm in the wrong timezone.

In any case, I did a git pull today and just re-ran these to verify, I promoted the boolean flag to an enum as requested, and will be submitting a new patch momentarily.

Let me know what I can do if there are still failures on EWS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151106/8ecc2fd9/attachment.html>


More information about the webkit-unassigned mailing list