Przeglądaj źródła

disable some tests.

Ugochukwu Mmaduekwe 7 lat temu
rodzic
commit
0c975c374c
2 zmienionych plików z 23 dodań i 23 usunięć
  1. 14 14
      .travis.yml
  2. 9 9
      CryptoLib.Tests/FreePascal.Tests/CryptoLibConsole.lpr

+ 14 - 14
.travis.yml

@@ -23,24 +23,24 @@ env:
 
 matrix:
   include:
-    - os: linux
-      env: LAZ_VER=1.6.4  LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
-    - os: linux
-      env: LAZ_VER=1.8.0 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
-    - os: linux
-      env: LAZ_VER=1.8.4 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
+   # - os: linux
+   #   env: LAZ_VER=1.6.4  LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
+   # - os: linux
+   #   env: LAZ_VER=1.8.0 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
+   # - os: linux
+   #   env: LAZ_VER=1.8.4 LAZ_ENV=wine WINEARCH=win32 LAZ_OPT="--os=win32 --cpu=i386"
     - os: linux
       env: LAZ_VER=1.6.4  LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
-    - os: linux
-      env: LAZ_VER=1.8.0 LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
-    - os: linux
-      env: LAZ_VER=1.8.4 LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
+   # - os: linux
+   #   env: LAZ_VER=1.8.0 LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
+   # - os: linux
+   #   env: LAZ_VER=1.8.4 LAZ_ENV=wine WINEARCH=win64 LAZ_OPT="--os=win64 --cpu=x86_64"
     - os: linux
       env: LAZ_VER=1.6.4  LAZ_ENV=qemu-arm LAZ_OPT="--os=linux --cpu=arm"
-    - os: linux
-      env: LAZ_VER=1.8.0 LAZ_ENV=qemu-arm LAZ_OPT="--os=linux --cpu=arm"
-    - os: linux
-      env: LAZ_VER=1.8.4 LAZ_ENV=qemu-arm LAZ_OPT="--os=linux --cpu=arm"
+   # - os: linux
+   #   env: LAZ_VER=1.8.0 LAZ_ENV=qemu-arm LAZ_OPT="--os=linux --cpu=arm"
+   # - os: linux
+   #   env: LAZ_VER=1.8.4 LAZ_ENV=qemu-arm LAZ_OPT="--os=linux --cpu=arm"
 
 before_install:
   # Start virtual display server

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

@@ -9,17 +9,17 @@ uses
   EqualsAndHashCodeTests,
   OIDTests,
  // BigIntegerTests,
-  ECAlgorithmsTests,
-  ECPointTests,
-  SecP384R1FieldTests,
-  ECDsa5Tests,
-  ECTests,
-  NamedCurveTests,
-  ECSchnorrTests,
-  SignerUtilitiesTests,
+ // ECAlgorithmsTests,
+ // ECPointTests,
+ // SecP384R1FieldTests,
+ // ECDsa5Tests,
+ // ECTests,
+ // NamedCurveTests,
+ // ECSchnorrTests,
+ // SignerUtilitiesTests,
   SecureRandomTests,
   DigestRandomNumberTests,
-  FixedPointTests,
+ // FixedPointTests,
   AESTests,
   BlockCipherVectorTests,
   AESTestVectors,