components/openssl/common/patches/039-internal_tests.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Thu, 28 May 2015 09:54:36 -0700
changeset 4370 7043c27399f1
parent 4240 components/openssl/openssl-1.0.1/patches/39_internal_tests.patch@44a396ca557c
child 4616 eeaf5255cb21
permissions -rw-r--r--
19375978 Common code between openssl-1.0.1 and openssl-1.0.1-fips-140 should be shared
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4240
44a396ca557c 20992215 warnings about sparcv8+ ABI violation found in OpenSSL build logs
Ivo Raisr <ivo.raisr@oracle.com>
parents: 4075
diff changeset
     1
#
44a396ca557c 20992215 warnings about sparcv8+ ABI violation found in OpenSSL build logs
Ivo Raisr <ivo.raisr@oracle.com>
parents: 4075
diff changeset
     2
# Patch developed in-house. Solaris-specific; not suitable for upstream.
4075
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     3
#
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     4
# Remove test 'test_ca' because it depends on directories
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     5
# not present in the build directory. The rest of tests are ok.
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     6
#
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     7
--- a/test/Makefile.orig	Thu Apr  2 12:11:12 2015
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     8
+++ b/test/Makefile	Thu Apr  2 12:11:21 2015
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
     9
@@ -142,7 +142,7 @@
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    10
 	test_rand test_bn test_ec test_ecdsa test_ecdh \
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    11
 	test_enc test_x509 test_rsa test_crl test_sid \
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    12
 	test_gen test_req test_pkcs7 test_verify test_dh test_dsa \
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    13
-	test_ss test_ca test_engine test_evp test_evp_extra test_ssl test_tsa test_ige \
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    14
+	test_ss test_engine test_evp test_evp_extra test_ssl test_tsa test_ige \
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    15
 	test_jpake test_srp test_cms test_heartbeat test_constant_time
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    16
 
ce48c131af0c 20826468 enable internal tests for OpenSSL in the Userland gate
Ivo Raisr <ivo.raisr@oracle.com>
parents:
diff changeset
    17
 test_evp: