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

Side by Side Diff: LayoutTests/TestExpectations

Issue 820523003: [webcrypto] Implement PBKDF2 (blink-side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and structured cloning test 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 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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 # There are some unresolved problems with the teardown of WebWorkers that make 612 # 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 613 # the "abandon" WebCrypto tests flaky-crash. This flakiness can also affect the
614 # tests run immediately afterwards (the two AES-CBC decrypt tests). 614 # tests run immediately afterwards (the two AES-CBC decrypt tests).
615 # See http://crbug.com/440450. 615 # See http://crbug.com/440450.
616 crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ] 616 crbug.com/440277 crypto/subtle/abandon-crypto-operation.html [ Pass Crash ]
617 crbug.com/440277 crypto/subtle/abandon-crypto-operation2.html [ Crash Pass ] 617 crbug.com/440277 crypto/subtle/abandon-crypto-operation2.html [ Crash Pass ]
618 crbug.com/409767 crypto/subtle/worker-subtle-crypto-concurrent.html [ Crash Pass ] 618 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 ] 619 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 ] 620 crbug.com/438403 crypto/subtle/aes-cbc-encrypt-decrypt.html [ Crash Pass ]
621 621
622 # These PBKDF2 tests are failing without the Chromium implementation
623 crbug.com/399099 crypto/subtle/clone-pbkdf2Key.html [ Failure ]
624 crbug.com/399099 crypto/subtle/pbkdf2-deriveBits.html [ Failure ]
625 crbug.com/399099 crypto/subtle/pbkdf2-deriveBits-failures.html [ Failure ]
626 crbug.com/399099 crypto/subtle/pbkdf2-deriveKey-aes.html [ Failure ]
627 crbug.com/399099 crypto/subtle/pbkdf2-deriveKey-failures.html [ Failure ]
628
622 crbug.com/443566 http/tests/misc/image-error.html [ Failure Pass ] 629 crbug.com/443566 http/tests/misc/image-error.html [ Failure Pass ]
623 630
624 # This test needs to be updated to use a non-svg font. 631 # This test needs to be updated to use a non-svg font.
625 crbug.com/242735 fast/css/ex-unit-with-no-x-height.html [ ImageOnlyFailure Failu re ] 632 crbug.com/242735 fast/css/ex-unit-with-no-x-height.html [ ImageOnlyFailure Failu re ]
626 633
627 crbug.com/327698 [ Win Release ] virtual/gpu/fast/canvas/canvas-lost-gpu-context .html [ Pass Timeout ] 634 crbug.com/327698 [ Win Release ] virtual/gpu/fast/canvas/canvas-lost-gpu-context .html [ Pass Timeout ]
628 crbug.com/327698 [ Debug Linux Mac Win ] virtual/gpu/fast/canvas/canvas-lost-gpu -context.html [ Pass Timeout ] 635 crbug.com/327698 [ Debug Linux Mac Win ] virtual/gpu/fast/canvas/canvas-lost-gpu -context.html [ Pass Timeout ]
629 636
630 # Flaky on several platforms. 637 # Flaky on several platforms.
631 crbug.com/320139 fast/repaint/block-layout-inline-children-replaced.html [ Failu re Pass ] 638 crbug.com/320139 fast/repaint/block-layout-inline-children-replaced.html [ Failu re Pass ]
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 1624
1618 crbug.com/445097 inspector-protocol/timeline/timeline-dispatchEvent.html [ Pass Failure ] 1625 crbug.com/445097 inspector-protocol/timeline/timeline-dispatchEvent.html [ Pass Failure ]
1619 1626
1620 crbug.com/445889 virtual/slimmingpaint/fast/inline/fixed-pos-moves-with-abspos-i nline-parent.html [ Pass Failure ] 1627 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 ] 1628 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 ] 1629 crbug.com/445955 [ Mac ] web-animations-api/player-cancel-finishes.html [ Pass F ailure ]
1623 1630
1624 crbug.com/447425 [ Win Mac Linux ] fast/dynamic/011.html [ Pass Failure ] 1631 crbug.com/447425 [ Win Mac Linux ] fast/dynamic/011.html [ Pass Failure ]
1625 1632
1626 crbug.com/448274 [ Win Mac Linux ] http/tests/misc/prefetch-purpose.html [ Failu re ] 1633 crbug.com/448274 [ Win Mac Linux ] http/tests/misc/prefetch-purpose.html [ Failu re ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/crypto/subtle/clone-pbkdf2Key.html » ('j') | LayoutTests/crypto/subtle/clone-pbkdf2Key.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698