Skip to content
Snippets Groups Projects
  1. Jun 19, 2024
  2. Aug 04, 2023
  3. Jun 07, 2023
  4. May 24, 2023
    • Tarn Burton's avatar
      Merge branch 'yitzchak-expected-failures' into 'master' · 8de5c2af
      Tarn Burton authored
      Add ability to specify expected failures
      
      See merge request !55
      8de5c2af
    • Tarn Burton's avatar
      Add ability to specify expected failures · afedb9b6
      Tarn Burton authored
      - Add EXIT keyword argument to do-tests. This will exit with a
        non-zero status code on test failures and a zero status code on
        success.
      - Add EXPECTED-FAILURES keyword argument to DO-TESTs. If this argument
        is provided then it will override the contents of
        *EXPECTED-FAILURES*. If it is a pathname then the test names will be
        read from the file with the CL-TEST package as *PACKAGE*.
        Keywords in this file or in a supplied list will be interpreted as
        the names of notes to disable.
      - For some implementations load the expected failures from a file in
        the expected-failures folder.
      Unverified
      afedb9b6
  5. May 11, 2023
  6. Jan 21, 2023
  7. Nov 10, 2022
  8. Oct 17, 2022
  9. Sep 08, 2022
  10. Sep 07, 2022
  11. Mar 24, 2022
  12. Dec 27, 2021
  13. Oct 03, 2021
  14. Oct 01, 2021
  15. Jul 31, 2021
  16. Mar 26, 2021
  17. Feb 15, 2021
  18. Jan 26, 2021
    • Raymond Toy's avatar
      Minor updates · 2cdd7eba
      Raymond Toy authored
      - Ignore sse2f fasls created by cmucl/x86
      - Add comment to makefile on how to run with cmucl
      2cdd7eba
  19. Jan 24, 2021
    • Raymond Toy's avatar
      Check for symbol length in character.1.body · 4b4c97c7
      Raymond Toy authored
      Cmucl converts a string to Unicode NFC form before creating a symbol.
      This means some symbols have names that longer than 1 character.  The
      test assumes the name has one character which causes an error in
      cmucl.
      
      This just adds a check that the length is 1 before extracting the
      character from the symbol name.  This doesn't change behavior of the
      test (which was already assuming a length of 1), but allows cmucl not
      to signal an error but to finish the test with a meaningful list of
      characters whose corresponding symbol name is more than one character
      long.
      
      A couple of minor tweaks:
      - Ignore sse2f fasl created by cmucl/x86.
      - Add comment to makefile on how to run with cmucl.
      4b4c97c7
  20. Jan 17, 2021
Loading