[gparted] Re-enable PipeCapture read NUL byte unit tests in GitLab CI jobs (#136)



commit b711bcbfd57c343017d15b87bc468016714453b4
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Sun Feb 21 11:50:25 2021 +0000

    Re-enable PipeCapture read NUL byte unit tests in GitLab CI jobs (#136)
    
    This reverts commit:
        e9223207e6b5224259716f05f84f80ca426acc42.
        Exclude PipeCapture read NUL byte unit tests in GitLab CI jobs (!60)
    now that PipeCapture has been fixed to read NUL characters again.
    
    Closes #136 - 1.2.0: test suite is failing in test_PipeCapture

 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81f6c05e..eae6adcd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,9 +79,6 @@ stages:
     - GTEST_FILTER+=':My/SupportedFileSystemsTest.CreateAndGrow/xfs'
     - GTEST_FILTER+=':My/SupportedFileSystemsTest.CreateAndShrink/btrfs'
     - GTEST_FILTER+=':My/SupportedFileSystemsTest.CreateAndShrink/lvm2pv'
-    # Exclude failing PipeCapture read NUL byte unit tests.
-    - GTEST_FILTER+=':PipeCaptureTest.ReadEmbeddedNULCharacter'
-    - GTEST_FILTER+=':PipeCaptureTest.ReadNULByteInMiddleOfMultiByteUTF8Character'
     # Create needed /dev entries for unit tests in Docker images.
     - tests/makedev.sh
     - make check


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]