8000 refs #14111 - testrunner: enforce unique filename in `ScopedFile` to prevent conflicts in parallel execution by firewave · Pull Request #7794 · danmar/cppcheck · GitHub
[go: up one dir, main page]

Skip to content

Conversation

firewave
Copy link
Collaborator
@firewave firewave commented Sep 3, 2025

No description provided.

@firewave
Copy link
Collaborator Author
firewave commented Sep 3, 2025
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:134(TestCmdlineParser::versionWithInvalidCfg): Assertion failed. Unexpected exception was thrown: ScopedFile(/home/user/CLionProjects/cppcheck/cmake-build-debug-clang/bin/cppcheck.cfg) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:286(TestCmdlineParser::suppressions): Assertion failed. Unexpected exception was thrown: ScopedFile(suppr.txt) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:325(TestCmdlineParser::errorlistWithCfg): Assertion failed. Unexpected exception was thrown: ScopedFile(/home/user/CLionProjects/cppcheck/cmake-build-debug-clang/bin/cppcheck.cfg) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:327(TestCmdlineParser::errorlistWithInvalidCfg): Assertion failed. Unexpected exception was thrown: ScopedFile(/home/user/CLionProjects/cppcheck/cmake-build-debug-clang/bin/cppcheck.cfg) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:374(TestCmdlineParser::projectMultiple): Assertion failed. Unexpected exception was thrown: ScopedFile(project.cppcheck) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:375(TestCmdlineParser::projectAndSource): Assertion failed. Unexpected exception was thrown: ScopedFile(project.cppcheck) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:378(TestCmdlineParser::projectNoPaths): Assertion failed. Unexpected exception was thrown: ScopedFile(project.cppcheck) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:389(TestCmdlineParser::ruleFileSingle): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:392(TestCmdlineParser::ruleFileInvalid): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:393(TestCmdlineParser::ruleFileNoRoot): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:394(TestCmdlineParser::ruleFileEmptyElements1): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:395(TestCmdlineParser::ruleFileEmptyElements2): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:396(TestCmdlineParser::ruleFileUnknownElement1): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:397(TestCmdlineParser::ruleFileUnknownElement2): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:398(TestCmdlineParser::ruleFileMissingTokenList): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:399(TestCmdlineParser::ruleFileUnknownTokenList): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:400(TestCmdlineParser::ruleFileMissingId): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:401(TestCmdlineParser::ruleFileInvalidSeverity1): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:402(TestCmdlineParser::ruleFileInvalidSeverity2): Assertion failed. Unexpected exception was thrown: ScopedFile(rule.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:419(TestCmdlineParser::suppressXmlInvalid): Assertion failed. Unexpected exception was thrown: ScopedFile(suppress.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:420(TestCmdlineParser::suppressXmlNoRoot): Assertion failed. Unexpected exception was thrown: ScopedFile(suppress.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcmdlineparser.cpp:511(TestCmdlineParser::invalidCppcheckCfg): Assertion failed. Unexpected exception was thrown: ScopedFile(/home/user/CLionProjects/cppcheck/cmake-build-debug-clang/bin/cppcheck.cfg) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcppcheck.cpp:73(TestCppcheck::checkWithFileWithTools): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcppcheck.cpp:74(TestCppcheck::checkWithFileWithToolsNoCommand): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcppcheck.cpp:75(TestCppcheck::checkWithFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcppcheck.cpp:76(TestCppcheck::checkWithFSWithTools): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcppcheck.cpp:77(TestCppcheck::checkWithFSWithToolsNoCommand): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testcppcheck.cpp:78(TestCppcheck::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpath.cpp:50(TestPath::isFile): Assertion failed. Unexpected exception was thrown: ScopedFile(testpath/testpath.txt) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpath.cpp:54(TestPath::identifyWithCppProbe): Assertion failed. Unexpected exception was thrown: ScopedFile(cppprobe.h) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpath.cpp:58(TestPath::exists): Assertion failed. Unexpected exception was thrown: ScopedFile(testpath/testpath.txt) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpreprocessor.cpp:283(TestPreprocessor::testMissingInclude4): Assertion failed. Unexpected exception was thrown: ScopedFile(inc/header.h) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpreprocessor.cpp:286(TestPreprocessor::testMissingSystemInclude): Assertion failed. Unexpected exception was thrown: ScopedFile(header.h) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpreprocessor.cpp:289(TestPreprocessor::testMissingSystemInclude4): Assertion failed. Unexpected exception was thrown: ScopedFile(/home/user/CLionProjects/cppcheck/cmake-build-debug-clang/bin/header.h) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpreprocessor.cpp:291(TestPreprocessor::testMissingIncludeMixed): Assertion failed. Unexpected exception was thrown: ScopedFile(header.h) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testpreprocessor.cpp:292(TestPreprocessor::testMissingIncludeCheckConfig): Assertion failed. Unexpected exception was thrown: ScopedFile(header.h) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:119(TestProcessExecutorFS::many_threads): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:120(TestProcessExecutorFS::many_threads_showtime): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:121(TestProcessExecutorFS::many_threads_plist): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:122(TestProcessExecutorFS::no_errors_more_files): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:123(TestProcessExecutorFS::no_errors_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:124(TestProcessExecutorFS::no_errors_equal_amount_files): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:125(TestProcessExecutorFS::one_error_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:126(TestProcessExecutorFS::one_error_several_files): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:127(TestProcessExecutorFS::showtime_top5_file): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:128(TestProcessExecutorFS::showtime_top5_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:129(TestProcessExecutorFS::showtime_file): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:130(TestProcessExecutorFS::showtime_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:131(TestProcessExecutorFS::showtime_file_total): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:132(TestProcessExecutorFS::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:133(TestProcessExecutorFS::unique_errors): Assertion failed. Unexpected exception was thrown: ScopedFile(processfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:119(TestProcessExecutorFiles::many_threads): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:120(TestProcessExecutorFiles::many_threads_showtime): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:121(TestProcessExecutorFiles::many_threads_plist): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:122(TestProcessExecutorFiles::no_errors_more_files): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:123(TestProcessExecutorFiles::no_errors_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:124(TestProcessExecutorFiles::no_errors_equal_amount_files): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:125(TestProcessExecutorFiles::one_error_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:126(TestProcessExecutorFiles::one_error_several_files): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:127(TestProcessExecutorFiles::showtime_top5_file): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:128(TestProcessExecutorFiles::showtime_top5_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:129(TestProcessExecutorFiles::showtime_file): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:130(TestProcessExecutorFiles::showtime_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:131(TestProcessExecutorFiles::showtime_file_total): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:132(TestProcessExecutorFiles::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testprocessexecutor.cpp:133(TestProcessExecutorFiles::unique_errors): Assertion failed. Unexpected exception was thrown: ScopedFile(process_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsettings.cpp:33(TestSettings::loadCppcheckCfg): Assertion failed. Unexpected exception was thrown: ScopedFile(cppcheck.cfg) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsettings.cpp:34(TestSettings::loadCppcheckCfgSafety): Assertion failed. Unexpected exception was thrown: ScopedFile(cppcheck.cfg) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:123(TestSingleExecutorFS::many_files_showtime): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:124(TestSingleExecutorFS::many_files_plist): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:125(TestSingleExecutorFS::no_errors_more_files): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:126(TestSingleExecutorFS::no_errors_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:127(TestSingleExecutorFS::no_errors_equal_amount_files): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:128(TestSingleExecutorFS::one_error_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:129(TestSingleExecutorFS::one_error_several_files): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:130(TestSingleExecutorFS::showtime_top5_file): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:131(TestSingleExecutorFS::showtime_top5_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:132(TestSingleExecutorFS::showtime_file): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:133(TestSingleExecutorFS::showtime_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:134(TestSingleExecutorFS::showtime_file_total): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:135(TestSingleExecutorFS::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:136(TestSingleExecutorFS::unique_errors): Assertion failed. Unexpected exception was thrown: ScopedFile(singlefs_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:123(TestSingleExecutorFiles::many_files_showtime): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:124(TestSingleExecutorFiles::many_files_plist): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:125(TestSingleExecutorFiles::no_errors_more_files): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:126(TestSingleExecutorFiles::no_errors_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:127(TestSingleExecutorFiles::no_errors_equal_amount_files): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:128(TestSingleExecutorFiles::one_error_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:129(TestSingleExecutorFiles::one_error_several_files): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:130(TestSingleExecutorFiles::showtime_top5_file): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:131(TestSingleExecutorFiles::showtime_top5_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:132(TestSingleExecutorFiles::showtime_file): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:133(TestSingleExecutorFiles::showtime_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:134(TestSingleExecutorFiles::showtime_file_total): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:135(TestSingleExecutorFiles::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsingleexecutor.cpp:136(TestSingleExecutorFiles::unique_errors): Assertion failed. Unexpected exception was thrown: ScopedFile(single_001.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:394(TestSuppressions::suppressionsSettingsFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:394(TestSuppressions::suppressionsSettingsThreadsFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:394(TestSuppressions::suppressionsSettingsThreadsFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:394(TestSuppressions::suppressionsSettingsProcessesFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:394(TestSuppressions::suppressionsSettingsProcessesFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:944(TestSuppressions::suppressionsMultiFileFS): Assertion failed. Unexpected exception was thrown: ScopedFile(abc.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1072(TestSuppressions::inlinesuppress_symbolname_Files): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1072(TestSuppressions::inlinesuppress_symbolname_FS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1306(TestSuppressions::suppressingSyntaxErrorsFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1306(TestSuppressions::suppressingSyntaxErrorsFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1329(TestSuppressions::suppressingSyntaxErrorsInlineFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1329(TestSuppressions::suppressingSyntaxErrorsInlineFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1355(TestSuppressions::suppressingSyntaxErrorsWhileFileReadFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1355(TestSuppressions::suppressingSyntaxErrorsWhileFileReadFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1394(TestSuppressions::unusedFunctionFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1394(TestSuppressions::unusedFunctionFS): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1408(TestSuppressions::suppressingSyntaxErrorAndExitCodeFiles): Assertion failed. Unexpected except
8000
ion was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:1442(TestSuppressions::suppressingSyntaxErrorAndExitCodeMultiFileFiles): Assertion failed. Unexpected exception was thrown: ScopedFile(test.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testsuppressions.cpp:108(TestSuppressions::suppressionsParseXmlFile): Assertion failed. Unexpected exception was thrown: ScopedFile(suppressparsexml.xml) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:119(TestThreadExecutorFS::many_threads): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:120(TestThreadExecutorFS::many_threads_showtime): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:121(TestThreadExecutorFS::many_threads_plist): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:122(TestThreadExecutorFS::no_errors_more_files): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:123(TestThreadExecutorFS::no_errors_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:124(TestThreadExecutorFS::no_errors_equal_amount_files): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:125(TestThreadExecutorFS::one_error_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:126(TestThreadExecutorFS::one_error_several_files): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:127(TestThreadExecutorFS::showtime_top5_file): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:128(TestThreadExecutorFS::showtime_top5_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:129(TestThreadExecutorFS::showtime_file): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:130(TestThreadExecutorFS::showtime_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:131(TestThreadExecutorFS::showtime_file_total): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:132(TestThreadExecutorFS::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:133(TestThreadExecutorFS::unique_errors): Assertion failed. Unexpected exception was thrown: ScopedFile(threadfs_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:119(TestThreadExecutorFiles::many_threads): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:120(TestThreadExecutorFiles::many_threads_showtime): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:121(TestThreadExecutorFiles::many_threads_plist): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:122(TestThreadExecutorFiles::no_errors_more_files): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:123(TestThreadExecutorFiles::no_errors_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:124(TestThreadExecutorFiles::no_errors_equal_amount_files): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:125(TestThreadExecutorFiles::one_error_less_files): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:126(TestThreadExecutorFiles::one_error_several_files): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:127(TestThreadExecutorFiles::showtime_top5_file): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:128(TestThreadExecutorFiles::showtime_top5_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:129(TestThreadExecutorFiles::showtime_file): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:130(TestThreadExecutorFiles::showtime_summary): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:131(TestThreadExecutorFiles::showtime_file_total): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:132(TestThreadExecutorFiles::suppress_error_library): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
/home/user/CLionProjects/cppcheck/test/testthreadexecutor.cpp:133(TestThreadExecutorFiles::unique_errors): Assertion failed. Unexpected exception was thrown: ScopedFile(thread_1.cpp) - file not unique
_____
``

@firewave firewave changed the title refs #14111 - testrunner: enforce unique filename in ScopedFile to … refs #14111 - testrunner: enforce unique filename in ScopedFile to prevent conflicts in parallel execution [skip ci] Sep 3, 2025
@firewave firewave changed the title refs #14111 - testrunner: enforce unique filename in ScopedFile to prevent conflicts in parallel execution [skip ci] refs #14111 - testrunner: enforce unique filename in ScopedFile to prevent conflicts in parallel execution Sep 3, 2025
@firewave
Copy link
Collaborator Author
firewave commented Sep 3, 2025

The way we currently run our tests, conflicts within the same fixture cannot happen. So not everything raised by this check might actually be causing issues.

@firewave
Copy link
Collaborator Author
firewave commented Sep 3, 2025

The way we currently run our tests, conflicts within the same fixture cannot happen.

This would allow us to register each test individually - see https://trac.cppcheck.net/ticket/14114.

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0