VirtualBox

儲存庫 vbox 的更動 63166


忽略:
時間撮記:
2016-8-8 下午02:05:43 (8 年 以前)
作者:
vboxsync
訊息:

tstRTDirCreateUniqueNumbered.cpp: fix

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/testcase/tstRTDirCreateUniqueNumbered.cpp

    r62819 r63166  
    6969        if (RT_FAILURE(rc))
    7070        {
    71             RTTestIFailed("RTDirCreateUniqueNumbered(%s) call #%u -> %Rrc\n", szName, i, rc);
     71            /* Random selection (system) isn't 100% predictable, so we must give a little
     72               leeway for the 2+ digit tests.  (Using random is essential for performance.) */
     73            if (cchDigits == 1 || rc != VERR_ALREADY_EXISTS || i < cTimes - 1)
     74                RTTestIFailed("RTDirCreateUniqueNumbered(%s) call #%u -> %Rrc\n", szName, i, rc);
    7275            break;
    7376        }
     
    8184
    8285    /* Try to create one more, which shouldn't be possible. */
    83     if (RT_SUCCESS(rc))
     86    if (RT_SUCCESS(rc) && i == cTimes + 1)
    8487    {
    8588        char szName[RTPATH_MAX];
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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