Skip to content
Snippets Groups Projects
  1. Nov 19, 2019
  2. Nov 15, 2019
    • Michał Herda's avatar
      Fix READTABLE-CASE.CASE tests · fcbb7d6f
      Michał Herda authored
      This fixes the symbol-interning issues that might have occured when `READ-FROM-STRING`
      was internally called in the wrong package.
      
      This also fixes the fact that the test names had no home package.
      fcbb7d6f
    • Michał Herda's avatar
      Fix gitignore · beb164ff
      Michał Herda authored
      beb164ff
    • Michał Herda's avatar
      Annotate some LOOP tests with ANSI-SPEC-PROBLEM · d1963397
      Michał Herda authored
      This marks tests LOOP.1.{39,40,41,42,43} with :loop-iteration-values-in-finally
      and :ansi-spec-problem to take into account that the values of iteration
      variables in FINALLY are effectively undefined by the spec. This way,
      testers can avoid running these test cases if they want to avoid testing
      behaviour that is defined in contradictory manners.
      
      Removal of these test cases should perhaps be considered in the future.
      
      See https://gist.github.com/phoe/335fecfdc195bddd47ab0928b0e62e52 for
      context.
      d1963397
    • Michał Herda's avatar
      Comment out READ-SUPPRESS.17 · 8c9bca72
      Michał Herda authored
      Dispatch reader macros can consume arbitrary inputs, some of which might
      not be a valid Lisp expression. Following the discussion on #lisp, this commit
      comments out READ-SUPPRESS.17 under the premise that it is undefined what
      happens when an unknown dispatch reader macro is encountered under READ-SUPPRESS.
      8c9bca72
  3. Oct 31, 2019
  4. Sep 29, 2019
  5. Aug 27, 2019
  6. Aug 18, 2019
  7. Apr 06, 2019
  8. Mar 15, 2019
  9. Mar 11, 2019
  10. Feb 09, 2019
  11. Feb 06, 2019
  12. Dec 15, 2018
  13. Nov 29, 2018
  14. Oct 01, 2018
  15. Sep 23, 2018
  16. Aug 23, 2018
  17. Aug 21, 2018
  18. Jul 19, 2018
  19. Apr 28, 2018
  20. Apr 25, 2018
  21. Jan 28, 2018
  22. Dec 29, 2017
  23. Dec 08, 2017
  24. Sep 21, 2017
  25. Sep 05, 2017
    • Raymond Toy's avatar
      Fix #9: Expose unexpected failures and successes · b063464b
      Raymond Toy authored
      When `*expected-failures*` is set, RT will print out any unexpected
      failures or successes.
      
      This change adds `*unexpected-failures*` and `*unexpected-successes*`
      to keep track of this failures or successes in addition to the having
      them printed out.  Users can then inspect these easily to do something
      based on the results.
      b063464b
  26. Sep 04, 2017
    • Daniel Kochmański's avatar
      Merge branch 'rtoy-cmucl-set-path-defaults' into 'master' · 93b17f2e
      Daniel Kochmański authored
      Fix #8: Set *default-pathname-defaults* for cmucl.
      
      Closes #8
      
      See merge request !9
      93b17f2e
    • Raymond Toy's avatar
      Fix #8: Set *default-pathname-defaults* for cmucl. · 336d83c6
      Raymond Toy authored
      Set `*default-pathname-defaults*` for cmucl in `gclload1.lsp` so that
      it has the full path to `gclload.lsp`.  This is needed so that the
      tests can be loaded from the subdirectories.  Without this, each load
      file in the subdirectory is set to #P"" and when it tries to load a
      test file, it can't because the setting of
      `*default-pathname-defaults*` isn't pointing to the subdirectory but
      rather the main directory since #P"" means current directory, and
      cmucl hasn't changed it's current directory.
      
      This fix only applies to cmucl and no other lisps.
      336d83c6
    • Raymond Toy's avatar
      Fix typo for cmucl. · b374d6ec
      Raymond Toy authored
      It's *ignore-extra-close-parentheses*, not
      *ignore-extra-right-parentheses*.
      b374d6ec
Loading