You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I see two following testcases of failure here on windows msvc2015 win32 build.
********* Start testing of CppTest *********
Config: Using QtTest library 5.6.2, Qt 5.6.2 (i386-little_endian-ilp32 shared (dynamic) debug build; by MSVC 2015)
PASS : CppTest::initTestCase()
FAIL! : CppTest::test_protectedPdf() Compared values are not the same
d:\mypdf\tests\auto\cpp\tst_cpp.cpp(67) : failure location
QFATAL : CppTest::test_documentDeletion() ASSERT: "i < m_pageCount && i >=0" in file d:\mypdf\src\pdfium\qpdfium.cpp, line 104
FAIL! : CppTest::test_documentDeletion() Received a fatal error.
Unknown file(0) : failure location
Totals: 1 passed, 2 failed, 0 skipped, 0 blacklisted
********* Finished testing of CppTest *********
Here I try build qtpdfium using lastest git qtpdfium and pdfium master branch as of git 2eb1a705c243b2d5ab912268dd453f5ade075b6f .
I make some patch change here to make this build on windows.
Do you have any suggestion to make passing the testcases? On android my build also was working fine using above patch,
but with untested testcase and my sample android app can open some pdf files same as on windows one.
Thanks
The text was updated successfully, but these errors were encountered:
Hello, I see two following testcases of failure here on windows msvc2015 win32 build.
Here I try build qtpdfium using lastest git qtpdfium and pdfium master branch as of git 2eb1a705c243b2d5ab912268dd453f5ade075b6f .
I make some patch change here to make this build on windows.
Do you have any suggestion to make passing the testcases? On android my build also was working fine using above patch,
but with untested testcase and my sample android app can open some pdf files same as on windows one.
Thanks
The text was updated successfully, but these errors were encountered: