Ugochukwu Mmaduekwe 7 years ago
parent
commit
46a6b9f508
1 changed files with 9 additions and 9 deletions
  1. 9 9
      CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

+ 9 - 9
CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

@@ -4,10 +4,10 @@ program CryptoLibConsole;
 
 uses
   consoletestrunner,
-  Asn1SequenceParserTests,
-  DerApplicationSpecificTests,
-  EqualsAndHashCodeTests,
-  OIDTests,
+ // Asn1SequenceParserTests, // pass x64
+ // DerApplicationSpecificTests, // pass x64
+ // EqualsAndHashCodeTests, // pass x64
+ // OIDTests, // pass x64
  // BigIntegerTests,
  // ECAlgorithmsTests,
 //  ECPointTests,
@@ -20,14 +20,14 @@ uses
  // SecureRandomTests,
  // DigestRandomNumberTests,
  // FixedPointTests,
-  AESTests,
-  BlockCipherVectorTests,
+ // AESTests, // pass x64
+ // BlockCipherVectorTests, // pass x64
   AESTestVectors,
  // IESCipherTests,
-  AESSICTests,
+ // AESSICTests, // pass x64
   MD5HMacTests,
-  HMacTests,
-  Pkcs5Tests,
+ // HMacTests,
+ // Pkcs5Tests,
   ClpFixedSecureRandom,
   ClpIFixedSecureRandom;