Skip to content
Snippets Groups Projects
  1. Jul 21, 2023
  2. Jul 05, 2023
  3. Jul 03, 2023
  4. Jul 02, 2023
  5. Jun 15, 2023
  6. Jun 10, 2023
  7. Jun 07, 2023
  8. 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.
      afedb9b6
  9. May 11, 2023
  10. Jan 21, 2023
  11. Nov 10, 2022
  12. Oct 17, 2022
  13. Sep 08, 2022
  14. Sep 07, 2022
  15. Mar 24, 2022
  16. Dec 27, 2021
  17. Oct 03, 2021
  18. Oct 01, 2021
  19. Jul 31, 2021
  20. Mar 26, 2021
  21. Feb 15, 2021
  22. 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
  23. 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
  24. Jan 17, 2021
Loading