bug 1049969 - add symbols file for the test pkcs11 module so it works on Windows r?jcj draft
authorDavid Keeler <dkeeler@mozilla.com>
Tue, 01 Mar 2016 17:12:38 -0800
changeset 335994 1ac060e0a4bf1108500298772fdbd99df6f98377
parent 335780 a4929411c0aa3ec6b727e2bc2fc050c8199c6573
child 515265 fcb72f40a7e8def3290eaa2e2c3af3496e315d46
push id11931
push userdkeeler@mozilla.com
push dateWed, 02 Mar 2016 01:15:54 +0000
reviewersjcj
bugs1049969
milestone47.0a1
bug 1049969 - add symbols file for the test pkcs11 module so it works on Windows r?jcj MozReview-Commit-ID: KRaAmd7icd8
security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
security/manager/ssl/tests/unit/pkcs11testmodule/pkcs11testmodule.symbols
security/manager/ssl/tests/unit/xpcshell-smartcards.ini
--- a/security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
+++ b/security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
@@ -9,8 +9,9 @@ UNIFIED_SOURCES += [
 ]
 
 SharedLibrary('pkcs11testmodule')
 
 # C_GetFunctionList needs to be exported. As it turns out, it's much easier to
 # just export all the symbols.
 NO_VISIBILITY_FLAGS = True
 DIST_INSTALL = False
+SYMBOLS_FILE = 'pkcs11testmodule.symbols'
new file mode 100644
--- /dev/null
+++ b/security/manager/ssl/tests/unit/pkcs11testmodule/pkcs11testmodule.symbols
@@ -0,0 +1,1 @@
+C_GetFunctionList
--- a/security/manager/ssl/tests/unit/xpcshell-smartcards.ini
+++ b/security/manager/ssl/tests/unit/xpcshell-smartcards.ini
@@ -1,19 +1,11 @@
 [DEFAULT]
 head = head_psm.js
 tail =
 tags = psm
 skip-if = toolkit == 'android' || toolkit == 'gonk'
 support-files =
 
 [test_pkcs11_insert_remove.js]
-# Bug 1049969: this test doesn't work on windows
-skip-if = os == "win"
 [test_pkcs11_list.js]
-# Bug 1049969: this test doesn't work on windows
-skip-if = os == "win"
 [test_pkcs11_no_events_after_removal.js]
-# Bug 1049969: this test doesn't work on windows
-skip-if = os == "win"
 [test_pkcs11_safe_mode.js]
-# Bug 1049969: this test doesn't work on windows
-skip-if = os == "win"