diff options
author | Dominik Stadler <centic@apache.org> | 2023-09-06 07:20:39 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-09-06 07:20:39 +0000 |
commit | 186e91790a1bf872a93793312e35966008dc5c51 (patch) | |
tree | 36a6c2978e7501727a933fcf443b5b7db0175fc9 /poi-integration | |
parent | 9f4c5b8e455081e0705a0d70392002a83809322f (diff) | |
download | poi-186e91790a1bf872a93793312e35966008dc5c51.tar.gz poi-186e91790a1bf872a93793312e35966008dc5c51.zip |
Exclude more broken files when running without poi-scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-integration')
-rw-r--r-- | poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index 3972a8671b..5e787f561a 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -119,6 +119,14 @@ public class TestAllFiles { "spreadsheet/testEXCEL_3.xls", "spreadsheet/testEXCEL_4.xls", "poifs/unknown_properties.msg", + "publisher/clusterfuzz-testcase-minimized-POIHPBFFuzzer-4701121678278656.pub", + "hsmf/clusterfuzz-testcase-minimized-POIHSMFFuzzer-4848576776503296.msg", + "hsmf/clusterfuzz-testcase-minimized-POIHSMFFuzzer-5336473854148608.msg", + "slideshow/clusterfuzz-testcase-minimized-POIHSLFFuzzer-6416153805979648.ppt", + "slideshow/clusterfuzz-testcase-minimized-POIHSLFFuzzer-6710128412590080.ppt", + "publisher/clusterfuzz-testcase-minimized-POIHPBFFuzzer-4701121678278656.pub", + "spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-5285517825277952.xls", + "spreadsheet/clusterfuzz-testcase-minimized-POIHSSFFuzzer-6322470200934400.xls", // exclude files failing on windows nodes, because of limited JCE policies "document/bug53475-password-is-pass.docx", |