Advertisement
Guest User

Untitled

a guest
Aug 28th, 2011
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. make check-TESTS
  2. make[1]: Entering directory `/home/user/sem12/ma/pdf/jbig2/jbig2dec-0.11'
  3. verifying SHA-1 implementation... ok
  4. PASS: test_sha1
  5. Checking '../ubc/042_1.jb2' for correct decoded document hash ... ok
  6. Checking '../ubc/042_2.jb2' for correct decoded document hash ... ok
  7. Checking '../ubc/042_3.jb2' for correct decoded document hash ... ok
  8. Checking '../ubc/042_4.jb2' for correct decoded document hash ... ok
  9. Checking '../ubc/042_5.jb2' for correct decoded document hash ... ok
  10. Checking '../ubc/042_6.jb2' for correct decoded document hash ... ok
  11. Checking '../ubc/042_7.jb2' for correct decoded document hash ... ok
  12. Checking '../ubc/042_8.jb2' for correct decoded document hash ... ok
  13. Checking '../ubc/042_9.jb2' for correct decoded document hash ... ok
  14. Checking '../ubc/042_10.jb2' for correct decoded document hash ... ok
  15. Checking '../ubc/042_11.jb2' for correct decoded document hash ... FAIL
  16. Checking '../ubc/042_12.jb2' for correct decoded document hash ... ok
  17. Checking '../ubc/042_13.jb2' for correct decoded document hash ... jbig2dec FATAL ERROR refinement references unknown symbol 578 (segment 0x03)
  18. FAIL
  19. Checking '../ubc/042_14.jb2' for correct decoded document hash ... FAIL
  20. Checking '../ubc/042_15.jb2' for correct decoded document hash ... ok
  21. Checking '../ubc/042_16.jb2' for correct decoded document hash ... ok
  22. Checking '../ubc/042_17.jb2' for correct decoded document hash ... ok
  23. Checking '../ubc/042_18.jb2' for correct decoded document hash ... ok
  24. Checking '../ubc/042_19.jb2' for correct decoded document hash ... ok
  25. Checking '../ubc/042_20.jb2' for correct decoded document hash ... ok
  26. Checking '../ubc/042_21.jb2' for correct decoded document hash ... ok
  27. Checking '../ubc/042_22.jb2' for correct decoded document hash ... ok
  28. Checking '../ubc/042_23.jb2' for correct decoded document hash ... ok
  29. Checking '../ubc/042_24.jb2' for correct decoded document hash ... FAIL
  30. Checking '../ubc/042_25.jb2' for correct decoded document hash ... FAIL
  31. Checking '../ubc/amb_1.jb2' for correct decoded document hash ... FAIL
  32. Checking '../ubc/amb_2.jb2' for correct decoded document hash ... FAIL
  33. ------------------------------------------------------------------------
  34. ran 27 tests in 4.273 seconds
  35.  
  36. FAILED 7 of 27 tests
  37. FAIL: test_jbig2dec.py
  38. testing jbig2 huffmann decoding... (should be 8 5 (oob) 8)
  39. 8 5 (oob) 8
  40. PASS: test_huffman
  41. PASS: test_arith
  42. ==========================================
  43. 1 of 4 tests failed
  44. Please report to jbig2-dev@ghostscript.com
  45. ==========================================
  46. make[1]: *** [check-TESTS] Error 1
  47. make[1]: Leaving directory `/home/user/sem12/ma/pdf/jbig2/jbig2dec-0.11'
  48. make: *** [check-am] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement