VirtualBox

Changeset 82892 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 28, 2020 4:02:55 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Use RTAssertSetMayPanic() instead of overriding RTAssertShouldPanic(); doesn't work on Windows. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp

    r82891 r82892  
    271271static void testHostCall(void)
    272272{
    273     RTAssertSetMayPanic(false);
    274 
    275273    testSetMode();
    276274#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
     
    295293    RTTestBanner(hTest);
    296294
     295    /* Don't let assertions in the host service panic (core dump) the test cases. */
     296    RTAssertSetMayPanic(false);
     297
    297298    /*
    298299     * Run the tests.
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