VirtualBox

Changeset 86416 in vbox for trunk


Ignore:
Timestamp:
Oct 2, 2020 11:53:13 AM (4 years ago)
Author:
vboxsync
Message:

tstSeamlessX11-auto: Broken, so skip it. bugref:9842

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp

    r86395 r86416  
    741741}
    742742
    743 int main( int argc, char **argv)
     743int main(int argc, char **argv)
    744744{
    745745    RTR3InitExe(argc, &argv, 0);
     
    750750
    751751/** @todo r=bird: This testcase is broken and we didn't notice because we
    752  *        don't run it on the testboxes! */
    753 RTPrintf("%s: Note! This testcase is broken!\n", g_pszTestName);
     752 *        don't run it on the testboxes! @bugref{9842} */
     753if (argc == 1)
     754{
     755    RTPrintf("%s: Note! This testcase is broken, skipping!\n", g_pszTestName);
     756    return RTEXITCODE_SUCCESS;
     757}
    754758
    755759    cErrs += smlsDoFixture(&g_testMove,
Note: See TracChangeset for help on using the changeset viewer.

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