Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: LayoutTests/TestExpectations

Issue 822083003: Webcrypto: add layout tests for HKDF algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove duplicate test case Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/clone-hkdfKey.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/scale-and-scroll-ifra me-body.html [ ImageOnlyFailure ] 2 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/scale-and-scroll-ifra me-body.html [ ImageOnlyFailure ]
3 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/scale-and-scroll-ifra me-window.html [ ImageOnlyFailure ] 3 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/scale-and-scroll-ifra me-window.html [ ImageOnlyFailure ]
4 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/menu-key-context-menu -document.html [ Failure ] 4 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/menu-key-context-menu -document.html [ Failure ]
5 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/menu-key-context-menu .html [ Failure ] 5 crbug.com/443780 [ Mac ] virtual/slimmingpaint/fast/events/menu-key-context-menu .html [ Failure ]
6 crbug.com/435662 [ Mac ] virtual/slimmingpaint/fast/events/menu-key-context-menu -position.html [ Failure ] 6 crbug.com/435662 [ Mac ] virtual/slimmingpaint/fast/events/menu-key-context-menu -position.html [ Failure ]
7 crbug.com/441639 virtual/slimmingpaint/fast/overflow/paged-x-with-column-gap.htm l [ ImageOnlyFailure ] 7 crbug.com/441639 virtual/slimmingpaint/fast/overflow/paged-x-with-column-gap.htm l [ ImageOnlyFailure ]
8 crbug.com/441639 [ Linux ] virtual/slimmingpaint/fast/overflow/paged-x-div-with- column-gap.html [ ImageOnlyFailure ] 8 crbug.com/441639 [ Linux ] virtual/slimmingpaint/fast/overflow/paged-x-div-with- column-gap.html [ ImageOnlyFailure ]
9 crbug.com/441639 [ Debug ] virtual/slimmingpaint/fast/overflow/lots-of-sibling-i nline-boxes.html [ Pass Timeout ] 9 crbug.com/441639 [ Debug ] virtual/slimmingpaint/fast/overflow/lots-of-sibling-i nline-boxes.html [ Pass Timeout ]
10 10
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 567
568 crbug.com/363280 [ Debug ] inspector-protocol/debugger/debugger-terminate-dedica ted-worker-while-paused.html [ Crash Pass ] 568 crbug.com/363280 [ Debug ] inspector-protocol/debugger/debugger-terminate-dedica ted-worker-while-paused.html [ Crash Pass ]
569 569
570 crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ] 570 crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ]
571 571
572 # Linux uses the system's NSS library for its WebCrypto implementation, whereas 572 # Linux uses the system's NSS library for its WebCrypto implementation, whereas
573 # Windows, Mac and Android use a statically-linked BoringSSL. 573 # Windows, Mac and Android use a statically-linked BoringSSL.
574 # As such: 574 # As such:
575 # 575 #
576 # (a) Support for RSA is not guaranteed as the system NSS may be ancient. 576 # (a) Support for RSA is not guaranteed as the system NSS may be ancient.
577 # (b) RSA-PSS, AES-CTR, ECDH and ECDSA have only been implemented for BoringSSL 577 # (b) RSA-PSS, AES-CTR, ECDH, ECDSA, and HKDF have only been implemented for
578 # based WebCrypto. 578 # BoringSSL based WebCrypto.
579 # 579 #
580 # These issue will be resolved once Linux switches to BoringSSL 580 # These issue will be resolved once Linux switches to BoringSSL
581 # (http://crbug.com/338887). 581 # (http://crbug.com/338887).
582 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-generate-non-extractable-key.h tml [ Failure Pass ] 582 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-generate-non-extractable-key.h tml [ Failure Pass ]
583 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-key-manipulation.html [ Failur e Pass ] 583 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-key-manipulation.html [ Failur e Pass ]
584 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-plaintext-length.html [ Failur e Pass ] 584 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-plaintext-length.html [ Failur e Pass ]
585 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-wrap-unwrap-aes.html [ Failure Pass ] 585 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-wrap-unwrap-aes.html [ Failure Pass ]
586 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-private.html [ Failu re Pass ] 586 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-private.html [ Failu re Pass ]
587 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-public.html [ Failur e Pass ] 587 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-public.html [ Failur e Pass ]
588 crbug.com/378315 [ Linux ] crypto/subtle/exportKey-unextractable.html [ Failure Pass ] 588 crbug.com/378315 [ Linux ] crypto/subtle/exportKey-unextractable.html [ Failure Pass ]
(...skipping 12 matching lines...) Expand all
601 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-generateKey-parseAlgorithm-failur es.html [ Failure Pass ] 601 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-generateKey-parseAlgorithm-failur es.html [ Failure Pass ]
602 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-import-jwk.html [ Failure Pass ] 602 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-import-jwk.html [ Failure Pass ]
603 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-sign-verify.html [ Failure Pass ] 603 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-sign-verify.html [ Failure Pass ]
604 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits-failures.html [ Failure Pass ] 604 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits-failures.html [ Failure Pass ]
605 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits.html [ Failure Pass ] 605 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits.html [ Failure Pass ]
606 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-generate-key.html [ Failure Pass ] 606 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-generate-key.html [ Failure Pass ]
607 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-import-jwk.html [ Failure Pass ] 607 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-import-jwk.html [ Failure Pass ]
608 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-aes.html [ Failure Pass ] 608 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-aes.html [ Failure Pass ]
609 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-failures.html [ Failure Pass ] 609 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-failures.html [ Failure Pass ]
610 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-hmac.html [ Failure Pass ] 610 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-hmac.html [ Failure Pass ]
611 crbug.com/338887 [ Linux ] crypto/subtle/clone-hkdfKey.html [ Failure Pass ]
612 crbug.com/338887 [ Linux ] crypto/subtle/derive-hkdf-keys.html [ Failure Pass ]
613 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits-failures.html [ Failure Pass ]
614 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits.html [ Failure Pass ]
615 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits-rfc5869-test-vectors.ht ml [ Failure Pass ]
616 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveKey.html [ Failure Pass ]
617 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-exportKey.html [ Failure Pass ]
618 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-importKey-failures.html [ Failure Pass ]
619 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-unwrapKey.html [ Failure Pass ]
611 620
612 # There are some unresolved problems with the teardown of WebWorkers that make 621 # There are some unresolved problems with the teardown of WebWorkers that make
613 # the "abandon" WebCrypto tests flaky-crash. This flakiness can also affect the 622 # the "abandon" WebCrypto tests flaky-crash. This flakiness can also affect the
614 # tests run immediately afterwards (the two AES-CBC decrypt tests). 623 # tests run immediately afterwards (the two AES-CBC decrypt tests).
615 # See http://crbug.com/440450. 624 # See http://crbug.com/440450.
616 crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ] 625 crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ]
617 crbug.com/440277 crypto/subtle/abandon-crypto-operation2.html [ Crash Pass ] 626 crbug.com/440277 crypto/subtle/abandon-crypto-operation2.html [ Crash Pass ]
618 crbug.com/409767 crypto/subtle/worker-subtle-crypto-concurrent.html [ Crash Pass ] 627 crbug.com/409767 crypto/subtle/worker-subtle-crypto-concurrent.html [ Crash Pass ]
619 crbug.com/438403 crypto/subtle/aes-cbc-decrypt-failure.html [ Crash Pass ] 628 crbug.com/438403 crypto/subtle/aes-cbc-decrypt-failure.html [ Crash Pass ]
620 crbug.com/438403 crypto/subtle/aes-cbc-encrypt-decrypt.html [ Crash Pass ] 629 crbug.com/438403 crypto/subtle/aes-cbc-encrypt-decrypt.html [ Crash Pass ]
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 1626
1618 crbug.com/445097 inspector-protocol/timeline/timeline-dispatchEvent.html [ Pass Failure ] 1627 crbug.com/445097 inspector-protocol/timeline/timeline-dispatchEvent.html [ Pass Failure ]
1619 1628
1620 crbug.com/445889 virtual/slimmingpaint/fast/inline/fixed-pos-moves-with-abspos-i nline-parent.html [ Pass Failure ] 1629 crbug.com/445889 virtual/slimmingpaint/fast/inline/fixed-pos-moves-with-abspos-i nline-parent.html [ Pass Failure ]
1621 crbug.com/445889 fast/inline/fixed-pos-moves-with-abspos-inline-parent.html [ Pa ss Failure ] 1630 crbug.com/445889 fast/inline/fixed-pos-moves-with-abspos-inline-parent.html [ Pa ss Failure ]
1622 crbug.com/445955 [ Mac ] web-animations-api/player-cancel-finishes.html [ Pass F ailure ] 1631 crbug.com/445955 [ Mac ] web-animations-api/player-cancel-finishes.html [ Pass F ailure ]
1623 1632
1624 crbug.com/447425 [ Win Mac Linux ] fast/dynamic/011.html [ Pass Failure ] 1633 crbug.com/447425 [ Win Mac Linux ] fast/dynamic/011.html [ Pass Failure ]
1625 1634
1626 crbug.com/448045 fast/dom/defaultView-on-detached-document.html [ Pass Failure ] 1635 crbug.com/448045 fast/dom/defaultView-on-detached-document.html [ Pass Failure ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/clone-hkdfKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698