aboutsummaryrefslogtreecommitdiffstats
path: root/poi-integration
Commit message (Collapse)AuthorAgeFilesLines
* workaround stray whitespace in sst index (#874)PJ Fanning6 days1-0/+3
| | | | | | | * tolerate whitespace in ints * try to workaround stray whitespace in sst index * Update TestAllFiles.java
* check xwpf node depth (#869)PJ Fanning10 days1-0/+3
| | | | | | | * check xwpf node depth * Update TestAllFiles.java * Update TestAllFiles.java
* license top of filePJ Fanning2025-07-111-2/+2
|
* Gradle: avoid deprecated buildDir property (#838)PJ Fanning2025-07-111-1/+1
| | | | | * Gradle: avoid deprecated buildDir property * try again
* upgrade guava and xmlunitPJ Fanning2025-05-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925698 13f79535-47bb-0310-9956-ffa450edef68
* commons-collections 4.5.0PJ Fanning2025-04-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925238 13f79535-47bb-0310-9956-ffa450edef68
* Exclude two more files when running tests with "no-scratchpad"Dominik Stadler2025-04-071-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924886 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.17PJ Fanning2025-02-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924063 13f79535-47bb-0310-9956-ffa450edef68
* Some changes to the Gradle buildDominik Stadler2025-01-201-4/+4
| | | | | | | Apply IDE suggestions for Gradle build files Remove obsolete sorting of gradle-wrapper.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923284 13f79535-47bb-0310-9956-ffa450edef68
* Exclude one file from testing because it fails in the IBM JDK CI buildDominik Stadler2024-12-141-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922495 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922063 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922062 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922055 13f79535-47bb-0310-9956-ffa450edef68
* ant 1.10.15PJ Fanning2024-08-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920302 13f79535-47bb-0310-9956-ffa450edef68
* upgrade guavaPJ Fanning2024-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920074 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.16PJ Fanning2024-08-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919805 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.15PJ Fanning2024-08-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919749 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.14PJ Fanning2024-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919716 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-181-0/+1
| | | | | | | | | | | | | | Processing formats uses regular expressions. Very complex formats can recurse very deeply and thus can cause StackOVerflows depending on the used stack-size. In order to handle this a bit more gracefully, we now catch this and report a better exception with details about the parsed format and potential mitigation. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66137 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919342 13f79535-47bb-0310-9956-ffa450edef68
* Remove exclusions that are not necessary/usefulDominik Stadler2024-07-151-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919258 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-152-0/+2
| | | | | | | | Prevent too much memory usage Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67413 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919237 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-07-141-0/+1
| | | | | | | | Prevent a ClassCastException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66089 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919214 13f79535-47bb-0310-9956-ffa450edef68
* List expected failures in stress.xls instead of fully excluding themDominik Stadler2024-07-141-5/+2
| | | | | | | | We list expected failures in stress.xls to verify that the error message is correct and no unexpected exception is introduced git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919212 13f79535-47bb-0310-9956-ffa450edef68
* add negative testPJ Fanning2024-07-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919065 13f79535-47bb-0310-9956-ffa450edef68
* add test casePJ Fanning2024-07-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919064 13f79535-47bb-0310-9956-ffa450edef68
* try to stop poi-integration testing with corrupt filePJ Fanning2024-07-011-17/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918806 13f79535-47bb-0310-9956-ffa450edef68
* try to stop poi-integration testing with corrupt filePJ Fanning2024-07-012-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918805 13f79535-47bb-0310-9956-ffa450edef68
* rename filePJ Fanning2024-07-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918803 13f79535-47bb-0310-9956-ffa450edef68
* Adjust src-build-test for changed name of source-distribution archiveDominik Stadler2024-06-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918518 13f79535-47bb-0310-9956-ffa450edef68
* update guavaPJ Fanning2024-06-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918176 13f79535-47bb-0310-9956-ffa450edef68
* Some new test-files need to be excluded for no-scratchpad executionDominik Stadler2024-04-221-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917258 13f79535-47bb-0310-9956-ffa450edef68
* Integration tests: Add writing out the documentDominik Stadler2024-04-201-0/+3
| | | | | | This will cover some more functionality git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917174 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.13PJ Fanning2024-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916936 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.12PJ Fanning2024-02-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915599 13f79535-47bb-0310-9956-ffa450edef68
* Fix no-scratchpad CI jobDominik Stadler2024-01-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915479 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.11PJ Fanning2024-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915160 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.10PJ Fanning2023-12-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914998 13f79535-47bb-0310-9956-ffa450edef68
* Allow all IndexOutOfBoundsException to have either empty message or some messageDominik Stadler2023-12-161-2/+3
| | | | | | | Newer JDKs add a more useful exception message, so we need to be a bit more lenient for these in integration tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914708 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-061-1/+28
| | | | | | | | | Avoid a ClassCastException and trigger some more code in integration-testing. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63358 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914404 13f79535-47bb-0310-9956-ffa450edef68
* Bug 68128: Exclude one broken file from the "No-Scratchpad" runDominik Stadler2023-11-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913797 13f79535-47bb-0310-9956-ffa450edef68
* Fix job "no-scratchpad" after adding some more broken test-dataDominik Stadler2023-10-131-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912934 13f79535-47bb-0310-9956-ffa450edef68
* integration-tests: Enable testing extracting for OPCFileHandler and fix ↵Dominik Stadler2023-10-131-7/+4
| | | | | | | | | single test Enable running "extract" also for OPCFileHandler Add additional expected failures in stress.xls git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912933 13f79535-47bb-0310-9956-ffa450edef68
* Adjust order of testing and use try-with-resourcesDominik Stadler2023-10-031-36/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912708 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.14.0PJ Fanning2023-10-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912639 13f79535-47bb-0310-9956-ffa450edef68
* Bug47950 -- make stream/directory name lookup in OLE2 case insensitiveTim Allison2023-09-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912438 13f79535-47bb-0310-9956-ffa450edef68
* Test without scratchpad: Do not fail reading data for integrationtestsDominik Stadler2023-09-181-1/+1
| | | | | | | It seems the XLS now has missing cells which cause an NPE while checking for scratchpad-handlers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912407 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid a ClassCastException found via oss-fuzzDominik Stadler2023-09-071-0/+9
| | | | | | | | | | | We try to avoid throwing ClassCastException, but it was possible to trigger one here with a specially crafted input-file Also add SXSSFWorkbook.write() to integrationtests Fixes https://oss-fuzz.com/testcase-detail/5185049589579776 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912162 13f79535-47bb-0310-9956-ffa450edef68
* Exclude more broken files when running without poi-scratchpadDominik Stadler2023-09-061-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912123 13f79535-47bb-0310-9956-ffa450edef68
* Exclude more broken files when running without poi-scratchpadDominik Stadler2023-09-061-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912122 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.9PJ Fanning2023-09-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912088 13f79535-47bb-0310-9956-ffa450edef68