Skip to content
Snippets Groups Projects
  1. Apr 28, 2021
    • Brad King's avatar
      Tests: Fix FortranOnly test with Intel compiler on Windows · 82470e24
      Brad King authored
      The test regularly fails updating the `vc*.pdb` compiler-generated
      PDB file.  Add the `/Z7` flag as the compiler suggests for this.
      82470e24
    • Brad King's avatar
      Tests: Fix RunCMake.GenerateExportHeader use of size_t · d59afbd9
      Brad King authored
      Since commit ddcd1469 (MSYS: Add support for running under MSYS
      runtime environment, 2021-04-01) the test uses `std::size_t` without
      including `<cstddef>`.  Also, the type does not exist under `std::`
      on VS 6.  Use just `size_t` instead.
      d59afbd9
    • Sergey's avatar
      create_test_sourcelist: add test driver option to run all tests · 3f6ff4b5
      Sergey authored and Brad King's avatar Brad King committed
      New option `-A` passed to test binary allows to run all testcases at
      once and prints a report in a standard format - TestAnythingProtocol v.13 [1].
      Execution of test whose names will be passed after an option will be skipped.
      
      Sample of output:
      
          TAP version 13
          1..6
          ok 1 TestCryptoHash # 0.030000
          ok 2 TestCryptoRand # 0.008000
          not ok 3 TestCryptoCipher # 0.005000
          ok 4 TestCryptoProtectData # 0.000000
          cbPlainText: 21 cbCipherText: 32
          PlainText: MySecretPassword123! (cbPlainText = 21, cbCipherText = 32)
          Decrypted CipherText: MySecretPassword123!
          ok 5 TestCryptoProtectMemory # 0.014000
          ok 6 TestCryptoCertEnumCertificatesInStore # 0.000000
      
      1. https://testanything.org/
      
      Fixes: #19367
      3f6ff4b5
    • Brad King's avatar
      Tests: Isolate TestDriver build directories · a3aa5596
      Brad King authored
      a3aa5596
  2. Apr 27, 2021
  3. Apr 26, 2021
  4. Apr 23, 2021
  5. Apr 22, 2021
  6. Apr 21, 2021
  7. Apr 20, 2021
    • Brad King's avatar
      Autogen: Restore mocs_compilation in OBJECT libraries · b84f1e61
      Brad King authored
      Since commit f65f2093 (Autogen: Avoid processing CSharp targets,
      2020-11-12, v3.20.0-rc1~301^2) we collect all sources for a target
      earlier than previously.  Clear the sources cache so that it will be
      re-computed later after AUTOGEN processing.
      
      Fixes: #22085
      b84f1e61
  8. Apr 17, 2021
  9. Apr 16, 2021
  10. Apr 15, 2021
  11. Apr 14, 2021
  12. Apr 12, 2021
  13. Apr 11, 2021
  14. Apr 07, 2021
    • Brad King's avatar
      Restore support for backslashes in initial language-wide flags · 3953dfcb
      Brad King authored
      Refactoring in commit bdc40742 (CMakeDetermineCompilerId: Test without
      COMPILER_ID_FLAGS if REQUIRE_SUCCESS, 2021-02-27, v3.20.0-rc3~6^2) added
      an extra macro layer through which flag strings are passed.  That caused
      an extra level of argument re-parsing, and broke flags with backslashes.
      Pass flags to the helper macro through variable names instead.
      
      Fixes: #22041
      3953dfcb
  15. Apr 06, 2021
  16. Apr 05, 2021
  17. Apr 01, 2021
  18. Mar 31, 2021
Loading