996e173db6
- upstream added ssl_gtests, pk11_gtests, der_gtests, and util_gtests - added p11_gtests and der_gtests but couldn't add ssl_gtests or util_gtests - util_gtests statically links with libnssutil.a which isn't available in our tree - util_gtests also links statically with sectool.a to access private exports - some ssl_gtests are failing whose cause hasn't been determined yet - TODO: investigate with upstream and try possible fixes on Rawhide first
12 lines
384 B
Diff
12 lines
384 B
Diff
diff -up ./external_tests/manifest.mn.skip_util_gtest ./external_tests/manifest.mn
|
|
--- ./external_tests/manifest.mn.skip_util_gtest 2016-05-21 21:34:56.156346633 -0700
|
|
+++ ./external_tests/manifest.mn 2016-05-21 21:35:23.408854282 -0700
|
|
@@ -8,7 +8,6 @@ DEPTH = ..
|
|
DIRS = \
|
|
google_test \
|
|
der_gtest \
|
|
- util_gtest \
|
|
pk11_gtest \
|
|
ssl_gtest \
|
|
$(NULL)
|