VirtualBox

Changeset 92683 in vbox


Ignore:
Timestamp:
Dec 2, 2021 2:17:16 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148582
Message:

testdriver/vbox.py: annotateAndUploadProcessReport should treat empty or close to empty annotation results as failures, as the server does not like empty files and we'd rather get the raw data than an empty file because RTLdrFlt failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r92244 r92683  
    28882888                reporter.log('Successfully prepared environment');
    28892889                sReportDbgSym = oResolver.annotateReport(sProcessReport);
    2890                 if sReportDbgSym is not None:
     2890                if sReportDbgSym and len(sReportDbgSym) > 8:
    28912891                    reporter.addLogString(sReportDbgSym, sFilename, sKind, sDesc);
    28922892                    fRc = True;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette