Commit graph

  • 938f21ad20
    Merge 7cd2f05644 into c7b5fa3a19 Sebastian Reitenbach 2025-03-10 22:12:54 +0100
  • c7b5fa3a19 Portability tweak master rfm 2025-03-10 20:52:32 +0000
  • 0bda6500e8 Remove non-portable 's' suffix to sleep timeout. rfm 2025-03-10 20:40:29 +0000
  • de77a9693f Fix result status when waiting for testcase Richard Frith-Macdonald 2025-03-09 17:32:21 +0000
  • 199b1eb071 Portability fix ... use internal bash features to implement timeout rather that the external 'timeout' program which if not generally available. rfm 2025-03-09 17:21:23 +0000
  • 96febdc8eb Fixup timestmap info rfm 2025-03-09 16:20:50 +0000
  • 8a2bc0b214 Changes for OSX Richard Frith-Macdonald 2025-03-09 16:11:28 +0000
  • 9eb9eba0d6 portability tweak rfm 2025-03-09 15:21:17 +0000
  • 0cf679c1b6 More portable sed command rfm 2025-03-09 15:18:13 +0000
  • e3bbdd276b Improve test for working bash and allow path to be specified on command line rfm 2025-03-09 15:09:05 +0000
  • 4602023a70 Add ENTER_POOL and LEAVE_POOL Richard Frith-Macdonald 2025-03-09 10:47:03 +0000
  • 214a57eb7a New release make-2_9_3 rfm 2025-02-10 15:22:04 +0000
  • a613c2668c Report execution time for each test file rfm 2025-01-17 11:48:49 +0000
  • 16148bc3d8 Documentation for new make option (and remove some obsolete documentation) rfm 2025-01-13 15:45:39 +0000
  • 1493a378c7 Do not use zombies when using ASAN and leak checking rfm 2025-01-09 11:37:21 +0000
  • d739198f1d Add --asan and set leaked fiels to give a 23 exit code rfm 2024-11-30 14:24:50 +0000
  • 2b67e39517 Update ASAN support rfm 2024-11-30 14:09:20 +0000
  • 80c7154cd0 Add -DGS_WITH_ASAN=1 when building with asan rfm 2024-11-20 14:26:20 +0000
  • 4074b9f8d3 Fix leaked exception rfm 2024-11-18 19:19:47 +0000
  • da6b90528e allow timeout to be set from environment rfm 2024-11-18 12:45:11 +0000
  • 7e59defb89 Revert "Release objects when we are done with them." sanitiser rfm 2024-11-15 16:07:31 +0000
  • 06496f69ac Fix typo in last change and add GS_WITH_ASAN environment variable rfm 2024-11-15 11:10:40 +0000
  • 2ee48ebe21 Don't try to release object which may have been released already rfm 2024-11-14 17:01:13 +0000
  • 27cbcbf6ca Release objects when we are done with them. rfm 2024-11-14 16:17:32 +0000
  • 9fda83ec82 Release objects when we are done with them. rfm 2024-11-14 16:15:48 +0000
  • 23485f8592 Initial address sanitization support Hugo Melder 2024-11-08 18:47:28 +0100
  • 7cd2f05644 Add support for OpenBSD to build with clang, basically link against -lc++abi since when using clang, the GCC internals aren't around. Sebastian Reitenbach 2024-11-11 22:18:15 +0100
  • 3618354637 Initial address sanitization support Hugo Melder 2024-11-08 18:47:28 +0100
  • c6a561d713 Add test timeouts hmelder 2024-09-09 19:46:07 +0200
  • 63b3c5f7d8 Add timeouts test-timeouts hmelder 2024-09-09 19:34:08 +0200
  • 1d48b14ff3 Only return plain files when looking for test cases Wolfgang Lux 2024-08-20 19:15:51 +0200
  • 95d706bdb8 Fixup for failure to detect failed builds rfm 2024-07-31 10:55:54 +0100
  • 1fa879082c fix for savannah bug 65820 rfm 2024-05-31 17:41:43 +0100
  • d0fae65d78 revert accidental update make-2_9_2 rfm 2024-05-26 15:39:18 +0100
  • ffe5f324e1 Changes for new release. rfm 2024-05-26 11:32:19 +0100
  • 554d207704 Update configure script hmelder 2024-04-15 13:59:12 +0200
  • 7cfd293ad8 Fix installation command in INSTALL hmelder 2024-04-15 13:57:07 +0200
  • c2a7753ffc Bump Objective-C runtime version and add installation instructions hmelder 2024-04-15 13:41:10 +0200
  • 5571e4e050 Update configure script hmelder 2024-04-15 13:59:12 +0200
  • 369a677628 Fix installation command in INSTALL hmelder 2024-04-15 13:57:07 +0200
  • 4df1b96ebb Bump Objective-C runtime version and add installation instructions hmelder 2024-04-15 13:41:10 +0200
  • e480e8b3bc
    Merge pull request #45 from qmfrederik/fixes/libdir rfm 2024-03-31 11:34:47 +0100
  • 0cf140efc0
    Merge pull request #44 from qmfrederik/fix-library-typo rfm 2024-03-31 11:34:06 +0100
  • adbab30895
    Allow users to override the /lib dir Frederik Carlier 2024-03-29 10:11:45 +0000
  • dc8387f6f9
    gs_library_combo.m4: Fix typo in 'library' Frederik Carlier 2024-03-29 08:54:52 +0000
  • 77c46a1f0e regenerate configure for last update rfm 2024-02-14 13:58:11 +0000
  • 6d6548bef9
    Merge pull request #19 from gaelicWizard/GNUstep-reset rfm 2024-02-14 13:55:41 +0000
  • fa9df0b6fd
    Merge pull request #20 from gaelicWizard/TAR rfm 2024-02-14 11:58:52 +0000
  • 9de817126c javac -h turns out to be much more complicated than javah :-( rfm 2024-02-14 11:50:21 +0000
  • 76a1df3b61 Use javac -h if javah is not present rfm 2024-02-11 13:34:31 +0000
  • d5002f8405 Improve error message when bash is not available rfm 2023-12-12 20:06:02 +0000
  • 2e99da71ef allow configure without bash ... abort tests at runtime rfm 2023-12-12 19:58:02 +0000
  • a95eb8e724 Require bash for test framework rfm 2023-12-11 17:29:38 +0000
  • 6d6d77ce93 documentation update for new texi rfm 2023-12-05 15:44:38 +0000
  • ca20ad3cfd Ensure -gcodeview on Windows MSVC Frederik Seiffert 2023-10-23 06:11:04 +0200
  • 9c1653c859 Ensure -gcodeview on Windows MSVC Frederik Seiffert 2023-10-23 06:11:04 +0200
  • cd8d5259ee Remove redundant comment keysight_tag_231102 keysight_master_stable hmelder 2023-10-28 14:08:37 +0200
  • d1f1f672c7 Rebuild configure from configure.ac hmelder 2023-10-28 14:07:03 +0200
  • 209af1c9e9 Rewrite linker check based on linker verbose output hmelder 2023-10-28 14:04:01 +0200
  • e5c3acf855 Detect ARC when using apple runtime hmelder 2023-03-28 01:22:34 +0200
  • c1703a066a
    Remove ancient GNUstep-HOWTO and references to it in README Hugo Melder 2023-11-01 09:47:05 +0100
  • ad23014b3e Remove redundant comment hmelder 2023-10-28 14:08:37 +0200
  • ccb5fab1ca Rebuild configure from configure.ac hmelder 2023-10-28 14:07:03 +0200
  • 44156636d1 Rewrite linker check based on linker verbose output hmelder 2023-10-28 14:04:01 +0200
  • c1e51d32aa Update README hmelder 2023-10-28 12:20:56 +0200
  • 26cc536ee9 Remove GNUstep-HOWTO and reference to it in README hmelder 2023-10-28 12:17:41 +0200
  • 16a68def84 Detect ARC when using apple runtime hmelder 2023-03-28 01:22:34 +0200
  • 4908b95e55 Updates for keysight-msvc-staging keysight-msvc-staging Gregory Casamento 2023-03-13 12:24:17 +0000
  • 3ff4ee8a05 Specify texi2html output file explicitly keysight_tag_10102023 keysight_stable_tag keysight_stable Richard Frith-Macdonald 2023-02-06 21:35:32 +0000
  • 2ce2a05f45 Try to implement .dist-ignore support for git-dist: after archive, export and recompress again by excluding .dist-ignore Riccardo Mottola 2023-02-06 21:19:49 +0100
  • 5ee21206a8
    Windows MSVC debug symbols, gnustep-tests extension, and typo fixes (#30) Hugo Melder 2023-01-09 23:30:22 +0100
  • f0e00360a2 Dec 2022 release make-2_9_1 Richard Frith-Macdonald 2022-12-28 10:18:03 +0000
  • 6b6217fb14 Make sure test framework is in the include path Richard Frith-Macdonald 2022-12-23 10:19:23 +0000
  • 626971095f Fix occasional loss of pass/fail output Richard Frith-Macdonald 2022-12-05 10:58:38 +0000
  • 3b1d8035b2 Fix uninitialised variable in test Richard Frith-Macdonald 2022-12-05 10:35:24 +0000
  • 58d9d3a9e5
    since newer autoconf detects linux-musl as separate, try to support it (#32) Riccardo 2022-12-04 23:14:34 +0100
  • b6bea12711 deduplicate common glibc and musl code by using a common IS_LINUX os variable Riccardo Mottola 2022-11-28 21:44:14 +0100
  • 7540867e4a since newer autoconf detects linux-musl as separate, try to support it Riccardo Mottola 2022-11-08 00:49:57 +0100
  • d7b8cf922c Framework fixes framework-msvc-fixes Gregory Casamento 2022-09-08 06:19:34 -0400
  • 2c4a680de2 Update framework.make to work properly on MSVC framework_refactor_msvc Gregory Casamento 2022-09-06 02:32:50 -0400
  • 3b50f73d2a Remove newline in common.make Hugo Melder 2022-08-04 18:09:55 +0200
  • 2ae9175efb Remove old attempt Hugo Melder 2022-08-04 18:07:18 +0200
  • 3fbf44d28e Generate a PDB debug file when running on Windows MSVC Hugo Melder 2022-08-04 18:03:45 +0200
  • 7218248df7 Update gnustep-tests help prompt Hugo Melder 2022-08-04 18:03:08 +0200
  • 650b15ab2f Add make debug and no-silent options Hugo Melder 2022-08-04 16:54:55 +0200
  • 9cfc8a3700 Add make debug and no-silent options Hugo Melder 2022-08-04 16:54:04 +0200
  • 1c7079bf16 Conditionally add PDB Debug Info on Windows MSVC Hugo Melder 2022-08-04 10:38:30 +0200
  • 3ede3f6b44 Fix Typo Hugo Melder 2022-08-03 18:15:11 +0200
  • 1bc02c310c Add PDB Debug Info on Windows MSVC Hugo Melder 2022-08-03 18:07:51 +0200
  • 13db21b769
    Merge pull request #28 from gnustep/msvc-debugger-fixes Hugo Melder 2022-08-03 14:59:40 +0200
  • 5d7d5838f8
    Merge pull request #29 from gnustep/msvc-pdb-fix Hugo Melder 2022-08-03 14:55:49 +0200
  • 323223cae6 Add missing LIB_LINK_PDB_FILE variable to framework.make Hugo Melder 2022-08-03 14:43:36 +0200
  • 5dd6aee069 Cleanup config.make.in Hugo Melder 2022-08-02 19:25:07 +0200
  • c4eb5b1192 Remove verbose messages and regenerate configure Hugo Melder 2022-08-02 19:01:46 +0200
  • 42fe78d730 Remove old configure Hugo Melder 2022-08-02 18:57:19 +0200
  • 0e1b7ea571 Regenerate configure and aclocal.m4 Hugo Melder 2022-08-02 18:56:06 +0200
  • d46255b681 Find a compatible debugger Hugo Melder 2022-08-02 18:35:28 +0200
  • 1b247a9b4c Conditionally use strncpy_s on MSVC Hugo Melder 2022-08-02 17:46:37 +0200
  • 360ec400bc Conditionally use strncpy_s on MSVC Hugo Melder 2022-08-02 16:34:18 +0200
  • ea58b898e9 Create DEBUGGER variable Hugo Melder 2022-08-02 16:26:35 +0200