Temporarily break a handful of tests.

This will be reverted in a minute. The bots should run both suites of tests and
report the names of all failing tests in the summary.

Change-Id: Ibe351017dfa8ccfd182b3c88eee413cd2cbdeaf0
This commit is contained in:
David Benjamin 2015-05-04 20:17:28 -04:00
parent 0ce78a757d
commit a921d550d0
2 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ int main(void) {
!TestDefaultVersion(SSL3_VERSION, &SSLv3_method) ||
!TestDefaultVersion(TLS1_VERSION, &TLSv1_method) ||
!TestDefaultVersion(TLS1_1_VERSION, &TLSv1_1_method) ||
!TestDefaultVersion(TLS1_2_VERSION, &TLSv1_2_method) ||
!TestDefaultVersion(TLS1_1_VERSION, &TLSv1_2_method) ||
!TestDefaultVersion(0, &DTLS_method) ||
!TestDefaultVersion(DTLS1_VERSION, &DTLSv1_method) ||
!TestDefaultVersion(DTLS1_2_VERSION, &DTLSv1_2_method) ||

View File

@ -1607,7 +1607,7 @@ func addCipherSuiteTests() {
MaxVersion: ver.version,
CipherSuites: []uint16{suite.id},
Certificates: []Certificate{cert},
PreSharedKey: []byte(psk),
PreSharedKey: []byte("WRONG PSK"),
PreSharedKeyIdentity: pskIdentity,
},
flags: flags,