Skip to content
Snippets Groups Projects
  1. Jan 05, 2023
  2. Dec 19, 2022
  3. Dec 18, 2022
  4. Dec 16, 2022
  5. Sep 15, 2022
    • Sven M. Hallberg's avatar
      disable loop.pdf test case for now · 6de503e1
      Sven M. Hallberg authored
      While we generate an error message in parse_xrefs() for this case, parse_xrefs
      is not the right place to cause the parse error. That should be a semantic
      validation in the parser proper. Other checks in parse_xrefs can probably be
      moved completely out of the function in that vein, too.
      
      But we will leave doing that properly for another time. For now, let's put a
      comment to the effect in parse_xrefs and disable the failing test case by
      masking its .pdf extension.
      6de503e1
  6. Sep 14, 2022
  7. Aug 12, 2022
    • Sven M. Hallberg's avatar
      add support for testing text extraction against expected output · 8e8b3941
      Sven M. Hallberg authored
      If a .txt file is found next to a given PDF in the "valid" set, take it
      as expected text output. Run text extraction on the PDF, saving the
      result with extension .txt.out and diff it to the .txt.
      
      Includes a test case for hello.pdf which fails because that file uses a
      plain reference for /Contents and we only handle the case where
      /Contents is an array.
      
      Includes a second test case hello1.pdf which uses a one-element array
      for /Contents but also fails because the code spews diagnostic output to
      stdout.
      8e8b3941
    • Sven M. Hallberg's avatar
      bit-wise distinguish test parts in the exit code · 66fe7137
      Sven M. Hallberg authored
      Not that it's terribly important, but if we distinguish in the exit code
      whether "valid" or "invalid" tests failed, let's do it right and not blindly
      override one result with the other.
      
      Now, each section gets to set one bit in the result if one of its tests failed.
      66fe7137
    • Sven M. Hallberg's avatar
      print "ok" for successful tests · 940e9088
      Sven M. Hallberg authored
      Nothing much to say, cosmetic change. Makes the test successes look a bit
      more muted compared to the failures.
      940e9088
  8. Aug 09, 2022
    • Sven M. Hallberg's avatar
      add a test case for cyclically defined objects · 8993cef5
      Sven M. Hallberg authored
      This commit contains a failing test case. It contains a stream with a
      /Type entry that is an indirect reference to an object defined as
      itself:
      
          obj 8 0
          8 0 R
          endobj
      
      The implementation of resolve() does not properly detect cycles and runs
      into an infinite loop.
      8993cef5
  9. Jul 25, 2022
  10. Jul 22, 2022
  11. Jul 15, 2022
Loading