Skip to content
Snippets Groups Projects
  1. Jan 17, 2021
  2. Jan 03, 2021
  3. Dec 02, 2020
  4. Nov 24, 2020
    • Raymond Toy's avatar
      Clear unexpected failures and successes · 0a7fe22d
      Raymond Toy authored
      Need to clear `*unexpected-failures*` and `*unexpected-successes* when
      running the test so that these variables contain the correct values.
      If we don't, then subsequent calls to run tests may indicate no
      unexpected results but these contain non-null values because a
      previous run set them.
      0a7fe22d
  5. Aug 23, 2020
  6. Aug 14, 2020
    • Daniel Kochmański's avatar
      Merge branch 'fix-issue-27' into 'master' · bce0fce8
      Daniel Kochmański authored
      Correct call to format in with-package-iterator.12 and with-package-iterator.13
      
      Closes #27
      
      See merge request ansi-test/ansi-test!39
      bce0fce8
    • Daniel Kochmański's avatar
      loop8: add a test for destructuring bind · 5e56afca
      Daniel Kochmański authored
      6.1.1.7 Destructuring states
      
          Destructuring allows binding of a set of variables to a corresponding set
          of values anywhere that a value can normally be bound to a single
          variable. During loop expansion, each variable in the variable list is
          matched with the values in the values list. If there are more variables in
          the variable list than there are values in the values list, the remaining
          variables are given a value of nil. If there are more values than
          variables listed, the extra values are discarded.
      
      These tests check, whether loop accepts destructuring bindings where there is
      less values than variables.
      5e56afca
  7. Aug 13, 2020
  8. May 24, 2020
  9. May 10, 2020
  10. Dec 31, 2019
  11. Dec 30, 2019
  12. Dec 26, 2019
  13. Dec 20, 2019
  14. Nov 26, 2019
  15. Nov 25, 2019
    • Michał Herda's avatar
      Fix PRINT-STRUCTURE.1 · 0ec45541
      Michał Herda authored
      With print escaping turned off, symbols are printed without any package
      prefix. The test called READ-FROM-STRING within WITH-STANDARD-IO-SYNTAX,
      which caused the resulting symbol to be read and interned within the
      CL-USER package. This commit fixes this behaviour (the symbol is interned
      in the CL-TEST package).
      0ec45541
  16. Nov 21, 2019
  17. Nov 20, 2019
    • Michał Herda's avatar
      Make char-equality in FORMAT-E tests case-insensitive · f72a59e1
      Michał Herda authored
      With ~E formatting, the exponent marker can be printed either in upcase
      or downcase - the standard does not specify the concrete case and allows
      both. Therefore string-equality for float numbers printed via ~E should
      use {STRING,CHAR}-EQUAL rather than {STRING,CHAR}=. This commit introduces
      this change.
      f72a59e1
  18. Nov 19, 2019
  19. Nov 16, 2019
  20. 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 DEFSETF.7A · c1269f3b
      Michał Herda authored
      c1269f3b
    • 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
  21. Oct 31, 2019
Loading