diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 18:49:24 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 18:49:24 +0000 |
commit | 571e0680ac937f457581be4576de7e4e7486bca9 (patch) | |
tree | 0435d46b0f4029e80a08a7c1c6ad5a4130c1c965 | |
parent | ac124f28fa1f2ffc3c737899e1e1ef8cc56b003f (diff) | |
download | chromium_src-571e0680ac937f457581be4576de7e4e7486bca9.zip chromium_src-571e0680ac937f457581be4576de7e4e7486bca9.tar.gz chromium_src-571e0680ac937f457581be4576de7e4e7486bca9.tar.bz2 |
wine_valgrind: Disabled https/ssl tests while I investigate.
TBR=dank
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/501111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34967 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | tools/wine_valgrind/chrome_tests.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/wine_valgrind/chrome_tests.sh b/tools/wine_valgrind/chrome_tests.sh index d7b30ae..163f05d 100755 --- a/tools/wine_valgrind/chrome_tests.sh +++ b/tools/wine_valgrind/chrome_tests.sh @@ -141,6 +141,14 @@ media_unittests crash FFmpegGlueTest.Write media_unittests fail_wine_vmware WinAudioTest.PCMWaveStreamTripleBuffer media_unittests hang-valgrind WinAudioTest.PCMWaveSlowSource net_unittests fail SSLClientSocketTest.Read_Interrupted http://bugs.winehq.org/show_bug.cgi?id=20748 +net_unittests fail HTTPSRequestTest.HTTPSExpiredTest # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail HTTPSRequestTest.HTTPSGetTest # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail HTTPSRequestTest.HTTPSMismatchedTest # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail SSLClientSocketTest.Connect # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail SSLClientSocketTest.Read # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail SSLClientSocketTest.Read_FullDuplex # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail SSLClientSocketTest.Read_SmallChunks # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate +net_unittests fail URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate sbox_unittests fail JobTest.ProcessInJob sbox_unittests fail JobTest.TestCreation sbox_unittests fail JobTest.TestDetach |