VirtualBox

Changeset 28824 in vbox for trunk/src


Ignore:
Timestamp:
Apr 27, 2010 1:49:43 PM (15 years ago)
Author:
vboxsync
Message:

FAM: fixed bogus tests leading to crashes on my FAM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/HostHardwareLinux.cpp

    r28811 r28824  
    12721272        int oldFD = FAMCONNECTION_GETFD(&mFAMConnection);
    12731273        FAMCONNECTION_GETFD(&mFAMConnection) = -1;
    1274         Assert(monitorDirectoryFAM(NULL) == VERR_FAM_MONITOR_DIRECTORY_FAILED);
     1274        Assert(monitorDirectoryFAM("") == VERR_FAM_MONITOR_DIRECTORY_FAILED);
    12751275        FAMCONNECTION_GETFD(&mFAMConnection) = oldFD;
    12761276    }
     
    12891289        int oldStatus = mStatus;
    12901290        mStatus = VINF_SUCCESS;
    1291         Assert(nextEventFAM(NULL) == VERR_TRY_AGAIN);
     1291        //Assert(nextEventFAM(NULL) == VERR_TRY_AGAIN);
    12921292        mStatus = oldStatus;
    12931293    }
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