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

Side by Side Diff: LayoutTests/TestExpectations

Issue 754563003: Add LayoutTests for WebCrypto's ECDH algorithm. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master Created 6 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-ecKey-private.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/434560 virtual/slimmingpaint/fast/table/td-width-fifty-percent-regress ion.html [ ImageOnlyFailure ] 2 crbug.com/434560 virtual/slimmingpaint/fast/table/td-width-fifty-percent-regress ion.html [ ImageOnlyFailure ]
3 3
4 # This directly has manual tests that don't have to run with run-webkit-tests 4 # This directly has manual tests that don't have to run with run-webkit-tests
5 crbug.com/359838 http/tests/ManualTests/ [ Skip ] 5 crbug.com/359838 http/tests/ManualTests/ [ Skip ]
6 6
7 crbug.com/258949 fast/filesystem/workers/file-writer-truncate-extend.html [ Fail ure Pass ] 7 crbug.com/258949 fast/filesystem/workers/file-writer-truncate-extend.html [ Fail ure Pass ]
8 8
9 crbug.com/307782 [ Win ] http/tests/cache/stopped-revalidation.html [ Pass Timeo ut ] 9 crbug.com/307782 [ Win ] http/tests/cache/stopped-revalidation.html [ Pass Timeo ut ]
10 crbug.com/316146 [ XP ] http/tests/cache/cached-main-resource.html [ Pass Timeou t ] 10 crbug.com/316146 [ XP ] http/tests/cache/cached-main-resource.html [ Pass Timeou t ]
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 crbug.com/378315 [ Linux ] crypto/clone-rsaHashedKey-private.html [ Failure Pass ] 526 crbug.com/378315 [ Linux ] crypto/clone-rsaHashedKey-private.html [ Failure Pass ]
527 crbug.com/378315 [ Linux ] crypto/clone-rsaHashedKey-public.html [ Failure Pass ] 527 crbug.com/378315 [ Linux ] crypto/clone-rsaHashedKey-public.html [ Failure Pass ]
528 crbug.com/378315 [ Linux ] crypto/exportKey-unextractable.html [ Failure Pass ] 528 crbug.com/378315 [ Linux ] crypto/exportKey-unextractable.html [ Failure Pass ]
529 crbug.com/378315 [ Linux ] crypto/rsa-export-private-key.html [ Failure Pass ] 529 crbug.com/378315 [ Linux ] crypto/rsa-export-private-key.html [ Failure Pass ]
530 crbug.com/378315 [ Linux ] crypto/rsa-indexeddb.html [ Failure Pass ] 530 crbug.com/378315 [ Linux ] crypto/rsa-indexeddb.html [ Failure Pass ]
531 crbug.com/378315 [ Linux ] crypto/rsa-oaep-encrypt-parseAlgorithm-failures.html [ Failure Pass ] 531 crbug.com/378315 [ Linux ] crypto/rsa-oaep-encrypt-parseAlgorithm-failures.html [ Failure Pass ]
532 crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk-small-key.html [ Failure Pass ] 532 crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk-small-key.html [ Failure Pass ]
533 crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk.html [ Failure Pa ss ] 533 crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-import-jwk.html [ Failure Pa ss ]
534 crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-sign-verify.html [ Failure P ass ] 534 crbug.com/378315 [ Linux ] crypto/rsassa-pkcs1-v1_5-sign-verify.html [ Failure P ass ]
535 535
536 # RSA-PSS and ECDSA are only available for BoringSSL-based WebCrypto (which is c urrently 536 # RSA-PSS, ECDSA and ECDH are only available for BoringSSL-based WebCrypto (whic h is currently
537 # just Mac and Android). Once other platforms are switched over to BoringSSL 537 # just Mac and Android). Once other platforms are switched over to BoringSSL
538 # these test will pass. 538 # these test will pass.
539 crbug.com/338883 [ Linux Win ] crypto/rsa-pss-verify.html [ Failure Pass ] 539 crbug.com/338883 [ Linux Win ] crypto/rsa-pss-verify.html [ Failure Pass ]
540 crbug.com/338883 [ Linux Win ] crypto/clone-ecKey-private.html [ Failure Pass ] 540 crbug.com/338883 [ Linux Win ] crypto/clone-ecKey-private.html [ Failure Pass ]
541 crbug.com/338883 [ Linux Win ] crypto/clone-ecKey-public.html [ Failure Pass ] 541 crbug.com/338883 [ Linux Win ] crypto/clone-ecKey-public.html [ Failure Pass ]
542 crbug.com/338883 [ Linux Win ] crypto/ec-export-private-key.html [ Failure Pass ] 542 crbug.com/338883 [ Linux Win ] crypto/ec-export-private-key.html [ Failure Pass ]
543 crbug.com/338883 [ Linux Win ] crypto/ec-export-public-key.html [ Failure Pass ] 543 crbug.com/338883 [ Linux Win ] crypto/ec-export-public-key.html [ Failure Pass ]
544 crbug.com/338883 [ Linux Win ] crypto/ecdsa-generate-key.html [ Failure Pass ] 544 crbug.com/338883 [ Linux Win ] crypto/ecdsa-generate-key.html [ Failure Pass ]
545 crbug.com/338883 [ Linux Win ] crypto/ecdsa-generateKey-parseAlgorithm-failures. html [ Failure Pass ] 545 crbug.com/338883 [ Linux Win ] crypto/ecdsa-generateKey-parseAlgorithm-failures. html [ Failure Pass ]
546 crbug.com/338883 [ Linux Win ] crypto/ecdsa-import-jwk.html [ Failure Pass ] 546 crbug.com/338883 [ Linux Win ] crypto/ecdsa-import-jwk.html [ Failure Pass ]
547 crbug.com/338883 [ Linux Win ] crypto/ecdsa-sign-verify.html [ Failure Pass ] 547 crbug.com/338883 [ Linux Win ] crypto/ecdsa-sign-verify.html [ Failure Pass ]
548 crbug.com/338883 [ Linux Win ] crypto/ecdh-deriveBits-failures.html [ Failure Pa ss ]
549 crbug.com/338883 [ Linux Win ] crypto/ecdh-deriveBits.html [ Failure Pass ]
550 crbug.com/338883 [ Linux Win ] crypto/ecdh-generate-key.html [ Failure Pass ]
551 crbug.com/338883 [ Linux Win ] crypto/ecdh-import-jwk.html [ Failure Pass ]
548 552
549 # This test needs to be updated to use a non-svg font. 553 # This test needs to be updated to use a non-svg font.
550 crbug.com/242735 fast/css/ex-unit-with-no-x-height.html [ ImageOnlyFailure Failu re ] 554 crbug.com/242735 fast/css/ex-unit-with-no-x-height.html [ ImageOnlyFailure Failu re ]
551 555
552 crbug.com/327698 [ Win Release ] virtual/gpu/fast/canvas/canvas-lost-gpu-context .html [ Pass Timeout ] 556 crbug.com/327698 [ Win Release ] virtual/gpu/fast/canvas/canvas-lost-gpu-context .html [ Pass Timeout ]
553 crbug.com/327698 [ Debug Mac Win ] virtual/gpu/fast/canvas/canvas-lost-gpu-conte xt.html [ Pass Timeout ] 557 crbug.com/327698 [ Debug Mac Win ] virtual/gpu/fast/canvas/canvas-lost-gpu-conte xt.html [ Pass Timeout ]
554 558
555 crbug.com/369615 virtual/gpu/fast/canvas/canvas-overflow-hidden-animation.html [ Crash Pass Timeout ] 559 crbug.com/369615 virtual/gpu/fast/canvas/canvas-overflow-hidden-animation.html [ Crash Pass Timeout ]
556 560
557 # Flaky on several platforms. 561 # Flaky on several platforms.
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 1400
1397 crbug.com/435342 media/video-seeking.html [ Pass Failure ] 1401 crbug.com/435342 media/video-seeking.html [ Pass Failure ]
1398 1402
1399 crbug.com/436436 fast/dom/HTMLImageElement/image-srcset-w-onerror.html [ Pass Fa ilure ] 1403 crbug.com/436436 fast/dom/HTMLImageElement/image-srcset-w-onerror.html [ Pass Fa ilure ]
1400 1404
1401 # Test case needs to be updated after https://codereview.chromium.org/680213004/ 1405 # Test case needs to be updated after https://codereview.chromium.org/680213004/
1402 crbug.com/416425 virtual/textblob/fast/text/ellipsis-stroked.html [ ImageOnlyFai lure ] 1406 crbug.com/416425 virtual/textblob/fast/text/ellipsis-stroked.html [ ImageOnlyFai lure ]
1403 1407
1404 crbug.com/364225 virtual/gpu/fast/canvas/canvas-composite-text-alpha.html [ Pass Slow Timeout ] 1408 crbug.com/364225 virtual/gpu/fast/canvas/canvas-composite-text-alpha.html [ Pass Slow Timeout ]
1405 crbug.com/435525 [ Mac Debug ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ NeedsRebas eline ] 1409 crbug.com/435525 [ Mac Debug ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ NeedsRebas eline ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-ecKey-private.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698