儲存庫 vbox 的更動 63166
- 時間撮記:
- 2016-8-8 下午02:05:43 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/testcase/tstRTDirCreateUniqueNumbered.cpp
r62819 r63166 69 69 if (RT_FAILURE(rc)) 70 70 { 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); 72 75 break; 73 76 } … … 81 84 82 85 /* Try to create one more, which shouldn't be possible. */ 83 if (RT_SUCCESS(rc) )86 if (RT_SUCCESS(rc) && i == cTimes + 1) 84 87 { 85 88 char szName[RTPATH_MAX];
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器