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

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: use correct diffbase 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
OLDNEW
1 crbug.com/443780 virtual/slimmingpaint/fast/events/option-tab.html [ Failure ] 1 crbug.com/443780 virtual/slimmingpaint/fast/events/option-tab.html [ Failure ]
2 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-click-hyperlink.htm l [ Failure ] 2 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-click-hyperlink.htm l [ Failure ]
3 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-body.html [ ImageOnlyFailure ]
4 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/scale-and-scroll-ifra me-window.html [ ImageOnlyFailure ]
5 crbug.com/443780 virtual/slimmingpaint/fast/events/touch/compositor-touch-hit-re cts-scroll.html [ Failure ] 5 crbug.com/443780 virtual/slimmingpaint/fast/events/touch/compositor-touch-hit-re cts-scroll.html [ Failure ]
6 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-in-iframe.html [ Ti meout ] 6 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-in-iframe.html [ Ti meout ]
7 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-click.html [ Timeou t ] 7 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-click.html [ Timeou t ]
8 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-event-fired.html [ Timeout ] 8 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-event-fired.html [ Timeout ]
9 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-nested-divs.html [ Timeout ] 9 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-nested-divs.html [ Timeout ]
10 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-drag.html [ Timeout ] 10 crbug.com/443780 virtual/slimmingpaint/fast/events/panScroll-drag.html [ Timeout ]
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 578
579 crbug.com/363280 [ Debug ] inspector-protocol/debugger/debugger-terminate-dedica ted-worker-while-paused.html [ Crash Pass ] 579 crbug.com/363280 [ Debug ] inspector-protocol/debugger/debugger-terminate-dedica ted-worker-while-paused.html [ Crash Pass ]
580 580
581 crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ] 581 crbug.com/309675 compositing/gestures/gesture-tapHighlight-simple-longPress.html [ ImageOnlyFailure ]
582 582
583 # Linux uses the system's NSS library for its WebCrypto implementation, whereas 583 # Linux uses the system's NSS library for its WebCrypto implementation, whereas
584 # Windows, Mac and Android use a statically-linked BoringSSL. 584 # Windows, Mac and Android use a statically-linked BoringSSL.
585 # As such: 585 # As such:
586 # 586 #
587 # (a) Support for RSA is not guaranteed as the system NSS may be ancient. 587 # (a) Support for RSA is not guaranteed as the system NSS may be ancient.
588 # (b) RSA-PSS, AES-CTR, ECDH and ECDSA have only been implemented for BoringSSL 588 # (b) RSA-PSS, AES-CTR, ECDH and ECDSA have only been implemented for BoringSSL
eroman 2015/01/07 01:18:42 Add in HKDF to this list, if we are to keep it.
nharper 2015/01/09 22:41:46 Done.
589 # based WebCrypto. 589 # based WebCrypto.
590 # 590 #
591 # These issue will be resolved once Linux switches to BoringSSL 591 # These issue will be resolved once Linux switches to BoringSSL
592 # (http://crbug.com/338887). 592 # (http://crbug.com/338887).
593 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-generate-non-extractable-key.h tml [ Failure Pass ] 593 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-generate-non-extractable-key.h tml [ Failure Pass ]
594 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-key-manipulation.html [ Failur e Pass ] 594 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-key-manipulation.html [ Failur e Pass ]
595 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-plaintext-length.html [ Failur e Pass ] 595 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-plaintext-length.html [ Failur e Pass ]
596 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-wrap-unwrap-aes.html [ Failure Pass ] 596 crbug.com/382732 [ Linux ] crypto/subtle/rsa-oaep-wrap-unwrap-aes.html [ Failure Pass ]
597 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-private.html [ Failu re Pass ] 597 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-private.html [ Failu re Pass ]
598 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-public.html [ Failur e Pass ] 598 crbug.com/378315 [ Linux ] crypto/subtle/clone-rsaHashedKey-public.html [ Failur e Pass ]
(...skipping 13 matching lines...) Expand all
612 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-generateKey-parseAlgorithm-failur es.html [ Failure Pass ] 612 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-generateKey-parseAlgorithm-failur es.html [ Failure Pass ]
613 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-import-jwk.html [ Failure Pass ] 613 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-import-jwk.html [ Failure Pass ]
614 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-sign-verify.html [ Failure Pass ] 614 crbug.com/338883 [ Linux ] crypto/subtle/ecdsa-sign-verify.html [ Failure Pass ]
615 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits-failures.html [ Failure Pass ] 615 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits-failures.html [ Failure Pass ]
616 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits.html [ Failure Pass ] 616 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveBits.html [ Failure Pass ]
617 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-generate-key.html [ Failure Pass ] 617 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-generate-key.html [ Failure Pass ]
618 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-import-jwk.html [ Failure Pass ] 618 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-import-jwk.html [ Failure Pass ]
619 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-aes.html [ Failure Pass ] 619 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-aes.html [ Failure Pass ]
620 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-failures.html [ Failure Pass ] 620 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-failures.html [ Failure Pass ]
621 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-hmac.html [ Failure Pass ] 621 crbug.com/338883 [ Linux ] crypto/subtle/ecdh-deriveKey-hmac.html [ Failure Pass ]
622 crbug.com/338887 [ Linux ] crypto/subtle/clone-hkdfKey.html [ Failure Pass ]
623 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits-failures.html [ Failure Pass ]
624 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveBits.html [ Failure Pass ]
625 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-deriveKey.html [ Failure Pass ]
626 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-failures.html [ Failure Pass ]
eroman 2015/01/07 01:18:42 Naming issue: there is hkdf-deriveBits-failures an
nharper 2015/01/09 22:41:46 Renamed tests.
627 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-importKey.html [ Failure Pass ]
eroman 2015/01/07 01:18:42 Please also add export tests.
nharper 2015/01/09 22:41:46 I'm not sure what export tests you want - calling
eroman 2015/01/12 22:35:22 That is sufficient.
628 crbug.com/338887 [ Linux ] crypto/subtle/hkdf-unwrapKey.html [ Failure Pass ]
622 629
623 # There are some unresolved problems with the teardown of WebWorkers that make 630 # There are some unresolved problems with the teardown of WebWorkers that make
624 # the "abandon" WebCrypto tests flaky-crash. This flakiness can also affect the 631 # the "abandon" WebCrypto tests flaky-crash. This flakiness can also affect the
625 # tests run immediately afterwards (the two AES-CBC decrypt tests). 632 # tests run immediately afterwards (the two AES-CBC decrypt tests).
626 # See http://crbug.com/440450. 633 # See http://crbug.com/440450.
627 crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ] 634 crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ]
628 crbug.com/440277 crypto/subtle/abandon-crypto-operation2.html [ Crash Pass ] 635 crbug.com/440277 crypto/subtle/abandon-crypto-operation2.html [ Crash Pass ]
629 crbug.com/409767 crypto/subtle/worker-subtle-crypto-concurrent.html [ Crash Pass ] 636 crbug.com/409767 crypto/subtle/worker-subtle-crypto-concurrent.html [ Crash Pass ]
630 crbug.com/438403 crypto/subtle/aes-cbc-decrypt-failure.html [ Crash Pass ] 637 crbug.com/438403 crypto/subtle/aes-cbc-decrypt-failure.html [ Crash Pass ]
631 crbug.com/438403 crypto/subtle/aes-cbc-encrypt-decrypt.html [ Crash Pass ] 638 crbug.com/438403 crypto/subtle/aes-cbc-encrypt-decrypt.html [ Crash Pass ]
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
1585 crbug.com/442340 webexposed/global-interface-listing-dedicated-worker.html [ Nee dsManualRebaseline ] 1592 crbug.com/442340 webexposed/global-interface-listing-dedicated-worker.html [ Nee dsManualRebaseline ]
1586 crbug.com/442340 virtual/stable/webexposed/global-interface-listing-shared-worke r.html [ NeedsManualRebaseline ] 1593 crbug.com/442340 virtual/stable/webexposed/global-interface-listing-shared-worke r.html [ NeedsManualRebaseline ]
1587 1594
1588 crbug.com/390488 [ Mac Debug ] svg/custom/foreign-object-skew.svg [ ImageOnlyFai lure ] 1595 crbug.com/390488 [ Mac Debug ] svg/custom/foreign-object-skew.svg [ ImageOnlyFai lure ]
1589 1596
1590 crbug.com/445097 inspector-protocol/timeline/timeline-dispatchEvent.html [ Pass Failure ] 1597 crbug.com/445097 inspector-protocol/timeline/timeline-dispatchEvent.html [ Pass Failure ]
1591 1598
1592 crbug.com/445889 virtual/slimmingpaint/fast/inline/fixed-pos-moves-with-abspos-i nline-parent.html [ Pass Failure ] 1599 crbug.com/445889 virtual/slimmingpaint/fast/inline/fixed-pos-moves-with-abspos-i nline-parent.html [ Pass Failure ]
1593 crbug.com/445889 fast/inline/fixed-pos-moves-with-abspos-inline-parent.html [ Pa ss Failure ] 1600 crbug.com/445889 fast/inline/fixed-pos-moves-with-abspos-inline-parent.html [ Pa ss Failure ]
1594 crbug.com/445955 [ Mac ] web-animations-api/player-cancel-finishes.html [ Pass F ailure ] 1601 crbug.com/445955 [ Mac ] web-animations-api/player-cancel-finishes.html [ Pass F ailure ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/clone-hkdfKey.html » ('j') | LayoutTests/crypto/subtle/clone-hkdfKey.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698